Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DIteratorModeling.cpp101 void handleComparison(CheckerContext &C, const Expr *CE, SVal RetVal,
273 handleComparison(C, BO, Result, LVal, RVal, in checkPostStmt()
360 handleComparison(C, OrigExpr, Call.getReturnValue(), in handleOverloadedOperator()
365 handleComparison(C, OrigExpr, Call.getReturnValue(), Call.getArgSVal(0), in handleOverloadedOperator()
448 void IteratorModeling::handleComparison(CheckerContext &C, const Expr *CE, in handleComparison() function in IteratorModeling