Home
last modified time | relevance | path

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

/external/clang/lib/ARCMigrate/
DObjCMT.cpp453 if (BO->isShiftOp() || BO->isBitwiseOp()) in UseNSOptionsMacro()
/external/clang/include/clang/AST/
DExpr.h2962 static bool isBitwiseOp(Opcode Opc) { return Opc >= BO_And && Opc <= BO_Or; } in isBitwiseOp() function
2963 bool isBitwiseOp() const { return isBitwiseOp(getOpcode()); } in isBitwiseOp() function
/external/clang/lib/Sema/
DSemaExpr.cpp9063 bool isLeftBitwise = LHSBO && LHSBO->isBitwiseOp(); in DiagnoseBitwisePrecedence()
9064 bool isRightBitwise = RHSBO && RHSBO->isBitwiseOp(); in DiagnoseBitwisePrecedence()
9224 if (BinaryOperator::isBitwiseOp(Opc)) in DiagnoseBinOpPrecedence()