/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | misc.c | 300 gfc_code2string (const mstring *m, int code) in gfc_code2string() function 334 return gfc_code2string (intents, i); in gfc_intent_string()
|
H A D | interface.c | 185 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 D | symbol.c | 509 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 D | dump-parse-tree.c | 740 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 D | gfortran.h | 2937 const char *gfc_code2string (const mstring *, int);
|
H A D | module.c | 1760 write_atom (ATOM_NAME, gfc_code2string (m, t)); in mio_name()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | misc.cc | 302 gfc_code2string (const mstring *m, int code) in gfc_code2string() function 336 return gfc_code2string (intents, i); in gfc_intent_string()
|
H A D | interface.cc | 185 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 D | symbol.cc | 509 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 D | dump-parse-tree.cc | 765 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 D | gfortran.h | 3222 const char *gfc_code2string (const mstring *, int);
|
H A D | module.cc | 1806 write_atom (ATOM_NAME, gfc_code2string (m, t)); in mio_name()
|