File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -25,12 +25,12 @@ class constant_propagator_domaint:public ai_domain_baset
25
25
locationt from,
26
26
locationt to,
27
27
ai_baset &ai_base,
28
- const namespacet &ns);
28
+ const namespacet &ns) override ;
29
29
30
30
virtual void output (
31
31
std::ostream &out,
32
32
const ai_baset &ai_base,
33
- const namespacet &ns) const ;
33
+ const namespacet &ns) const override ;
34
34
35
35
bool merge (
36
36
const constant_propagator_domaint &other,
@@ -41,17 +41,17 @@ class constant_propagator_domaint:public ai_domain_baset
41
41
exprt &condition,
42
42
const namespacet &ns) const override ;
43
43
44
- virtual void make_bottom ()
44
+ virtual void make_bottom () override
45
45
{
46
46
values.set_to_bottom ();
47
47
}
48
48
49
- virtual void make_top ()
49
+ virtual void make_top () override
50
50
{
51
51
values.set_to_top ();
52
52
}
53
53
54
- virtual void make_entry ()
54
+ virtual void make_entry () override
55
55
{
56
56
make_top ();
57
57
}
You can’t perform that action at this time.
0 commit comments