Home | History | Annotate | Download | only in Analysis

Lines Matching defs:undefined

62     /// undefined - This Value has no known value yet.
63 undefined,
85 LVILatticeVal() : Tag(undefined), Val(0), Range(1, true) {}
105 bool isUndefined() const { return Tag == undefined; }
279 return OS << "undefined";
586 LVILatticeVal Result; // Start Undefined.
662 LVILatticeVal Result; // Start Undefined.