Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp2343 ProgramStateRef LVState = LVNode->getState(); in handle() local
2354 bool LVIsNull = LVState->isNull(LVal).isConstrainedTrue(); in handle()
2372 SVal V = LVState->getRawSVal(loc::MemRegionVal(R)); in handle()
2389 if (LVState->isNull(V).isConstrainedTrue()) in handle()
2511 ProgramStateRef LVState = LVNode->getState(); in handle() local
2518 SVal V = LVState->getSValAsScalarOrLoc(Inner, LVNode->getLocationContext()); in handle()
2538 RVal = LVState->getRawSVal(*L, Inner->getType()); in handle()
2540 RVal = LVState->getSVal(L->getRegion()); in handle()