Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp2322 ProgramStateRef LVState = LVNode->getState(); in handle() local
2333 bool LVIsNull = LVState->isNull(LVal).isConstrainedTrue(); in handle()
2351 SVal V = LVState->getRawSVal(loc::MemRegionVal(R)); in handle()
2368 if (LVState->isNull(V).isConstrainedTrue()) in handle()
2489 ProgramStateRef LVState = LVNode->getState(); in handle() local
2496 SVal V = LVState->getSValAsScalarOrLoc(Inner, LVNode->getLocationContext()); in handle()
2516 RVal = LVState->getRawSVal(*L, Inner->getType()); in handle()
2518 RVal = LVState->getSVal(L->getRegion()); in handle()