Home
last modified time | relevance | path

Searched refs:O_RVAL (Results 1 – 20 of 20) sorted by relevance

/original-bsd/old/dbx/
H A Dtree.c133 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 Dcheck.c167 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 Dasm.c140 r = build(O_ADD, build(O_RVAL, a), r);
H A Doperators.c29 O_RVAL, O_INDEX, O_INDIR, O_DOT, enumerator
H A Deval.c201 case O_RVAL:
812 if (p->op == O_RVAL) {
842 if (left->op == O_RVAL or left->op == O_CALL) {
H A Druntime.vax.c861 actual->op == O_RVAL or actual->nodetype == t_addr or
865 actual->value.arg[0]->op == O_RVAL or
H A Druntime.c845 actual->op == O_RVAL or actual->nodetype == t_addr or
849 actual->value.arg[0]->op == O_RVAL or
H A Druntime.tahoe.c840 actual->op == O_RVAL or actual->nodetype == t_addr or
844 actual->value.arg[0]->op == O_RVAL or
H A Dsymbols.c1208 case O_RVAL:
1445 return build(O_RVAL, p);
1465 return build(O_RVAL, p);
H A Druntime.iris.c1037 actual->op == O_RVAL or actual->nodetype == t_addr or
1041 actual->value.arg[0]->op == O_RVAL or
H A Druntime.sun.c1037 actual->op == O_RVAL or actual->nodetype == t_addr or
1041 actual->value.arg[0]->op == O_RVAL or
H A Dcommands.y874 $$ = build(O_RVAL, $1);
H A Dc.c636 r = build(O_ADD, build(O_RVAL, a), r);
/original-bsd/usr.bin/pascal/pdx/tree/
H A Dopinfo.h29 #define O_RVAL 8 /* get value of an operand address */ macro
H A Dprtree.c86 case O_RVAL:
H A Dtracestop.c211 if (exp->op != O_RVAL && exp->op != O_CALL) {
318 if (exp->op != O_RVAL) {
H A Deval.c150 case O_RVAL: {
/original-bsd/usr.bin/pascal/pdx/runtime/
H A Dcallproc.c171 if (exp->op != O_RVAL) {
/original-bsd/usr.bin/pascal/pdx/command/
H A Dgrammar.y387 $$ = build(O_RVAL, $1);
/original-bsd/usr.bin/pascal/pdx/sym/
H A Dtree.c84 case O_RVAL: {