/netbsd-src/external/bsd/pcc/dist/pcc/cc/cxxcom/ |
H A D | pftn.c | 3047 p = buildtree(ASSIGN, structref(ccopy(q), DOT, real), r); in mkcmplx() 3048 p = comop(p, buildtree(ASSIGN, structref(ccopy(q), DOT, imag), i)); in mkcmplx() 3057 structref(ccopy(q), DOT, real), in mkcmplx() 3058 structref(ccopy(t), STREF, real))); in mkcmplx() 3060 structref(ccopy(q), DOT, imag), in mkcmplx() 3061 structref(t, STREF, imag))); in mkcmplx() 3080 r = structref(r, DOT, ISITY(l->n_type) ? imag : real); in cxasg() 3119 real_l = structref(ccopy(ltemp), STREF, real); in cxop() 3120 real_r = structref(ccopy(rtemp), STREF, real); in cxop() 3121 imag_l = structref(ltemp, STREF, imag); in cxop() [all …]
|
H A D | pass1.h | 366 NODE *structref(NODE *p, int f, char *name);
|
H A D | cxxcode.c | 830 return structref(p, f, n); in cxxstructref()
|
H A D | cgram.y | 1853 structref(NODE *p, int f, char *name) in structref() function
|
/netbsd-src/external/bsd/pcc/dist/pcc/cc/ccom/ |
H A D | pftn.c | 3112 p = buildtree(ASSIGN, structref(ccopy(q), DOT, real), r); in mkcmplx() 3113 p = comop(p, buildtree(ASSIGN, structref(ccopy(q), DOT, imag), i)); in mkcmplx() 3122 structref(ccopy(q), DOT, real), in mkcmplx() 3123 structref(ccopy(t), STREF, real))); in mkcmplx() 3125 structref(ccopy(q), DOT, imag), in mkcmplx() 3126 structref(t, STREF, imag))); in mkcmplx() 3145 r = structref(r, DOT, ISITY(l->n_type) ? imag : real); in cxasg() 3191 real_l = structref(ccopy(ltemp), STREF, real); in cxop() 3192 imag_l = structref(ltemp, STREF, imag); in cxop() 3194 real_r = structref(ccopy(rtemp), STREF, real); in cxop() [all …]
|
H A D | gcc_compat.c | 842 p2 = cast(structref(p2, DOT, loti), p1->n_type, 0); in gcc_eval_ticast() 915 p1 = buildtree(ASSIGN, structref(ccopy(p3), STREF, hiti), in gcc_andorer() 916 buildtree(op, structref(ccopy(t1), STREF, hiti), in gcc_andorer() 917 structref(ccopy(t2), STREF, hiti))); in gcc_andorer() 919 p1 = buildtree(ASSIGN, structref(ccopy(p3), STREF, loti), in gcc_andorer() 920 buildtree(op, structref(t1, STREF, loti), in gcc_andorer() 921 structref(t2, STREF, loti))); in gcc_andorer() 945 p2 = structref(p2, DOT, loti); in timodeassign()
|
H A D | pass1.h | 394 P1ND *structref(P1ND *p, int f, char *name);
|
H A D | cgram.y | 1890 structref(P1ND *p, int f, char *name) in structref() function 2153 r = structref(eve(p1), p->n_op, (char *)p2->n_sp); in eve()
|
H A D | builtins.c | 789 return cast(structref(a, DOT, n), bt->rt, 0); in builtin_cir()
|
/netbsd-src/external/bsd/pcc/dist/pcc/arch/amd64/ |
H A D | code.c | 604 r = buildtree(ASSIGN, structref(ccopy(p), STREF, reg_save_area), in amd64_builtin_stdarg_start() 607 buildtree(ASSIGN, structref(ccopy(p), STREF, overflow_arg_area), in amd64_builtin_stdarg_start() 610 buildtree(ASSIGN, structref(ccopy(p), STREF, gp_offset), in amd64_builtin_stdarg_start() 613 buildtree(ASSIGN, structref(ccopy(p), STREF, fp_offset), in amd64_builtin_stdarg_start()
|