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

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIdenticalExprChecker.cpp184 if (BinaryOperator::isBitwiseOp(Op))
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h3734 static bool isBitwiseOp(Opcode Opc) { return Opc >= BO_And && Opc <= BO_Or; } function in class:clang::final::BinaryOperator
3735 bool isBitwiseOp() const { return isBitwiseOp(getOpcode()); } function in class:clang::final::BinaryOperator
/freebsd-13-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp807 if (BO->isShiftOp() || BO->isBitwiseOp())
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp8445 unsigned DiagID = BinaryOperator::isBitwiseOp(CondOpcode)
13971 bool isLeftBitwise = LHSBO && LHSBO->isBitwiseOp();
13972 bool isRightBitwise = RHSBO && RHSBO->isBitwiseOp();
14070 if (Bop->isBitwiseOp() && Bop->getOpcode() < Opc) {
14128 if (BinaryOperator::isBitwiseOp(Opc))
H A DSemaOpenMP.cpp9545 AtomicInnerBinOp->isBitwiseOp()) {

Completed in 238 milliseconds