Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIteratorModeling.cpp102 void handleComparison(CheckerContext &C, const Expr *CE, SVal RetVal,
273 handleComparison(C, BO, Result, LVal, RVal, in checkPostStmt()
357 handleComparison(C, OrigExpr, Call.getReturnValue(), in handleOverloadedOperator()
362 handleComparison(C, OrigExpr, Call.getReturnValue(), Call.getArgSVal(0), in handleOverloadedOperator()
445 void IteratorModeling::handleComparison(CheckerContext &C, const Expr *CE, in handleComparison() function in IteratorModeling