Searched defs:CheckBitwise (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
H A DIdenticalExprChecker.cpp54 void reportIdenticalExpr(const BinaryOperator *B, bool CheckBitwise,
56 void checkBitwiseOrLogicalOp(const BinaryOperator *B, bool CheckBitwise);
62 bool CheckBitwise,
65 if (CheckBitwise)
79 bool CheckBitwise) {
95 reportIdenticalExpr(B, CheckBitwise, Sr);
103 reportIdenticalExpr(B, CheckBitwise, Sr);
61 reportIdenticalExpr(const BinaryOperator *B, bool CheckBitwise, ArrayRef<SourceRange> Sr) argument
78 checkBitwiseOrLogicalOp(const BinaryOperator *B, bool CheckBitwise) argument

Completed in 66 milliseconds