Home
last modified time | relevance | path

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

12

/netbsd/src/external/bsd/pcc/dist/pcc/cc/cpp/
Dcpy.y87 %term ANDAND OROR IDENT NUMBER UNUMBER DEFINED
95 %left OROR
160 | e OROR e {
Dcpc.c119 qloop(eandand, n1, OROR, 0, 0, 0); in eoror()
258 if (op == OROR && n1->nd_val) { in eval()
276 case OROR: in eval()
Dcpp.h170 OROR, ANDAND, DEFINED, LE, GE }; enumerator
Dscanner.l162 <IFR>"||" { return OROR; }
/netbsd/src/external/gpl3/binutils/dist/gold/
Dyyscript.h65 OROR = 266, /* OROR */ enumerator
177 #define OROR 266 macro
Dyyscript.y90 %left OROR
935 | exp OROR exp
/netbsd/src/external/gpl3/binutils/dist/ld/
Dldgram.h69 OROR = 270, /* OROR */ enumerator
213 #define OROR 270 macro
Dldgram.y116 %left <token> OROR
1003 | exp OROR exp
1004 { $$ = exp_binop (OROR , $1, $3); }
Dldgram.c170 OROR = 270, /* OROR */ enumerator
314 #define OROR 270 macro
3931 { (yyval.etree) = exp_binop (OROR , (yyvsp[-2].etree), (yyvsp[0].etree)); } in yyparse()
Dldlex.l220 <EXPRESSION,MRI>"||" { RTOKEN(OROR); }
Dldexp.c98 { OROR, "||" }, in exp_print_token()
634 BOPN (OROR, ||); in fold_binary()
/netbsd/src/external/gpl3/gdb/dist/gdb/
Dm2-exp.y133 %left OROR
421 exp : exp OROR exp
698 {"OR" , OROR },
Dgo-exp.y172 %left OROR
393 exp : exp OROR exp
930 {"||", OROR, OP_NULL},
Dcp-name-parser.y294 %left OROR
458 | OPERATOR OROR
1106 exp : exp OROR exp
1770 HANDLE_TOKEN2 ("||", OROR);
Dd-exp.y161 %left OROR
224 | OrOrExpression OROR AndAndExpression
965 {"||", OROR, OP_NULL},
Dc-exp.y253 %left OROR
801 exp : exp OROR exp
1760 | OPERATOR OROR
2475 {"||", OROR, OP_NULL, 0},
2531 {"or", OROR, OP_NULL, FLAG_CXX},
Drust-parse.c113 OROR, enumerator
177 { "||", OROR, OP_NULL },
1354 OPERATION (OROR, 1, logical_or_operation) in parse_binop()
/netbsd/src/external/bsd/pcc/dist/pcc/cc/cxxcom/
Dbuiltins.c469 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()
Dtrees.c180 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:
Dpass1.h580 #define OROR (MAXOP+12) macro
/netbsd/src/external/bsd/pcc/dist/pcc/arch/vax/
Dorder.c193 case OROR:
279 case OROR:
/netbsd/src/external/bsd/pcc/dist/pcc/cc/ccom/
Dbuiltins.c635 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()
Dtrees.c183 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:
Dpass1.h633 #define OROR (MAXOP+12) macro
Doptim.c468 case OROR: in optim()

12