Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DExpr.h2270 static bool isArithmeticOp(Opcode Op) { in isArithmeticOp() function
2273 bool isArithmeticOp() const { return isArithmeticOp(getOpcode()); } in isArithmeticOp() function