Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DExpr.h1974 static bool isArithmeticOp(Opcode Op) { in isArithmeticOp() function
1977 bool isArithmeticOp() const { return isArithmeticOp(getOpcode()); } in isArithmeticOp() function