Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A 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