Home | History | Annotate | Download | only in Core

Lines Matching refs:LVal

961     SVal LVal = LVState->getSVal(Inner, LVNode->getLocationContext());
963 if (LVState->isNull(LVal).isConstrainedTrue()) {
966 // If the LVal is null, check if we are dealing with null reference.
977 if (Optional<KnownSVal> KV = LVal.getAs<KnownSVal>())