IntegerConstantPropagation |
The overflow-insensitive basic integer constant propagation abstract domain,
tracking if a certain integer value has constant value or not, implemented as
a BaseNonRelationalValueDomain , handling top and bottom values for
the expression evaluation and bottom values for the expression
satisfiability.
|
Interval |
The overflow-insensitive interval abstract domain, approximating integer
values as the minimum integer interval containing them.
|
Parity |
The overflow-insensitive Parity abstract domain, tracking if a numeric value
is even or odd, implemented as a BaseNonRelationalValueDomain ,
handling top and bottom values for the expression evaluation and bottom
values for the expression satisfiability.
|
Sign |
The basic overflow-insensitive Sign abstract domain, tracking zero, strictly
positive and strictly negative integer values, implemented as a
BaseNonRelationalValueDomain , handling top and bottom values for the
expression evaluation and bottom values for the expression satisfiability.
|