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

/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DExpr.h2958 static bool isBitwiseOp(Opcode Opc) { return Opc >= BO_And && Opc <= BO_Or; } function in class:clang::StringLiteral::final::CallExpr::BinaryOperator
2959 bool isBitwiseOp() const { return isBitwiseOp(getOpcode()); } function in class:clang::StringLiteral::final::CallExpr::BinaryOperator

Completed in 97 milliseconds