Go to the source code of this file.
◆ HELP_ANSI_C_LANGUAGE
#define HELP_ANSI_C_LANGUAGE |
Value: " --max-nondet-tree-depth N limit size of nondet (e.g. input) object tree;\n" \
" at level N pointers are set to null\n" \
" --min-null-tree-depth N minimum level at which a pointer can first be\n" \
" NULL in a recursively nondet initialized struct\n"
Definition at line 27 of file ansi_c_language.h.
◆ OPT_ANSI_C_LANGUAGE
#define OPT_ANSI_C_LANGUAGE |
Value: "(max-nondet-tree-depth):" \
"(min-null-tree-depth):"
Definition at line 23 of file ansi_c_language.h.
◆ new_ansi_c_language()
std::unique_ptr<languaget> new_ansi_c_language |
( |
| ) |
|