Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DBugReporterVisitors.cpp964 ProgramStateRef LVState = LVNode->getState(); in trackNullOrUndefValue() local
965 SVal LVal = LVState->getSVal(Inner, LVNode->getLocationContext()); in trackNullOrUndefValue()
967 if (LVState->isNull(LVal).isConstrainedTrue()) { in trackNullOrUndefValue()
975 R = LVState->getSVal(Inner, LVNode->getLocationContext()).getAsRegion(); in trackNullOrUndefValue()
989 SVal V = LVState->getRawSVal(loc::MemRegionVal(R)); in trackNullOrUndefValue()
1005 LVState->isNull(*DV).isConstrainedTrue() && in trackNullOrUndefValue()