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

/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineObjC.cpp48 const ObjCForCollectionStmt *S, const Stmt *elem, SVal elementV,
59 if (auto MV = elementV.getAs<loc::MemRegionVal>())
76 nextState = nextState->bindLoc(elementV, V, LCtx);
116 SVal elementV; local
120 elementV = state->getLValue(elemD, Pred->getLocationContext());
122 elementV = state->getSVal(elem, Pred->getLocationContext());
128 evalLocation(dstLocation, S, elem, Pred, state, elementV, false);
134 populateObjCForDestinationSet(dstLocation, svalBuilder, S, elem, elementV,
138 populateObjCForDestinationSet(dstLocation, svalBuilder, S, elem, elementV,
46 populateObjCForDestinationSet( ExplodedNodeSet &dstLocation, SValBuilder &svalBuilder, const ObjCForCollectionStmt *S, const Stmt *elem, SVal elementV, SymbolManager &SymMgr, const NodeBuilderContext *currBldrCtx, StmtNodeBuilder &Bldr, bool hasElements) argument

Completed in 63 milliseconds