Searched refs:LVNode (Results 1 – 1 of 1) sorted by relevance
951 const ExplodedNode *LVNode = N; in trackNullOrUndefValue() local952 while (LVNode) { in trackNullOrUndefValue()953 if (Optional<PostStmt> P = LVNode->getLocation().getAs<PostStmt>()) { in trackNullOrUndefValue()957 LVNode = LVNode->getFirstPred(); in trackNullOrUndefValue()959 assert(LVNode && "Unable to find the lvalue node."); in trackNullOrUndefValue()960 ProgramStateRef LVState = LVNode->getState(); in trackNullOrUndefValue()961 SVal LVal = LVState->getSVal(Inner, LVNode->getLocationContext()); in trackNullOrUndefValue()971 R = LVState->getSVal(Inner, LVNode->getLocationContext()).getAsRegion(); in trackNullOrUndefValue()1002 LVNode)); in trackNullOrUndefValue()