Home
last modified time | relevance | path

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

/netbsd/external/bsd/pcc/dist/pcc/arch/amd64/
H A Dcode.c77 static int argtyp(TWORD t, union dimfun *df, struct attr *ap);
182 typ = argtyp(t, sp->sdf, sp->sap); in efcode()
251 if (argtyp(DECREF(sp->stype), sp->sdf, sp->sap) == STRMEM) { in bfcode()
267 switch (typ = argtyp(sp->stype, sp->sdf, sp->sap)) { in bfcode()
650 switch (typ = argtyp(dp->n_type, dp->n_df, dp->n_ap)) { in amd64_builtin_va_arg()
864 argtyp(TWORD t, union dimfun *df, struct attr *ap) in argtyp() function
936 switch (typ = argtyp(p->n_type, p->n_df, p->n_ap)) { in argput()
1252 typ = argtyp(t, p->n_df, p->n_ap); in codeatyp()