Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
HDIdenticalExprChecker.cpp57 void checkComparisonOp(const BinaryOperator *B);
174 checkComparisonOp(B); in VisitBinaryOperator()
182 void FindIdenticalExprVisitor::checkComparisonOp(const BinaryOperator *B) { in checkComparisonOp() function in FindIdenticalExprVisitor