Searched refs:gfc_code2string (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dmisc.c300 gfc_code2string (const mstring *m, int code) function
309 gfc_internal_error ("gfc_code2string(): Bad code");
334 return gfc_code2string (intents, i);
H A Dinterface.c185 strcpy (name, gfc_code2string (dtio_procs, DTIO_RF));
190 strcpy (name, gfc_code2string (dtio_procs, DTIO_RUF));
202 strcpy (name, gfc_code2string (dtio_procs, DTIO_WF));
207 strcpy (name, gfc_code2string (dtio_procs, DTIO_WUF));
4992 &fsym->declared_at, gfc_code2string (intents, (int)intent));
5172 gfc_code2string (dtio_procs, code),
5185 gfc_code2string (dtio_procs, code));
5207 gfc_code2string (dtio_procs,
5213 gfc_code2string (dtio_procs,
5222 gfc_code2string (dtio_proc
[all...]
H A Dsymbol.c509 a1 = gfc_code2string (flavors, attr->flavor);
731 a1 = gfc_code2string (flavors, attr->flavor);
1786 gfc_code2string (flavors, attr->flavor), name,
1787 gfc_code2string (flavors, f), where);
1790 gfc_code2string (flavors, attr->flavor),
1791 gfc_code2string (flavors, f), where);
1827 gfc_code2string (procedures, t), where,
1828 gfc_code2string (procedures, attr->proc));
1831 "procedure", gfc_code2string (procedures, t), where,
1832 gfc_code2string (procedure
[all...]
H A Dgfortran.h2937 const char *gfc_code2string (const mstring *, int);
H A Dmodule.c1760 write_atom (ATOM_NAME, gfc_code2string (m, t));
/netbsd-current/external/gpl3/gcc/dist/gcc/fortran/
H A Dmisc.cc302 gfc_code2string (const mstring *m, int code) function
311 gfc_internal_error ("gfc_code2string(): Bad code");
336 return gfc_code2string (intents, i);
H A Dinterface.cc185 strcpy (name, gfc_code2string (dtio_procs, DTIO_RF));
190 strcpy (name, gfc_code2string (dtio_procs, DTIO_RUF));
202 strcpy (name, gfc_code2string (dtio_procs, DTIO_WF));
207 strcpy (name, gfc_code2string (dtio_procs, DTIO_WUF));
5195 &fsym->declared_at, gfc_code2string (intents, (int)intent));
5375 gfc_code2string (dtio_procs, code),
5388 gfc_code2string (dtio_procs, code));
5410 gfc_code2string (dtio_procs,
5416 gfc_code2string (dtio_procs,
5425 gfc_code2string (dtio_proc
[all...]
H A Dsymbol.cc509 a1 = gfc_code2string (flavors, attr->flavor);
732 a1 = gfc_code2string (flavors, attr->flavor);
1793 gfc_code2string (flavors, attr->flavor), name,
1794 gfc_code2string (flavors, f), where);
1797 gfc_code2string (flavors, attr->flavor),
1798 gfc_code2string (flavors, f), where);
1834 gfc_code2string (procedures, t), where,
1835 gfc_code2string (procedures, attr->proc));
1838 "procedure", gfc_code2string (procedures, t), where,
1839 gfc_code2string (procedure
[all...]
H A Dgfortran.h3222 const char *gfc_code2string (const mstring *, int);
H A Dmodule.cc1806 write_atom (ATOM_NAME, gfc_code2string (m, t));

Completed in 476 milliseconds