Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp295 ExplodedNode *subExprNode = *I; in VisitCast() local
296 ProgramStateRef state = subExprNode->getState(); in VisitCast()
297 const LocationContext *LCtx = subExprNode->getLocationContext(); in VisitCast()
298 evalLoad(Dst, CastE, CastE, subExprNode, state, state->getSVal(Ex, LCtx)); in VisitCast()