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

/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp843 const ExplodedNode *LVNode = N; local
844 while (LVNode) {
845 if (Optional<PostStmt> P = LVNode->getLocation().getAs<PostStmt>()) {
849 LVNode = LVNode->getFirstPred();
851 assert(LVNode && "Unable to find the lvalue node.");
852 ProgramStateRef LVState = LVNode->getState();
853 SVal LVal = LVState->getSVal(Inner, LVNode->getLocationContext());
863 R = LVState->getSVal(Inner, LVNode->getLocationContext()).getAsRegion();

Completed in 49 milliseconds