Home
last modified time | relevance | path

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

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