Home
last modified time | relevance | path

Searched refs:gfc_entry_list (Results 1 – 25 of 26) sorted by relevance

12

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dgfortran.h1694 typedef struct gfc_entry_list struct
1703 struct gfc_entry_list *next; argument
1705 gfc_entry_list; typedef
1707 #define gfc_get_entry_list() XCNEW (gfc_entry_list)
1871 gfc_entry_list *entries;
2696 gfc_entry_list *entry;
H A Dtrans-decl.c2148 gfc_entry_list *entry = gsym->ns->entries; in gfc_get_extern_function_decl()
2880 gfc_entry_list *el; in build_entry_thunks()
4564 gfc_entry_list *el = NULL; in gfc_trans_deferred_vars()
5989 gfc_entry_list *el; in generate_local_decl()
6150 gfc_trans_entry_master_switch (gfc_entry_list * el) in gfc_trans_entry_master_switch()
6779 gfc_entry_list *el; in gfc_generate_function_code()
H A Dprimary.c1694 gfc_entry_list *el = NULL; in match_actual_arg()
3567 gfc_entry_list *el = NULL; in gfc_match_rvalue()
H A Dsymbol.c4000 free_entry_list (gfc_entry_list *el) in free_entry_list()
4002 gfc_entry_list *next; in free_entry_list()
H A Dtrans.c2257 gfc_entry_list *el; in gfc_generate_module_code()
H A Dresolve.c704 gfc_entry_list *el; in resolve_entries()
1127 gfc_entry_list *el; in resolve_contained_functions()
2401 gfc_entry_list *entry = gsym_ns->entries; in not_entry_self_reference()
2617 gfc_entry_list *entry; in resolve_global_procedure()
5827 gfc_entry_list *entry; in resolve_variable()
17119 gfc_entry_list *el; in resolve_fntype()
H A Dopenmp.c4282 gfc_entry_list *el = gfc_current_ns->entries;
4292 gfc_entry_list *el = gfc_current_ns->parent->entries;
H A Dtrans-types.c2894 gfc_entry_list *el, *el2; in gfc_get_mixed_entry_union()
H A Dparse.c5703 gfc_entry_list *el; in parse_contained()
H A Dtrans-openmp.c1623 gfc_entry_list *el = NULL; in gfc_trans_omp_variable()
H A Ddecl.c7598 gfc_entry_list *el; in gfc_match_entry()
H A Dtrans-expr.c2939 gfc_entry_list *el = NULL; in gfc_conv_variable()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dgfortran.h1949 typedef struct gfc_entry_list struct
1958 struct gfc_entry_list *next; argument
1960 gfc_entry_list; typedef
1962 #define gfc_get_entry_list() XCNEW (gfc_entry_list)
2129 gfc_entry_list *entries;
2982 gfc_entry_list *entry;
H A Dtrans-decl.cc2188 gfc_entry_list *entry = gsym->ns->entries; in gfc_get_extern_function_decl()
2914 gfc_entry_list *el; in build_entry_thunks()
4495 gfc_entry_list *el = NULL; in gfc_trans_deferred_vars()
5917 gfc_entry_list *el; in generate_local_decl()
6083 gfc_trans_entry_master_switch (gfc_entry_list * el) in gfc_trans_entry_master_switch()
7503 gfc_entry_list *el; in gfc_generate_function_code()
H A Dprimary.cc1673 gfc_entry_list *el = NULL; in match_actual_arg()
3575 gfc_entry_list *el = NULL; in gfc_match_rvalue()
H A Dsymbol.cc4018 free_entry_list (gfc_entry_list *el) in free_entry_list()
4020 gfc_entry_list *next; in free_entry_list()
H A Dtrans.cc2349 gfc_entry_list *el; in gfc_generate_module_code()
H A Dresolve.cc704 gfc_entry_list *el; in resolve_entries()
1151 gfc_entry_list *el; in resolve_contained_functions()
2459 gfc_entry_list *entry = gsym_ns->entries; in not_entry_self_reference()
2675 gfc_entry_list *entry; in resolve_global_procedure()
5911 gfc_entry_list *entry; in resolve_variable()
17354 gfc_entry_list *el; in resolve_fntype()
H A Dtrans-types.cc2965 gfc_entry_list *el, *el2; in gfc_get_mixed_entry_union()
H A Dopenmp.cc6518 gfc_entry_list *el = gfc_current_ns->entries; in resolve_omp_clauses()
6528 gfc_entry_list *el = gfc_current_ns->parent->entries; in resolve_omp_clauses()
H A Dparse.cc6045 gfc_entry_list *el; in parse_contained()
H A DChangeLog-20041137 (struct gfc_entry_list): Define.
H A Ddecl.cc7687 gfc_entry_list *el; in gfc_match_entry()
H A Dtrans-openmp.cc1895 gfc_entry_list *el = NULL; in gfc_trans_omp_variable()
H A DChangeLog-2008170 * gfortran.h (struct gfc_entry_list): Fixed typo in comment.

12