Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DExpr.h2257 static bool isArithmeticOp(Opcode Op) { in isArithmeticOp() function
2260 bool isArithmeticOp() const { return isArithmeticOp(getOpcode()); } in isArithmeticOp() function