We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cd8042 commit f8668aeCopy full SHA for f8668ae
src/pointer-analysis/value_set.h
@@ -80,6 +80,7 @@ class value_sett
80
/// Represents the offset into an object: either a unique integer offset,
81
/// or an unknown value, represented by `!offset`.
82
typedef optionalt<mp_integer> offsett;
83
+ DEPRECATED(SINCE(2019, 05, 22, "Unused"))
84
bool offset_is_zero(const offsett &offset) const
85
{
86
return offset && offset->is_zero();
0 commit comments