Searched refs:LVState (Results 1 – 1 of 1) sorted by relevance
2343 ProgramStateRef LVState = LVNode->getState(); in handle() local2354 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() local2518 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()