File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -55,14 +55,6 @@ static array_exprt utf16_to_array(const std::wstring &in)
55
55
return ret;
56
56
}
57
57
58
- // / Creates or gets an existing constant global symbol for a given string
59
- // / literal.
60
- // / \param string_expr: string literal expression to convert
61
- // / \param symbol_table: global symbol table. If not already present, constant
62
- // / global symbols will be added.
63
- // / \param string_refinement_enabled: if true, string refinement's string data
64
- // / structure will also be initialised and added to the symbol table.
65
- // / \return a symbol_expr corresponding to the new or existing literal symbol.
66
58
symbol_exprt get_or_create_string_literal_symbol (
67
59
const exprt &string_expr,
68
60
symbol_table_baset &symbol_table,
Original file line number Diff line number Diff line change 12
12
#include <util/symbol_table.h>
13
13
#include <util/std_expr.h>
14
14
15
+ /// Creates or gets an existing constant global symbol for a given string
16
+ /// literal.
17
+ /// \param string_expr: string literal expression to convert
18
+ /// \param symbol_table: global symbol table. If not already present, constant
19
+ /// global symbols will be added.
20
+ /// \param string_refinement_enabled: if true, string refinement's string data
21
+ /// structure will also be initialised and added to the symbol table.
22
+ /// \return a symbol_expr corresponding to the new or existing literal symbol.
15
23
symbol_exprt get_or_create_string_literal_symbol (
16
24
const exprt & string_expr ,
17
25
symbol_table_baset & symbol_table ,
You can’t perform that action at this time.
0 commit comments