Home
last modified time | relevance | path

Searched refs:gfc_resolve (Results 1 – 18 of 18) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dparse.c6269 gfc_resolve (gfc_current_ns); in resolve_all_program_units()
6471 gfc_resolve (gfc_current_ns); in gfc_parse_file()
H A Dresolve.c2587 gfc_resolve (gsym->ns); in resolve_global_procedure()
3136 gfc_resolve (sibling); in update_current_proc_array_outer_dependency()
9261 gfc_resolve (ns); in resolve_select_type()
9717 gfc_resolve (ns); in resolve_select_rank()
10695 gfc_resolve (code->ext.block.ns); in resolve_block_construct()
16019 gfc_resolve (sym->formal_ns); in resolve_symbol()
17406 gfc_resolve (gfc_namespace *ns) in gfc_resolve() function
H A Dgfortran.h3396 void gfc_resolve (gfc_namespace *);
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A DChangeLog-20051370 * resolve.c (gfc_resolve): Don't handle !gfc_option.flag_automatic
1815 * resolve.c (gfc_resolve): When -fno-automatic is used, mark
2452 (gfc_resolve): Call resolve_fntype.
3137 * resolve.c (gfc_resolve): Check if character lengths are
H A Dparse.cc6604 gfc_resolve (gfc_current_ns); in resolve_all_program_units()
6810 gfc_resolve (gfc_current_ns); in gfc_parse_file()
H A Dresolve.cc2645 gfc_resolve (gsym->ns); in resolve_global_procedure()
3208 gfc_resolve (sibling); in update_current_proc_array_outer_dependency()
9399 gfc_resolve (ns); in resolve_select_type()
9861 gfc_resolve (ns); in resolve_select_rank()
10842 gfc_resolve (code->ext.block.ns); in resolve_block_construct()
16243 gfc_resolve (sym->formal_ns); in resolve_symbol()
17641 gfc_resolve (gfc_namespace *ns) in gfc_resolve() function
H A DChangeLog-20063342 gfc_resolve): Revert patch of 2006-02-19.
3387 (gfc_resolve): Call resolve_contained_functions.
4096 (gfc_resolve): Use them.
4344 (gfc_resolve): Adapt call to warn_unused_label.
H A DChangeLog-2003230 * resolve.c (gfc_resolve): Also resolve EQUIVALENCE objects.
418 (gfc_resolve): Ditto.
H A Dgfortran.h3687 void gfc_resolve (gfc_namespace *);
H A DChangeLog-20091570 current derived type list before calling gfc_resolve for the
1575 (gfc_resolve): Set namespace resolved flag to -1 during
3261 (gfc_resolve) : Return if the namespace is already resolved.
H A DChangeLog-200495 * gfortran.h (gfc_resolve): Add prototype.
1153 (gfc_resolve): Call resolve_entries.
H A DChangeLog-20151465 OpenMP state around the call to gfc_resolve.
1466 (gfc_resolve): Save OpenMP state on entry and restore it on return.
H A DChangeLog-20141312 (gfc_resolve_omp_udr): Don't call gfc_resolve. Don't check for
H A DChangeLog-2012305 (gfc_resolve): Reset component_assignment_level in case it is
H A DChangeLog-20182238 and pass AR_SECTION instead of AR_FULL to gfc_resolve
H A DChangeLog-20161894 * resolve.c (gfc_resolve): For ns->construct_entities don't save, clear
H A DChangeLog-20113882 * resolve.c (resolve_global_procedure): Call it around gfc_resolve
H A DChangeLog-20102594 * resolve.c (gfc_resolve): Call gfc_run_passes.