Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp2573 const ExplodedNode *RVNode = findNodeForExpression(ExprNode, E); in handle() local
2574 if (!RVNode) in handle()
2600 ProgramStateRef RVState = RVNode->getState(); in handle()
2601 SVal V = RVState->getSValAsScalarOrLoc(E, RVNode->getLocationContext()); in handle()
2607 SVal RHSV = RVState->getSVal(BO->getRHS(), RVNode->getLocationContext()); in handle()
2608 SVal LHSV = RVState->getSVal(BO->getLHS(), RVNode->getLocationContext()); in handle()