Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h3896 static bool isAdditiveOp(Opcode Opc) { return Opc == BO_Add || Opc==BO_Sub; } isAdditiveOp() function
3897 bool isAdditiveOp() const { return isAdditiveOp(getOpcode()); } isAdditiveOp() function