CBMC
|
A class containing utility functions for havocing expressions. More...
#include <havoc_utils.h>
Public Member Functions | |
havoc_utils_can_forward_propagatet (const assignst &mod, const namespacet &ns) | |
bool | is_constant (const exprt &expr) const override |
This function determines what expressions are to be propagated as "constants". More... | |
Public Member Functions inherited from can_forward_propagatet | |
can_forward_propagatet (const namespacet &ns) | |
bool | operator() (const exprt &e) const |
returns true iff the expression can be considered constant More... | |
Protected Attributes | |
const assignst & | assigns |
Protected Attributes inherited from can_forward_propagatet | |
const namespacet & | ns |
Additional Inherited Members | |
Protected Member Functions inherited from can_forward_propagatet | |
virtual bool | is_constant_address_of (const exprt &) const |
this function determines which reference-typed expressions are constant More... | |
A class containing utility functions for havocing expressions.
Definition at line 27 of file havoc_utils.h.
|
inlineexplicit |
Definition at line 30 of file havoc_utils.h.
|
inlineoverridevirtual |
This function determines what expressions are to be propagated as "constants".
Reimplemented from can_forward_propagatet.
Definition at line 37 of file havoc_utils.h.
|
protected |
Definition at line 49 of file havoc_utils.h.