UntouchedValueDomain.Lattice Type
Represents a lattice element in the untouched value domain.
Union cases
| Union case |
Description
|
Full Usage:
Touched
|
Touched means the value is redefined. |
Full Usage:
Undef
|
|
|
This value is never defined within the function.
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsTouched
Returns: bool
|
|
Full Usage:
this.IsUndef
Returns: bool
|
|
Full Usage:
this.IsUntouched
Returns: bool
|
|
B2R2