File tree Expand file tree Collapse file tree 1 file changed +12
-11
lines changed Expand file tree Collapse file tree 1 file changed +12
-11
lines changed Original file line number Diff line number Diff line change @@ -37,31 +37,32 @@ class local_value_sett:public value_sett
37
37
const namespacet &ns,
38
38
bool is_simplified) const override ;
39
39
40
- void get_value_set_rec (
41
- const exprt &expr,
42
- object_mapt &dest,
43
- const std::string &suffix,
44
- const typet &original_type,
45
- const namespacet &ns) const override ;
46
-
47
40
void assign (
48
41
const exprt &lhs,
49
42
const exprt &rhs,
50
43
const namespacet &ns,
51
44
bool is_simplified,
52
45
bool add_to_sets) override ;
53
46
47
+ void apply_code (
48
+ const codet &,
49
+ const namespacet &) override ;
50
+
51
+ protected:
52
+ void get_value_set_rec (
53
+ const exprt &expr,
54
+ object_mapt &dest,
55
+ const std::string &suffix,
56
+ const typet &original_type,
57
+ const namespacet &ns) const override ;
58
+
54
59
void assign_rec (
55
60
const exprt &lhs,
56
61
const object_mapt &values_rhs,
57
62
const std::string &suffix,
58
63
const namespacet &ns,
59
64
bool add_to_sets) override ;
60
65
61
- void apply_code (
62
- const codet &,
63
- const namespacet &) override ;
64
-
65
66
void apply_side_effects (
66
67
const exprt &rhs,
67
68
const namespacet &ns);
You can’t perform that action at this time.
0 commit comments