A goto function, consisting of function body (see body) and parameter identifiers (see parameter_identifiers). More...
#include <goto_function.h>
A goto function, consisting of function body (see body) and parameter identifiers (see parameter_identifiers).
Definition at line 23 of file goto_function.h.
Definition at line 28 of file goto_function.h.
Definition at line 58 of file goto_function.h.
Definition at line 86 of file goto_function.h.
Definition at line 35 of file goto_function.h.
Definition at line 62 of file goto_function.h.
Definition at line 76 of file goto_function.h.
Definition at line 48 of file goto_function.h.
Definition at line 53 of file goto_function.h.
Definition at line 93 of file goto_function.h.
Definition at line 40 of file goto_function.h.
Definition at line 69 of file goto_function.h.
Check that the goto function is well-formed.
The validation mode indicates whether well-formedness check failures are reported via DATA_INVARIANT violations or exceptions.
Definition at line 39 of file goto_function.cpp.
Definition at line 26 of file goto_function.h.
Definition at line 108 of file goto_function.h.
The identifiers of the parameters of this function.
Note: This is now the preferred way of getting the identifiers of the parameters. The identifiers in the type will go away.
Definition at line 33 of file goto_function.h.