Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DBugReporterVisitors.cpp955 const ExplodedNode *LVNode = N; in trackNullOrUndefValue() local
956 while (LVNode) { in trackNullOrUndefValue()
957 if (Optional<PostStmt> P = LVNode->getLocation().getAs<PostStmt>()) { in trackNullOrUndefValue()
961 LVNode = LVNode->getFirstPred(); in trackNullOrUndefValue()
963 assert(LVNode && "Unable to find the lvalue node."); in trackNullOrUndefValue()
964 ProgramStateRef LVState = LVNode->getState(); in trackNullOrUndefValue()
965 SVal LVal = LVState->getSVal(Inner, LVNode->getLocationContext()); in trackNullOrUndefValue()
975 R = LVState->getSVal(Inner, LVNode->getLocationContext()).getAsRegion(); in trackNullOrUndefValue()
1009 LVNode); in trackNullOrUndefValue()