Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp307 ExplodedNode *subExprNode = *I; in VisitCast() local
308 ProgramStateRef state = subExprNode->getState(); in VisitCast()
309 const LocationContext *LCtx = subExprNode->getLocationContext(); in VisitCast()
310 evalLoad(Dst, CastE, CastE, subExprNode, state, state->getSVal(Ex, LCtx)); in VisitCast()