Searched defs:subExprNode (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp236 ExplodedNode *subExprNode = *I; local
237 ProgramStateRef state = subExprNode->getState();
238 const LocationContext *LCtx = subExprNode->getLocationContext();
239 evalLoad(Dst, CastE, CastE, subExprNode, state, state->getSVal(Ex, LCtx));

Completed in 115 milliseconds