Searched refs:LVState (Results 1 – 1 of 1) sorted by relevance
2295 ProgramStateRef LVState = LVNode->getState(); in handle() local2306 bool LVIsNull = LVState->isNull(LVal).isConstrainedTrue(); in handle()2324 SVal V = LVState->getRawSVal(loc::MemRegionVal(R)); in handle()2341 if (LVState->isNull(V).isConstrainedTrue()) in handle()2463 ProgramStateRef LVState = LVNode->getState(); in handle() local2470 SVal V = LVState->getSValAsScalarOrLoc(Inner, LVNode->getLocationContext()); in handle()2490 RVal = LVState->getRawSVal(*L, Inner->getType()); in handle()2492 RVal = LVState->getSVal(L->getRegion()); in handle()