Searched defs:__op__ (Results 1 – 1 of 1) sorted by relevance
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