Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DExpr.h2281 static bool isArithmeticOp(Opcode Op) { in isArithmeticOp() function
2284 bool isArithmeticOp() const { return isArithmeticOp(getOpcode()); } in isArithmeticOp() function