Searched refs:O_RVAL (Results 1 – 20 of 20) sorted by relevance
/original-bsd/old/dbx/ |
H A D | tree.c | 133 case O_RVAL: 209 if (exp->op == O_RVAL) { 214 if (p->op == O_RVAL) { 248 case O_RVAL: 533 case O_RVAL:
|
H A D | check.c | 167 if (exp->op != O_RVAL and exp->op != O_SYM and exp->op != O_CALL) { 187 if (exp->op != O_RVAL and exp->op != O_SYM and exp->op != O_LCON) {
|
H A D | asm.c | 140 r = build(O_ADD, build(O_RVAL, a), r);
|
H A D | operators.c | 29 O_RVAL, O_INDEX, O_INDIR, O_DOT, enumerator
|
H A D | eval.c | 201 case O_RVAL: 812 if (p->op == O_RVAL) { 842 if (left->op == O_RVAL or left->op == O_CALL) {
|
H A D | runtime.vax.c | 861 actual->op == O_RVAL or actual->nodetype == t_addr or 865 actual->value.arg[0]->op == O_RVAL or
|
H A D | runtime.c | 845 actual->op == O_RVAL or actual->nodetype == t_addr or 849 actual->value.arg[0]->op == O_RVAL or
|
H A D | runtime.tahoe.c | 840 actual->op == O_RVAL or actual->nodetype == t_addr or 844 actual->value.arg[0]->op == O_RVAL or
|
H A D | symbols.c | 1208 case O_RVAL: 1445 return build(O_RVAL, p); 1465 return build(O_RVAL, p);
|
H A D | runtime.iris.c | 1037 actual->op == O_RVAL or actual->nodetype == t_addr or 1041 actual->value.arg[0]->op == O_RVAL or
|
H A D | runtime.sun.c | 1037 actual->op == O_RVAL or actual->nodetype == t_addr or 1041 actual->value.arg[0]->op == O_RVAL or
|
H A D | commands.y | 874 $$ = build(O_RVAL, $1);
|
H A D | c.c | 636 r = build(O_ADD, build(O_RVAL, a), r);
|
/original-bsd/usr.bin/pascal/pdx/tree/ |
H A D | opinfo.h | 29 #define O_RVAL 8 /* get value of an operand address */ macro
|
H A D | prtree.c | 86 case O_RVAL:
|
H A D | tracestop.c | 211 if (exp->op != O_RVAL && exp->op != O_CALL) { 318 if (exp->op != O_RVAL) {
|
H A D | eval.c | 150 case O_RVAL: {
|
/original-bsd/usr.bin/pascal/pdx/runtime/ |
H A D | callproc.c | 171 if (exp->op != O_RVAL) {
|
/original-bsd/usr.bin/pascal/pdx/command/ |
H A D | grammar.y | 387 $$ = build(O_RVAL, $1);
|
/original-bsd/usr.bin/pascal/pdx/sym/ |
H A D | tree.c | 84 case O_RVAL: {
|