Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DSmartPtrModeling.cpp468 auto makeSValFor = [&C, this](ProgramStateRef State, const Expr *E, in handleComparisionOp() local
493 makeSValFor(State, FirstExpr, Call.getCFGElementRef(), First); in handleComparisionOp()
495 makeSValFor(State, SecondExpr, Call.getCFGElementRef(), Second); in handleComparisionOp()