Lines Matching defs:BOP
480 #define BOP(x, y) \495 BOP ('+', +);496 BOP ('*', *);497 BOP ('-', -);498 BOP (LSHIFT, <<);499 BOP (RSHIFT, >>);500 BOP ('&', &);501 BOP ('^', ^);502 BOP ('|', |);