|
CBMC
|
#include <goto_symex_is_constant.h>
Inheritance diagram for goto_symex_is_constantt:
Collaboration diagram for goto_symex_is_constantt:Protected Member Functions | |
| bool | is_constant (const exprt &expr) const override |
| This function determines what expressions are to be propagated as "constants". More... | |
Protected Member Functions inherited from is_constantt | |
| virtual bool | is_constant_address_of (const exprt &) const |
| this function determines which reference-typed expressions are constant More... | |
Additional Inherited Members | |
Public Member Functions inherited from is_constantt | |
| bool | operator() (const exprt &e) const |
| returns true iff the expression can be considered constant More... | |
Definition at line 18 of file goto_symex_is_constant.h.
|
inlineoverrideprotectedvirtual |
This function determines what expressions are to be propagated as "constants".
Reimplemented from is_constantt.
Definition at line 21 of file goto_symex_is_constant.h.