Searched refs:OPEQ (Results 1 – 2 of 2) sorted by relevance
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("&&"))309 newOp = OPEQ("<<") ? std::string(">>") : std::string("<<"); in evaluate()
145 #define OPEQ(__y__) (string(op_) == string(__y__)) macro158 #define OP_IS_BIN_ARITHMETIC (OPEQ("+") || OPEQ("-") || OPEQ("*") || OPEQ("/") || OPEQ("%"))159 #define OP_IS_BIN_BITFLIP (OPEQ("|") || OPEQ("^") || OPEQ("&"))161 (OPEQ("<") || OPEQ(">") || OPEQ("<=") || OPEQ(">=") || OPEQ("==") || OPEQ("!="))162 #define OP_IS_BIN_SHIFT (OPEQ(">>") || OPEQ("<<"))163 #define OP_IS_BIN_LOGICAL (OPEQ("||") || OPEQ("&&"))927 if (!OPEQ("+")) { in evaluate()985 newOp = OPEQ("<<") ? ">>" : "<<"; in evaluate()