Searched refs:LVNode (Results 1 – 1 of 1) sorted by relevance
1009 const ExplodedNode *LVNode = N; in trackNullOrUndefValue() local1010 while (LVNode) { in trackNullOrUndefValue()1011 if (Optional<PostStmt> P = LVNode->getLocation().getAs<PostStmt>()) { in trackNullOrUndefValue()1015 LVNode = LVNode->getFirstPred(); in trackNullOrUndefValue()1017 assert(LVNode && "Unable to find the lvalue node."); in trackNullOrUndefValue()1018 ProgramStateRef LVState = LVNode->getState(); in trackNullOrUndefValue()1019 SVal LVal = LVState->getSVal(Inner, LVNode->getLocationContext()); in trackNullOrUndefValue()1029 R = LVState->getSVal(Inner, LVNode->getLocationContext()).getAsRegion(); in trackNullOrUndefValue()1060 LVNode)); in trackNullOrUndefValue()