Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DSmartPtrModeling.cpp493 SVal FirstPtrVal, SecondPtrVal; in handleComparisionOp() local
494 std::tie(FirstPtrVal, State) = makeSValFor(State, FirstExpr, First); in handleComparisionOp()
498 auto RetVal = Bldr.evalBinOp(State, BOK, FirstPtrVal, SecondPtrVal, in handleComparisionOp()