Searched refs:reportIdenticalExpr (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIdenticalExprChecker.cpp53 void reportIdenticalExpr(const BinaryOperator *B, bool CheckBitwise,
60 void FindIdenticalExprVisitor::reportIdenticalExpr(const BinaryOperator *B, function in class:FindIdenticalExprVisitor
94 reportIdenticalExpr(B, CheckBitwise, Sr);
102 reportIdenticalExpr(B, CheckBitwise, Sr);

Completed in 102 milliseconds