Searched refs:elementV (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| H A D | ExprEngineObjC.cpp | 49 const ObjCForCollectionStmt *S, const Stmt *elem, SVal elementV, in populateObjCForDestinationSet() argument 62 if (auto MV = elementV.getAs<loc::MemRegionVal>()) in populateObjCForDestinationSet() 79 nextState = nextState->bindLoc(elementV, V, LCtx); in populateObjCForDestinationSet() 120 SVal elementV; in VisitObjCForCollectionStmt() local 124 elementV = state->getLValue(elemD, Pred->getLocationContext()); in VisitObjCForCollectionStmt() 126 elementV = state->getSVal(elem, Pred->getLocationContext()); in VisitObjCForCollectionStmt() 132 evalLocation(dstLocation, S, elem, Pred, state, elementV, false); in VisitObjCForCollectionStmt() 138 populateObjCForDestinationSet(dstLocation, svalBuilder, S, elem, elementV, in VisitObjCForCollectionStmt() 142 populateObjCForDestinationSet(dstLocation, svalBuilder, S, elem, elementV, in VisitObjCForCollectionStmt()
|