| /netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| H A D | gfortran.h | 1466 typedef struct gfc_interface struct 1470 struct gfc_interface *next; argument 1472 gfc_interface; typedef 1474 #define gfc_get_interface() XCNEW (gfc_interface) 1481 gfc_interface *op; 1559 gfc_interface *generic; 1830 gfc_interface *op[GFC_INTRINSIC_OPS]; 3460 void gfc_free_interface (gfc_interface *); 3473 gfc_symbol *gfc_search_interface (gfc_interface *, int, 3478 bool gfc_check_new_interface (gfc_interface *, gfc_symbol *, locus); [all …]
|
| H A D | interface.c | 84 gfc_free_interface (gfc_interface *intr) in gfc_free_interface() 86 gfc_interface *next; in gfc_free_interface() 1859 check_interface0 (gfc_interface *p, const char *interface_name) in check_interface0() 1861 gfc_interface *psave, *q, *qlast; in check_interface0() 1951 check_interface1 (gfc_interface *p, gfc_interface *q0, in check_interface1() 1955 gfc_interface *q; in check_interface1() 1999 gfc_interface *p; in check_sym_interfaces() 4100 gfc_search_interface (gfc_interface *intr, int sub_flag, in gfc_search_interface() 4566 gfc_check_new_interface (gfc_interface *base, gfc_symbol *new_sym, locus loc) in gfc_check_new_interface() 4568 gfc_interface *ip; in gfc_check_new_interface() [all …]
|
| H A D | module.c | 1749 pointer_info *mio_interface_rest (gfc_interface **); 3840 mio_interface_rest (gfc_interface **ip) in mio_interface_rest() 3842 gfc_interface *tail, *p; in mio_interface_rest() 3888 mio_interface (gfc_interface **ip) in mio_interface() 3899 gfc_interface **ip) in mio_symbol_interface() 4638 gfc_interface *generic = NULL, *gen = NULL; in load_generic_interfaces() 6777 gfc_interface *intr, *head; in create_derived_type()
|
| H A D | dump-parse-tree.c | 1057 gfc_interface *intr; in show_symbol() 1180 gfc_interface *intr; in show_uop() 3089 gfc_interface *intr; in show_namespace()
|
| H A D | decl.c | 4542 gfc_interface *intr, *head; in gfc_match_decl_type_spec() 9903 gfc_interface *old_interface_head, *interface; in gfc_match_modproc() 9997 gfc_interface *i = interface->next; in gfc_match_modproc() 10434 gfc_interface *intr = NULL, *head; in gfc_match_derived_decl()
|
| H A D | symbol.c | 4911 gfc_interface *intr, *head; in generate_isocbinding_symbol() 5215 gfc_interface *intr = NULL; in gfc_find_dt_in_generic()
|
| H A D | resolve.c | 151 gfc_interface *gen = ifc->generic; in check_proc_interface() 1685 gfc_interface *p; in count_specific_procs() 2724 gfc_interface *intr = NULL; in resolve_generic_f() 13084 gfc_interface *iface; in resolve_fl_procedure() 13888 gfc_interface *head, *intr; in resolve_typebound_intrinsic_op() 17249 gfc_interface *itr; in gfc_resolve_uops()
|
| H A D | trans-decl.c | 902 gfc_interface *intr; in gfc_get_module_backend_decl()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
| H A D | gfortran.h | 1717 typedef struct gfc_interface struct 1721 struct gfc_interface *next; argument 1723 gfc_interface; typedef 1725 #define gfc_get_interface() XCNEW (gfc_interface) 1732 gfc_interface *op; 1810 gfc_interface *generic; 2085 gfc_interface *op[GFC_INTRINSIC_OPS]; 3746 void gfc_free_interface (gfc_interface *); 3759 gfc_symbol *gfc_search_interface (gfc_interface *, int, 3764 bool gfc_check_new_interface (gfc_interface *, gfc_symbol *, locus); [all …]
|
| H A D | interface.cc | 84 gfc_free_interface (gfc_interface *intr) in gfc_free_interface() 86 gfc_interface *next; in gfc_free_interface() 1879 check_interface0 (gfc_interface *p, const char *interface_name) in check_interface0() 1881 gfc_interface *psave, *q, *qlast; in check_interface0() 1971 check_interface1 (gfc_interface *p, gfc_interface *q0, in check_interface1() 1975 gfc_interface *q; in check_interface1() 2019 gfc_interface *p; in check_sym_interfaces() 4303 gfc_search_interface (gfc_interface *intr, int sub_flag, in gfc_search_interface() 4769 gfc_check_new_interface (gfc_interface *base, gfc_symbol *new_sym, locus loc) in gfc_check_new_interface() 4771 gfc_interface *ip; in gfc_check_new_interface() [all …]
|
| H A D | module.cc | 1795 pointer_info *mio_interface_rest (gfc_interface **); 3991 mio_interface_rest (gfc_interface **ip) in mio_interface_rest() 3993 gfc_interface *tail, *p; in mio_interface_rest() 4039 mio_interface (gfc_interface **ip) in mio_interface() 4050 gfc_interface **ip) in mio_symbol_interface() 4789 gfc_interface *generic = NULL, *gen = NULL; in load_generic_interfaces() 6988 gfc_interface *intr, *head; in create_derived_type()
|
| H A D | dump-parse-tree.cc | 1084 gfc_interface *intr; in show_symbol() 1207 gfc_interface *intr; in show_uop() 3423 gfc_interface *intr; in show_namespace()
|
| H A D | decl.cc | 4647 gfc_interface *intr, *head; in gfc_match_decl_type_spec() 9991 gfc_interface *old_interface_head, *interface; in gfc_match_modproc() 10087 gfc_interface *i = interface->next; in gfc_match_modproc() 10524 gfc_interface *intr = NULL, *head; in gfc_match_derived_decl()
|
| H A D | symbol.cc | 4955 gfc_interface *intr, *head; in generate_isocbinding_symbol() 5242 gfc_interface *intr = NULL; in gfc_find_dt_in_generic()
|
| H A D | resolve.cc | 151 gfc_interface *gen = ifc->generic; in check_proc_interface() 1726 gfc_interface *p; in count_specific_procs() 2783 gfc_interface *intr = NULL; in resolve_generic_f() 13296 gfc_interface *iface; in resolve_fl_procedure() 14100 gfc_interface *head, *intr; in resolve_typebound_intrinsic_op() 17484 gfc_interface *itr; in gfc_resolve_uops()
|
| H A D | trans-decl.cc | 907 gfc_interface *intr; in gfc_get_module_backend_decl()
|
| H A D | ChangeLog-2009 | 1463 as gfc_symbol rather than gfc_interface so it is useful for type-bound
|