Loading...
Searching...
No Matches
smt_sorts.cpp File Reference
+ Include dependency graph for smt_sorts.cpp:
Go to the source code of this file.
Macro Definition Documentation
◆ SORT_ID [1/4]
◆ SORT_ID [2/4]
Value: template <> \
{ \
}
ait supplies three of the four components needed: an abstract interpreter (in this case handling func...
const irep_idt & id() const
Definition at line 8 of file smt_sorts.cpp.
◆ SORT_ID [3/4]
Value: template <> \
std::optional<smt_##the_id##_sortt> smt_sortt::cast<smt_##the_id##_sortt>() \
&& \
}
Definition at line 8 of file smt_sorts.cpp.
◆ SORT_ID [4/4]
Value:
virtual bool visit(const irep_idt &function_id, trace_ptrt p, working_sett &working_set, const goto_programt &goto_program, const goto_functionst &goto_functions, const namespacet &ns)
Perform one step of abstract interpretation from trace t Depending on the instruction type it may com...
Definition at line 8 of file smt_sorts.cpp.
Function Documentation
◆ accept()