Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DIdenticalExprChecker.cpp57 void checkComparisonOp(const BinaryOperator *B);
192 checkComparisonOp(B); in VisitBinaryOperator()
200 void FindIdenticalExprVisitor::checkComparisonOp(const BinaryOperator *B) { in checkComparisonOp() function in FindIdenticalExprVisitor