Searched refs:__op__ (Results 1 – 2 of 2) sorted by relevance
40 #define COMPUTE_UNARY(__op__) \ argument41 if (op == string(#__op__)) { \42 *out = __op__ val; \45 #define COMPUTE_BINARY(__op__) \ argument46 if (op == string(#__op__)) { \47 *out = lval __op__ rval; \
34 #define COMPUTE_UNARY(__op__) if (op == std::string(#__op__)) return __op__ val; argument35 #define COMPUTE_BINARY(__op__) if (op == std::string(#__op__)) return lval __op__ rval; argument