/netbsd-src/external/gpl3/binutils/dist/gold/ |
H A D | yyscript.h | 63 ANDEQ = 264, /* ANDEQ */ enumerator 175 #define ANDEQ 264 macro
|
H A D | yyscript.y | 88 %right PLUSEQ MINUSEQ MULTEQ DIVEQ '=' LSHIFTEQ RSHIFTEQ ANDEQ OREQ 859 | string ANDEQ parse_exp
|
H A D | yyscript.c | 136 ANDEQ = 264, /* ANDEQ */ enumerator 248 #define ANDEQ 264 macro
|
H A D | script.cc | 610 return ANDEQ; in two_char_operator()
|
/netbsd-src/external/gpl3/binutils.old/dist/gold/ |
H A D | yyscript.h | 63 ANDEQ = 264, /* ANDEQ */ enumerator 175 #define ANDEQ 264 macro
|
H A D | yyscript.y | 85 %right PLUSEQ MINUSEQ MULTEQ DIVEQ '=' LSHIFTEQ RSHIFTEQ ANDEQ OREQ 856 | string ANDEQ parse_exp
|
H A D | yyscript.c | 133 ANDEQ = 264, /* ANDEQ */ enumerator 245 #define ANDEQ 264 macro
|
H A D | script.cc | 610 return ANDEQ; in two_char_operator()
|
/netbsd-src/external/gpl3/binutils.old/dist/ld/ |
H A D | ldgram.h | 66 ANDEQ = 267, /* ANDEQ */ enumerator 206 #define ANDEQ 267 macro
|
H A D | ldgram.y | 111 %right <token> PLUSEQ MINUSEQ MULTEQ DIVEQ '=' LSHIFTEQ RSHIFTEQ ANDEQ OREQ 739 | ANDEQ
|
H A D | ldlex.l | 232 <SCRIPT,EXPRESSION,MRI,WILD>"&=" { RTOKEN(ANDEQ); }
|
H A D | ldgram.c | 164 ANDEQ = 267, /* ANDEQ */ enumerator 304 #define ANDEQ 267 macro
|
H A D | ldlex.c | 1900 { RTOKEN(ANDEQ); }
|
H A D | ldexp.c | 95 { ANDEQ, "&=" }, in exp_print_token()
|
/netbsd-src/external/gpl3/binutils/dist/ld/ |
H A D | ldgram.h | 66 ANDEQ = 267, /* ANDEQ */ enumerator 210 #define ANDEQ 267 macro
|
H A D | ldgram.y | 114 %right <token> PLUSEQ MINUSEQ MULTEQ DIVEQ '=' LSHIFTEQ RSHIFTEQ ANDEQ OREQ XOREQ 780 | ANDEQ
|
H A D | ldlex.l | 231 <SCRIPT,EXPRESSION,MRI,WILD>"&=" { RTOKEN(ANDEQ); }
|
H A D | ldgram.c | 167 ANDEQ = 267, /* ANDEQ */ enumerator 311 #define ANDEQ 267 macro
|
H A D | ldlex.c | 1914 { RTOKEN(ANDEQ); }
|
H A D | ldexp.c | 95 { ANDEQ, "&=" }, in exp_print_token()
|
/netbsd-src/external/bsd/pcc/dist/pcc/cc/cxxcom/ |
H A D | pass1.h | 591 #define ANDEQ (MAXOP+21) macro
|
H A D | trees.c | 1755 case ANDEQ: in opact() 3165 SNAM(ANDEQ,&=) in copst() 3233 case ANDEQ:
|
/netbsd-src/external/bsd/pcc/dist/pcc/cc/ccom/ |
H A D | pass1.h | 644 #define ANDEQ (MAXOP+21) macro
|
H A D | trees.c | 3261 SNAM(ANDEQ,&=) in copst() 3334 case ANDEQ:
|
H A D | cgram.y | 2331 case ANDEQ: in eve()
|