Home | History | Annotate | Download | only in Analysis

Lines Matching defs:isUndefined

100   bool isUndefined() const     { return Tag == undefined; }
140 assert(isUndefined());
158 assert(isUndefined() || isConstant());
175 assert(isUndefined());
187 if (RHS.isUndefined() || isOverdefined()) return false;
190 if (isUndefined()) {
273 if (Val.isUndefined())
525 if (!BBLV.isUndefined()) {