9 #ifndef CPROVER_JAVA_BYTECODE_OBJECT_FACTORY_PARAMETERS_H 10 #define CPROVER_JAVA_BYTECODE_OBJECT_FACTORY_PARAMETERS_H 17 #define MAX_NONDET_ARRAY_LENGTH_DEFAULT 5 18 #define MAX_NONDET_STRING_LENGTH std::numeric_limits<std::int32_t>::max() 19 #define MAX_NONDET_TREE_DEPTH 5 20 #define MAX_NONNULL_TREE_DEPTH 0 irep_idt function_id
Function id, used as a prefix for identifiers of temporaries.
size_t max_nondet_tree_depth
Maximum depth for object hierarchy on input.
#define MAX_NONDET_ARRAY_LENGTH_DEFAULT
bool string_printable
Force string content to be ASCII printable characters when set to true.
size_t max_nondet_array_length
Maximum value for the non-deterministically-chosen length of an array.
size_t max_nondet_string_length
Maximum value for the non-deterministically-chosen length of a string.
#define MAX_NONDET_TREE_DEPTH
#define MAX_NONNULL_TREE_DEPTH
#define MAX_NONDET_STRING_LENGTH
size_t max_nonnull_tree_depth
To force a certain depth of non-null objects.