CBMC
|
#include "code_with_references.h"
#include "java_types.h"
#include <goto-programs/goto_instruction_code.h>
#include <util/arith_tools.h>
Go to the source code of this file.
Functions | |
codet | allocate_array (const exprt &expr, const exprt &array_length_expr, const source_locationt &loc) |
Allocate a fresh array of length array_length_expr and assigns expr to it. More... | |
codet allocate_array | ( | const exprt & | expr, |
const exprt & | array_length_expr, | ||
const source_locationt & | loc | ||
) |
Allocate a fresh array of length array_length_expr
and assigns expr
to it.
Definition at line 16 of file code_with_references.cpp.