Allocation code which contains a reference. More...
#include <code_with_references.h>
Allocation code which contains a reference.
The generated code will be of the form:
array_length = nondet(int) assume(array_length >= 0) array_expr = new array_type[array_length];
Where array_length and array_expr are given by the reference substitution function.
Definition at line 76 of file code_with_references.h.
Definition at line 82 of file code_with_references.h.
Implements code_with_referencest.
Definition at line 29 of file code_with_references.cpp.
Definition at line 80 of file code_with_references.h.
Definition at line 79 of file code_with_references.h.