Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DIdenticalExprChecker.cpp185 if (BinaryOperator::isBitwiseOp(Op)) in VisitBinaryOperator()
/external/clang/include/clang/AST/
DExpr.h3046 static bool isBitwiseOp(Opcode Opc) { return Opc >= BO_And && Opc <= BO_Or; } in isBitwiseOp() function
3047 bool isBitwiseOp() const { return isBitwiseOp(getOpcode()); } in isBitwiseOp() function
/external/clang/lib/ARCMigrate/
DObjCMT.cpp813 if (BO->isShiftOp() || BO->isBitwiseOp()) in UseNSOptionsMacro()
/external/clang/lib/Sema/
DSemaExpr.cpp10476 bool isLeftBitwise = LHSBO && LHSBO->isBitwiseOp(); in DiagnoseBitwisePrecedence()
10477 bool isRightBitwise = RHSBO && RHSBO->isBitwiseOp(); in DiagnoseBitwisePrecedence()
10574 if (Bop->isBitwiseOp() && Bop->getOpcode() < Opc) { in DiagnoseBitwiseOpInBitwiseOp()
10633 if (BinaryOperator::isBitwiseOp(Opc)) in DiagnoseBinOpPrecedence()
DSemaOpenMP.cpp4731 AtomicInnerBinOp->isBitwiseOp()) { in checkBinaryOperation()