Searched refs:elementV (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | ExprEngineObjC.cpp | 48 const ObjCForCollectionStmt *S, ConstCFGElementRef 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() 117 SVal elementV; in VisitObjCForCollectionStmt() local 121 elementV = state->getLValue(elemD, Pred->getLocationContext()); in VisitObjCForCollectionStmt() 123 elementV = state->getSVal(elem, Pred->getLocationContext()); in VisitObjCForCollectionStmt() 129 evalLocation(DstLocation, S, elem, Pred, state, elementV, false); in VisitObjCForCollectionStmt() 137 elemRef, elementV, SymMgr, currBldrCtx, in VisitObjCForCollectionStmt() 142 elementV, SymMgr, currBldrCtx, Bldr, in VisitObjCForCollectionStmt()
|