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

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

Completed in 356 milliseconds