Searched refs:BINARY_OP (Results 1 – 1 of 1) sorted by relevance
153 #define BINARY_OP(op, compound_op) \ macro167 BINARY_OP(+, +=);168 BINARY_OP(-, -=);169 BINARY_OP(*, *=);170 BINARY_OP(/, /=);171 BINARY_OP(%, %=);172 BINARY_OP(&, &=);173 BINARY_OP(|, |=);174 BINARY_OP(^, ^=);175 #undef BINARY_OP