Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIteratorModeling.cpp101 void handleComparison(CheckerContext &C, const Expr *CE,
275 handleComparison(C, BO, C.getCFGElementRef(), Result, LVal, RVal, in checkPostStmt()
360 handleComparison(C, OrigExpr, Elem, Call.getReturnValue(), in handleOverloadedOperator()
365 handleComparison(C, OrigExpr, Elem, Call.getReturnValue(), in handleOverloadedOperator()
449 void IteratorModeling::handleComparison(CheckerContext &C, const Expr *CE, in handleComparison() function in IteratorModeling