CBMC
|
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 38 of file smt_options.cpp.