Home
last modified time | relevance | path

Searched refs:elementV (Results 1 – 1 of 1) sorted by relevance

/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineObjC.cpp48 const ObjCForCollectionStmt *S, const Stmt *elem, SVal elementV, in populateObjCForDestinationSet() argument
59 if (auto MV = elementV.getAs<loc::MemRegionVal>()) in populateObjCForDestinationSet()
76 nextState = nextState->bindLoc(elementV, V, LCtx); in populateObjCForDestinationSet()
116 SVal elementV; in VisitObjCForCollectionStmt() local
120 elementV = state->getLValue(elemD, Pred->getLocationContext()); in VisitObjCForCollectionStmt()
122 elementV = state->getSVal(elem, Pred->getLocationContext()); in VisitObjCForCollectionStmt()
128 evalLocation(dstLocation, S, elem, Pred, state, elementV, false); in VisitObjCForCollectionStmt()
134 populateObjCForDestinationSet(dstLocation, svalBuilder, S, elem, elementV, in VisitObjCForCollectionStmt()
138 populateObjCForDestinationSet(dstLocation, svalBuilder, S, elem, elementV, in VisitObjCForCollectionStmt()