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