We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18459ef commit 045637fCopy full SHA for 045637f
src/pointer-analysis/value_set.h
@@ -63,7 +63,9 @@ class value_sett
63
return *this;
64
}
65
66
- static bool field_sensitive(const irep_idt &id, const typet &type);
+ /// Determines whether an identifier of a given type should have its fields
67
+ /// distinguished. Virtual so that subclasses can override this behaviour.
68
+ virtual bool field_sensitive(const irep_idt &id, const typet &type);
69
70
/// Matches the location_number field of the instruction that corresponds
71
/// to this value_sett instance in value_set_domaint's state map
0 commit comments