|
CBMC
|
#include <solvers/smt2_incremental/smt_options.h>#include <solvers/smt2_incremental/smt_options.def>
Include dependency graph for smt_options.cpp:Go to the source code of this file.
Macros | |
| #define | OPTION_ID(the_id) const irep_idt ID_smt_option_##the_id{"smt_option_" #the_id}; |
| #define | OPTION_ID(the_id) |
Functions | |
| template<typename visitort > | |
| void | accept (const smt_optiont &option, const irep_idt &id, visitort &&visitor) |
| #define OPTION_ID | ( | the_id | ) | const irep_idt ID_smt_option_##the_id{"smt_option_" #the_id}; |
Definition at line 6 of file smt_options.cpp.
| #define OPTION_ID | ( | the_id | ) |
Definition at line 6 of file smt_options.cpp.
| void accept | ( | const smt_optiont & | option, |
| const irep_idt & | id, | ||
| visitort && | visitor | ||
| ) |
Definition at line 37 of file smt_options.cpp.