Go to the documentation of this file.
22 std::vector<exprt> arguments,
24 :
codet{ID_input, std::move(arguments)}
27 add_source_location() = std::move(*location);
38 std::move(expression)},
46 vm, code.
operands().size() >= 2,
"input must have at least two operands");
50 std::vector<exprt> arguments,
52 :
codet{ID_output, std::move(arguments)}
55 add_source_location() = std::move(*location);
66 std::move(expression)},
74 vm, code.
operands().size() >= 2,
"output must have at least two operands");
84 std::move(arguments)};
dstringt has one field, an unsigned integer no which is an index into a static table of strings.
#define DATA_CHECK(vm, condition, message)
This macro takes a condition which denotes a well-formedness criterion on goto programs,...
static void check(const goto_instruction_codet &code, const validation_modet vm=validation_modet::INVARIANT)
Base class for all expressions.
Expression to hold a symbol (variable)
A namespacet is essentially one or two symbol tables bound together, to allow for symbol lookups in t...
A goto_instruction_codet representing the declaration that an output of a particular description has ...
bool lookup(const irep_idt &name, const symbolt *&symbol) const override
See documentation for namespace_baset::lookup().
goto_instruction_codet representation of a function call statement.
code_outputt(std::vector< exprt > arguments, optionalt< source_locationt > location={})
This constructor is for support of calls to __CPROVER_output in user code.
exprt::operandst argumentst
nonstd::optional< T > optionalt
code_function_callt havoc_slice_call(const exprt &p, const exprt &size, const namespacet &ns)
Builds a code_function_callt to __CPROVER_havoc_slice(p, size).
Operator to return the address of an object.
bitvector_typet c_index_type()
Data structure for representing an arbitrary statement in a program.