CBMC
|
Holds information about the properties of a jump instruction. More...
Public Member Functions | |
stl_jump_locationt (size_t nesting_depth, bool sets_fc_false) | |
Constructs a new location with the specified properties. | |
Public Attributes | |
const size_t | nesting_depth |
The size of the nesting stack at the label location, used for checking scope violations. | |
const bool | sets_fc_false |
States if the jump instruction sets the /FC bit to false. | |
Holds information about the properties of a jump instruction.
Definition at line 152 of file statement_list_typecheck.h.
statement_list_typecheckt::stl_jump_locationt::stl_jump_locationt | ( | size_t | nesting_depth, |
bool | sets_fc_false | ||
) |
Constructs a new location with the specified properties.
nesting_depth | Scope of the jump instruction. |
sets_fc_false | States whether the jump instruction modifies the /FC bit. |
Definition at line 111 of file statement_list_typecheck.cpp.
The size of the nesting stack at the label location, used for checking scope violations.
Definition at line 159 of file statement_list_typecheck.h.
States if the jump instruction sets the /FC bit to false.
Definition at line 162 of file statement_list_typecheck.h.