Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h2264 static bool isArithmeticOp(Opcode Op) { in isArithmeticOp() function
2267 bool isArithmeticOp() const { return isArithmeticOp(getOpcode()); } in isArithmeticOp() function