Searched refs:RVNode (Results 1 – 1 of 1) sorted by relevance
2313 const ExplodedNode *RVNode = findNodeForExpression(ExprNode, E); in handle() local2314 if (!RVNode) in handle()2317 ProgramStateRef RVState = RVNode->getState(); in handle()2318 SVal V = RVState->getSValAsScalarOrLoc(E, RVNode->getLocationContext()); in handle()2324 SVal RHSV = RVState->getSVal(BO->getRHS(), RVNode->getLocationContext()); in handle()2325 SVal LHSV = RVState->getSVal(BO->getLHS(), RVNode->getLocationContext()); in handle()