Home | History | Annotate | Download | only in Core

Lines Matching refs:nonloc

190     // mode. Only create a region if the current value is a NonLoc.
191 if (!V.getAs<NonLoc>())
1817 if (Optional<NonLoc> NL = CondV.getAs<NonLoc>())
2258 assert(!location.getAs<NonLoc>() && "location cannot be a NonLoc.");
2389 Optional<nonloc::SymbolVal> SEV = V.getAs<nonloc::SymbolVal>();
2428 assert (!X.getAs<NonLoc>()); // Should be an Lval, or unknown, undef.