|
cprover
|
JAVA Pointer Casts. More...
#include "java_pointer_casts.h"#include <util/std_expr.h>#include <util/std_types.h>#include <util/namespace.h>
Include dependency graph for java_pointer_casts.cpp:Go to the source code of this file.
Functions | |
| static exprt | clean_deref (const exprt &ptr) |
| dereference pointer expression More... | |
| bool | find_superclass_with_type (exprt &ptr, const typet &target_type, const namespacet &ns) |
| static const exprt & | look_through_casts (const exprt &in) |
| exprt | make_clean_pointer_cast (const exprt &rawptr, const pointer_typet &target_type, const namespacet &ns) |
JAVA Pointer Casts.
Definition in file java_pointer_casts.cpp.
dereference pointer expression
Definition at line 20 of file java_pointer_casts.cpp.
| bool find_superclass_with_type | ( | exprt & | ptr, |
| const typet & | target_type, | ||
| const namespacet & | ns | ||
| ) |
Definition at line 30 of file java_pointer_casts.cpp.
Definition at line 69 of file java_pointer_casts.cpp.
| exprt make_clean_pointer_cast | ( | const exprt & | rawptr, |
| const pointer_typet & | target_type, | ||
| const namespacet & | ns | ||
| ) |
Definition at line 85 of file java_pointer_casts.cpp.