Home | History | Annotate | Download | only in Analysis

Lines Matching refs:isUndefined

105   bool isUndefined() const     { return Tag == undefined; }
145 assert(isUndefined());
163 assert(isUndefined() || isConstant());
180 assert(isUndefined());
192 if (RHS.isUndefined() || isOverdefined()) return false;
195 if (isUndefined()) {
278 if (Val.isUndefined())
503 if (!BBLV.isUndefined()) {