Searched refs:OR_OP (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | genattrtab.c | 315 enum operator {PLUS_OP, MINUS_OP, POS_MINUS_OP, EQ_OP, OR_OP, ORX_OP, MAX_OP, MIN_OP, RANGE_OP}; enumerator 1705 case OR_OP: 1939 unitsmask = operate_exp (OR_OP, unitsmask, newexp); in expand_units()
|