clang 20.0.0git
|
The result of a widen
operation.
More...
#include "clang/Analysis/FlowSensitive/DataflowEnvironment.h"
Public Attributes | |
Value * | V |
Non-null pointer to a potentially widened version of the input value. | |
LatticeEffect | Effect |
Whether V represents a "change" (that is, a different value) with respect to the previous value in the sequence. | |
The result of a widen
operation.
Definition at line 51 of file DataflowEnvironment.h.
LatticeEffect clang::dataflow::WidenResult::Effect |
Whether V
represents a "change" (that is, a different value) with respect to the previous value in the sequence.
Definition at line 56 of file DataflowEnvironment.h.
Value* clang::dataflow::WidenResult::V |
Non-null pointer to a potentially widened version of the input value.
Definition at line 53 of file DataflowEnvironment.h.