Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp2398 ProgramStateRef RVState = RVNode->getState(); in handle() local
2399 SVal V = RVState->getSValAsScalarOrLoc(E, RVNode->getLocationContext()); in handle()
2405 SVal RHSV = RVState->getSVal(BO->getRHS(), RVNode->getLocationContext()); in handle()
2406 SVal LHSV = RVState->getSVal(BO->getLHS(), RVNode->getLocationContext()); in handle()