| /netbsd-src/external/bsd/pcc/dist/pcc/cc/cpp/ |
| H A D | cpy.y | 87 %term ANDAND OROR IDENT NUMBER UNUMBER DEFINED 95 %left OROR 160 | e OROR e {
|
| H A D | cpc.c | 119 qloop(eandand, n1, OROR, 0, 0, 0); in eoror() 258 if (op == OROR && n1->nd_val) { in eval() 276 case OROR: in eval()
|
| H A D | cpp.h | 170 OROR, ANDAND, DEFINED, LE, GE }; enumerator
|
| H A D | scanner.l | 162 <IFR>"||" { return OROR; }
|
| /netbsd-src/external/gpl3/binutils/dist/gold/ |
| H A D | yyscript.h | 65 OROR = 266, /* OROR */ enumerator 177 #define OROR 266 macro
|
| H A D | yyscript.y | 90 %left OROR 935 | exp OROR exp
|
| /netbsd-src/external/gpl3/binutils.old/dist/gold/ |
| H A D | yyscript.h | 65 OROR = 266, /* OROR */ enumerator 177 #define OROR 266 macro
|
| H A D | yyscript.y | 87 %left OROR 932 | exp OROR exp
|
| /netbsd-src/external/gpl3/binutils.old/dist/ld/ |
| H A D | ldgram.h | 68 OROR = 269, /* OROR */ enumerator 208 #define OROR 269 macro
|
| H A D | ldgram.y | 113 %left <token> OROR 960 | exp OROR exp 961 { $$ = exp_binop (OROR , $1, $3); }
|
| H A D | ldgram.c | 166 OROR = 269, /* OROR */ enumerator 306 #define OROR 269 macro 3839 { (yyval.etree) = exp_binop (OROR , (yyvsp[-2].etree), (yyvsp[0].etree)); } in yyparse()
|
| H A D | ldlex.l | 221 <EXPRESSION,MRI>"||" { RTOKEN(OROR); }
|
| /netbsd-src/external/gpl3/binutils/dist/ld/ |
| H A D | ldgram.h | 69 OROR = 270, /* OROR */ enumerator 213 #define OROR 270 macro
|
| H A D | ldgram.y | 116 %left <token> OROR 1003 | exp OROR exp 1004 { $$ = exp_binop (OROR , $1, $3); }
|
| H A D | ldgram.c | 170 OROR = 270, /* OROR */ enumerator 314 #define OROR 270 macro 3931 { (yyval.etree) = exp_binop (OROR , (yyvsp[-2].etree), (yyvsp[0].etree)); } in yyparse()
|
| H A D | ldlex.l | 220 <EXPRESSION,MRI>"||" { RTOKEN(OROR); }
|
| /netbsd-src/external/gpl2/groff/dist/src/preproc/pic/ |
| H A D | pic.y | 183 %token OROR 246 %left OROR 545 | text_expr OROR text_expr 547 | text_expr OROR expr 549 | expr OROR text_expr 1637 | expr OROR expr
|
| /netbsd-src/external/bsd/pcc/dist/pcc/cc/cxxcom/ |
| H A D | builtins.c | 469 p = buildtree(OROR, mtisnan(a->n_left), mtisnan(a->n_right)); in builtin_isunordered() 481 p = buildtree(OROR, mtisnan(a->n_left), mtisnan(a->n_right)); in builtin_isany() 517 p = buildtree(OROR, mtisnan(a->n_left), mtisnan(a->n_right)); in builtin_islessgreater() 523 q = buildtree(OROR, q, r); in builtin_islessgreater()
|
| H A D | trees.c | 180 if (o == ANDAND || o == OROR || o == NOT) { in buildtree() 259 case OROR: in buildtree() 954 case OROR: in conval() 1685 case OROR: in opact() 1952 if (p->n_op == QUEST || p->n_op == ANDAND || p->n_op == OROR) in comops() 2120 case OROR: in andorbr() 2251 case OROR: in rmcops() 3157 SNAM(OROR,||) in copst() 3219 case OROR:
|
| H A D | pass1.h | 580 #define OROR (MAXOP+12) macro
|
| /netbsd-src/external/bsd/pcc/dist/pcc/arch/vax/ |
| H A D | order.c | 193 case OROR: 279 case OROR:
|
| /netbsd-src/external/bsd/pcc/dist/pcc/cc/ccom/ |
| H A D | builtins.c | 635 p = buildtree(OROR, mtisnan(a->n_left), mtisnan(a->n_right)); in builtin_isunordered() 647 p = buildtree(OROR, mtisnan(a->n_left), mtisnan(a->n_right)); in builtin_isany() 683 p = buildtree(OROR, mtisnan(a->n_left), mtisnan(a->n_right)); in builtin_islessgreater() 689 q = buildtree(OROR, q, r); in builtin_islessgreater()
|
| H A D | trees.c | 183 if (o == ANDAND || o == OROR || o == NOT) { in buildtree() 262 case OROR: in buildtree() 1029 case OROR: in conval() 1782 case OROR: in opact() 2024 if (p->n_op == QUEST || p->n_op == ANDAND || p->n_op == OROR) in comops() 2192 case OROR: in andorbr() 2323 case OROR: in rmcops() 3253 SNAM(OROR,||) in copst() 3320 case OROR:
|
| H A D | pass1.h | 633 #define OROR (MAXOP+12) macro
|
| H A D | optim.c | 468 case OROR: in optim()
|