cprover
|
Go to the source code of this file.
Functions | |
symbol_exprt | get_or_create_string_literal_symbol (const exprt &string_expr, symbol_table_baset &symbol_table, bool string_refinement_enabled) |
Creates or gets an existing constant global symbol for a given string literal. More... | |
symbol_exprt get_or_create_string_literal_symbol | ( | const exprt & | string_expr, |
symbol_table_baset & | symbol_table, | ||
bool | string_refinement_enabled | ||
) |
Creates or gets an existing constant global symbol for a given string literal.
string_expr | string literal expression to convert |
symbol_table | global symbol table. If not already present, constant global symbols will be added. |
string_refinement_enabled | if true, string refinement's string data structure will also be initialised and added to the symbol table. |
Definition at line 66 of file java_string_literals.cpp.