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.cpp491 SVal FirstPtrVal, SecondPtrVal; in handleComparisionOp() local
492 std::tie(FirstPtrVal, State) = in handleComparisionOp()
498 auto RetVal = Bldr.evalBinOp(State, BOK, FirstPtrVal, SecondPtrVal, in handleComparisionOp()