|
CBMC
|
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| void | replace_java_nondet (goto_modelt &) |
| Replace calls to nondet library functions with an internal nondet representation. More... | |
| void | replace_java_nondet (goto_functionst &) |
| void | replace_java_nondet (goto_model_functiont &function) |
| Replace calls to nondet library functions with an internal nondet representation in a single function. More... | |
Replace Java Nondet expressions
Definition in file replace_java_nondet.h.
| void replace_java_nondet | ( | goto_functionst & | ) |
Definition at line 334 of file replace_java_nondet.cpp.
| void replace_java_nondet | ( | goto_model_functiont & | function | ) |
Replace calls to nondet library functions with an internal nondet representation in a single function.
| function | The goto program to modify. |
Definition at line 326 of file replace_java_nondet.cpp.
| void replace_java_nondet | ( | goto_modelt & | goto_model | ) |
Replace calls to nondet library functions with an internal nondet representation.
| goto_model | The goto program to modify. |
Definition at line 347 of file replace_java_nondet.cpp.