Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dmisc.c300 gfc_code2string (const mstring *m, int code) in gfc_code2string() function
334 return gfc_code2string (intents, i); in gfc_intent_string()
H A Dinterface.c185 strcpy (name, gfc_code2string (dtio_procs, DTIO_RF)); in gfc_match_generic_spec()
190 strcpy (name, gfc_code2string (dtio_procs, DTIO_RUF)); in gfc_match_generic_spec()
202 strcpy (name, gfc_code2string (dtio_procs, DTIO_WF)); in gfc_match_generic_spec()
207 strcpy (name, gfc_code2string (dtio_procs, DTIO_WUF)); in gfc_match_generic_spec()
4992 &fsym->declared_at, gfc_code2string (intents, (int)intent)); in check_dtio_arg_TKR_intent()
5172 gfc_code2string (dtio_procs, code), in gfc_check_dtio_interfaces()
5185 gfc_code2string (dtio_procs, code)); in gfc_check_dtio_interfaces()
5207 gfc_code2string (dtio_procs, in gfc_find_typebound_dtio_proc()
5213 gfc_code2string (dtio_procs, in gfc_find_typebound_dtio_proc()
5222 gfc_code2string (dtio_procs, in gfc_find_typebound_dtio_proc()
[all …]
H A Dsymbol.c509 a1 = gfc_code2string (flavors, attr->flavor); in gfc_check_conflict()
731 a1 = gfc_code2string (flavors, attr->flavor); in gfc_check_conflict()
1786 gfc_code2string (flavors, attr->flavor), name, in gfc_add_flavor()
1787 gfc_code2string (flavors, f), where); in gfc_add_flavor()
1790 gfc_code2string (flavors, attr->flavor), in gfc_add_flavor()
1791 gfc_code2string (flavors, f), where); in gfc_add_flavor()
1827 gfc_code2string (procedures, t), where, in gfc_add_procedure()
1828 gfc_code2string (procedures, attr->proc)); in gfc_add_procedure()
1831 "procedure", gfc_code2string (procedures, t), where, in gfc_add_procedure()
1832 gfc_code2string (procedures, attr->proc)); in gfc_add_procedure()
H A Ddump-parse-tree.c740 fprintf (dumpfile, "(%s ", gfc_code2string (flavors, attr->flavor)); in show_attr()
743 fprintf (dumpfile, "%s ", gfc_code2string (access_types, attr->access)); in show_attr()
745 fprintf (dumpfile, "%s ", gfc_code2string (procedures, attr->proc)); in show_attr()
747 fprintf (dumpfile, "%s", gfc_code2string (save_status, attr->save)); in show_attr()
948 fprintf (dumpfile, " %s", gfc_code2string (access_types, c->attr.access)); in show_components()
H A Dgfortran.h2937 const char *gfc_code2string (const mstring *, int);
H A Dmodule.c1760 write_atom (ATOM_NAME, gfc_code2string (m, t)); in mio_name()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dmisc.cc302 gfc_code2string (const mstring *m, int code) in gfc_code2string() function
336 return gfc_code2string (intents, i); in gfc_intent_string()
H A Dinterface.cc185 strcpy (name, gfc_code2string (dtio_procs, DTIO_RF)); in gfc_match_generic_spec()
190 strcpy (name, gfc_code2string (dtio_procs, DTIO_RUF)); in gfc_match_generic_spec()
202 strcpy (name, gfc_code2string (dtio_procs, DTIO_WF)); in gfc_match_generic_spec()
207 strcpy (name, gfc_code2string (dtio_procs, DTIO_WUF)); in gfc_match_generic_spec()
5195 &fsym->declared_at, gfc_code2string (intents, (int)intent)); in check_dtio_arg_TKR_intent()
5375 gfc_code2string (dtio_procs, code), in gfc_check_dtio_interfaces()
5388 gfc_code2string (dtio_procs, code)); in gfc_check_dtio_interfaces()
5410 gfc_code2string (dtio_procs, in gfc_find_typebound_dtio_proc()
5416 gfc_code2string (dtio_procs, in gfc_find_typebound_dtio_proc()
5425 gfc_code2string (dtio_procs, in gfc_find_typebound_dtio_proc()
[all …]
H A Dsymbol.cc509 a1 = gfc_code2string (flavors, attr->flavor); in gfc_check_conflict()
732 a1 = gfc_code2string (flavors, attr->flavor); in gfc_check_conflict()
1793 gfc_code2string (flavors, attr->flavor), name, in gfc_add_flavor()
1794 gfc_code2string (flavors, f), where); in gfc_add_flavor()
1797 gfc_code2string (flavors, attr->flavor), in gfc_add_flavor()
1798 gfc_code2string (flavors, f), where); in gfc_add_flavor()
1834 gfc_code2string (procedures, t), where, in gfc_add_procedure()
1835 gfc_code2string (procedures, attr->proc)); in gfc_add_procedure()
1838 "procedure", gfc_code2string (procedures, t), where, in gfc_add_procedure()
1839 gfc_code2string (procedures, attr->proc)); in gfc_add_procedure()
H A Ddump-parse-tree.cc765 fprintf (dumpfile, "(%s ", gfc_code2string (flavors, attr->flavor)); in show_attr()
768 fprintf (dumpfile, "%s ", gfc_code2string (access_types, attr->access)); in show_attr()
770 fprintf (dumpfile, "%s ", gfc_code2string (procedures, attr->proc)); in show_attr()
772 fprintf (dumpfile, "%s", gfc_code2string (save_status, attr->save)); in show_attr()
975 fprintf (dumpfile, " %s", gfc_code2string (access_types, c->attr.access)); in show_components()
H A Dgfortran.h3222 const char *gfc_code2string (const mstring *, int);
H A Dmodule.cc1806 write_atom (ATOM_NAME, gfc_code2string (m, t)); in mio_name()