Searched refs:OROR (Results 1 - 25 of 25) sorted by relevance

/haiku-buildtools/legacy/gcc/gcc/
H A Dc-parse.h36 #define OROR 290 macro
H A Dcppexp.c84 #define OROR 300 macro
355 {"||", OROR},
752 case OROR: lprio = OROR_PRIO; goto binop;
949 case OROR:
1040 if ((op.op == OROR && top[-1].value)
H A Dc-parse.y139 %left <code> OROR
551 | expr_no_commas OROR
H A Dc-parse.in151 %left <code> OROR
596 | expr_no_commas OROR
H A Dc-parse.c40 #define OROR 290 macro
421 "EXTENSION","LABEL","REALPART","IMAGPART","ASSIGN","'='","'?'","':'","OROR",
/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dparse.h59 #define OROR 314 macro
H A Dhash.h180 {"or", OROR, NORID,},
H A Dparse.y168 %left <code> OROR
1283 | expr_no_commas OROR expr_no_commas
3776 | operator OROR
H A Dparse.c64 #define OROR 314 macro
756 "';'","THROW","':'","ASSIGN","'='","'?'","OROR","ANDAND","'|'","'^'","'&'","MIN_MAX",
/haiku-buildtools/legacy/binutils/ld/
H A Dldgram.h43 OROR = 269, enumerator in enum:yytokentype
160 #define OROR 269 macro
H A Dldgram.y113 %left <token> OROR
829 | exp OROR exp
830 { $$ = exp_binop (OROR , $1, $3); }
H A Dldexp.c75 { OROR, "||" },
369 BOP (OROR, ||);
H A Dldgram.c70 OROR = 269, enumerator in enum:yytokentype
187 #define OROR 269 macro
822 "'?'", "':'", "OROR", "ANDAND", "'|'", "'^'", "'&'", "NE", "EQ", "'<'",
3190 { (yyval.etree) = exp_binop (OROR , (yyvsp[-2].etree), (yyvsp[0].etree)); }
H A Dldlex.l212 <BOTH,SCRIPT,EXPRESSION,MRI>"||" { RTOKEN(OROR);}
H A Dldlex.c1803 { RTOKEN(OROR);} variable
/haiku-buildtools/binutils/ld/
H A Dldgram.h59 OROR = 269, enumerator in enum:yytokentype
191 #define OROR 269 macro
H A Dldgram.y112 %left <token> OROR
968 | exp OROR exp
969 { $$ = exp_binop (OROR , $1, $3); }
H A Dldgram.c150 OROR = 269, enumerator in enum:yytokentype
282 #define OROR 269 macro
791 "OREQ", "'?'", "':'", "OROR", "ANDAND", "'|'", "'^'", "'&'", "EQ", "NE",
3665 { (yyval.etree) = exp_binop (OROR , (yyvsp[-2].etree), (yyvsp[0].etree)); }
H A Dldexp.c99 { OROR, "||" },
541 BOPN (OROR, ||);
H A Dldlex.l206 <BOTH,SCRIPT,EXPRESSION,MRI>"||" { RTOKEN(OROR);}
H A Dldlex.c2199 { RTOKEN(OROR);} variable
/haiku-buildtools/binutils/gold/
H A Dyyscript.y87 %left OROR
932 | exp OROR exp
H A Dscript.cc606 return OROR;
/haiku-buildtools/legacy/gcc/gcc/objc/
H A Dobjc-parse.y117 %left <code> OROR
543 | expr_no_commas OROR
H A Dobjc-parse.c41 #define OROR 291 macro
501 "EXTENSION","LABEL","REALPART","IMAGPART","ASSIGN","'='","'?'","':'","OROR",

Completed in 388 milliseconds