CBMC
|
Translate functions that specify assignable and freeable targets declaratively into active functions that build write sets dynamically by rewriting calls to front-end functions into calls to library functions defining their dynamic semantics. More...
Go to the source code of this file.
Classes | |
class | dfcc_spec_functionst |
This class rewrites GOTO functions that use the built-ins: More... | |
Enumerations | |
enum class | dfcc_ptr_havoc_modet { INVALID , NONDET } |
Represents the different ways to havoc pointers. More... | |
Translate functions that specify assignable and freeable targets declaratively into active functions that build write sets dynamically by rewriting calls to front-end functions into calls to library functions defining their dynamic semantics.
Definition in file dfcc_spec_functions.h.
|
strong |
Represents the different ways to havoc pointers.
Remark:
Enumerator | |
---|---|
INVALID | havocs the pointer to an invalid pointer |
NONDET | havocs the pointer to an nondet pointer |
Definition at line 32 of file dfcc_spec_functions.h.