Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DExpr.h2975 static bool isAdditiveOp(Opcode Opc) { return Opc == BO_Add || Opc==BO_Sub; } in isAdditiveOp() function
2976 bool isAdditiveOp() const { return isAdditiveOp(getOpcode()); } in isAdditiveOp() function
/external/llvm-project/clang/include/clang/AST/
DExpr.h3812 static bool isAdditiveOp(Opcode Opc) { return Opc == BO_Add || Opc==BO_Sub; } in isAdditiveOp() function
3813 bool isAdditiveOp() const { return isAdditiveOp(getOpcode()); } in isAdditiveOp() function