Searched refs:OPEQ (Results 1 – 2 of 2) sorted by relevance
37 #define OPEQ(__y__) (string(op_) == string(__y__)) macro42 #define OP_IS_BIN_ARITHMETIC (OPEQ("+") || OPEQ("-") || OPEQ("*") || OPEQ("/") || OPEQ("%"))43 #define OP_IS_BIN_BITFLIP (OPEQ("|") || OPEQ("^") || OPEQ("&"))45 (OPEQ("<") || OPEQ(">") || OPEQ("<=") || OPEQ(">=") || OPEQ("==") || OPEQ("!="))46 #define OP_IS_BIN_SHIFT (OPEQ(">>") || OPEQ("<<"))47 #define OP_IS_BIN_LOGICAL (OPEQ("||") || OPEQ("&&"))694 if (!OPEQ("+")) { in evaluate()760 newOp = OPEQ("<<") ? ">>" : "<<"; in evaluate()
33 #define OPEQ(__y__) (std::string(mOp) == std::string(__y__)) macro36 #define OP_IS_BIN_ARITHMETIC (OPEQ("+") || OPEQ("-") || OPEQ("*") || OPEQ("/") || OPEQ("%"))37 #define OP_IS_BIN_BITFLIP (OPEQ("|") || OPEQ("^") || OPEQ("&"))38 #define OP_IS_BIN_COMP (OPEQ("<") || OPEQ(">") || OPEQ("<=") || OPEQ(">=") || OPEQ("==") || …39 #define OP_IS_BIN_SHIFT (OPEQ(">>") || OPEQ("<<"))40 #define OP_IS_BIN_LOGICAL (OPEQ("||") || OPEQ("&&"))303 newOp = OPEQ("<<") ? std::string(">>") : std::string("<<"); in evaluate()