Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp310 ExplodedNode *subExprNode = *I; in VisitCast() local
311 ProgramStateRef state = subExprNode->getState(); in VisitCast()
312 const LocationContext *LCtx = subExprNode->getLocationContext(); in VisitCast()
313 evalLoad(Dst, CastE, CastE, subExprNode, state, state->getSVal(Ex, LCtx)); in VisitCast()