Home
last modified time | relevance | path

Searched refs:SPEC_EXPLICIT (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dexpr.cc5679 gfc_param_spec_type res = SPEC_EXPLICIT; in gfc_spec_list_type()
5700 else if (param_list->spec_type == SPEC_EXPLICIT) in gfc_spec_list_type()
5701 return SPEC_EXPLICIT; in gfc_spec_list_type()
5705 return SPEC_EXPLICIT; in gfc_spec_list_type()
H A Dprimary.cc1734 actual->spec_type = SPEC_EXPLICIT; in match_keyword_arg()
1914 tail->spec_type = SPEC_EXPLICIT; in gfc_match_actual_arglist()
H A Ddecl.cc3819 if (actual_param && actual_param->spec_type != SPEC_EXPLICIT) in gfc_get_pdt_instance()
3858 else if (actual_param && actual_param->spec_type == SPEC_EXPLICIT) in gfc_get_pdt_instance()
3868 if (actual_param && actual_param->spec_type == SPEC_EXPLICIT) in gfc_get_pdt_instance()
H A Dgfortran.h732 SPEC_EXPLICIT, enumerator
H A Dtrans-array.cc10107 && param->spec_type == SPEC_EXPLICIT) in structure_alloc_comps()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dexpr.c5639 gfc_param_spec_type res = SPEC_EXPLICIT; in gfc_spec_list_type()
5660 else if (param_list->spec_type == SPEC_EXPLICIT) in gfc_spec_list_type()
5661 return SPEC_EXPLICIT; in gfc_spec_list_type()
5665 return SPEC_EXPLICIT; in gfc_spec_list_type()
H A Dprimary.c1755 actual->spec_type = SPEC_EXPLICIT; in match_keyword_arg()
1935 tail->spec_type = SPEC_EXPLICIT; in gfc_match_actual_arglist()
H A Dgfortran.h682 SPEC_EXPLICIT, enumerator
H A Ddecl.c3721 if (actual_param && actual_param->spec_type != SPEC_EXPLICIT) in gfc_get_pdt_instance()
3760 else if (actual_param && actual_param->spec_type == SPEC_EXPLICIT) in gfc_get_pdt_instance()
3770 if (actual_param && actual_param->spec_type == SPEC_EXPLICIT) in gfc_get_pdt_instance()
H A Dtrans-array.c9906 && param->spec_type == SPEC_EXPLICIT) in structure_alloc_comps()