Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExpr.h3819 static bool isBitwiseOp(Opcode Opc) { return Opc >= BO_And && Opc <= BO_Or; } in isBitwiseOp() function
3820 bool isBitwiseOp() const { return isBitwiseOp(getOpcode()); } in isBitwiseOp() function