Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DIteratorModeling.cpp100 void handleComparison(CheckerContext &C, const Expr *CE, SVal RetVal,
274 handleComparison(C, BO, Result, LVal, RVal, in checkPostStmt()
361 handleComparison(C, OrigExpr, Call.getReturnValue(), in handleOverloadedOperator()
366 handleComparison(C, OrigExpr, Call.getReturnValue(), Call.getArgSVal(0), in handleOverloadedOperator()
449 void IteratorModeling::handleComparison(CheckerContext &C, const Expr *CE, in handleComparison() function in IteratorModeling