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