Home
last modified time | relevance | path

Searched refs:FL_LABEL (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dsymbol.cc41 minit ("LABEL", FL_LABEL), minit ("PROCEDURE", FL_PROCEDURE),
506 case FL_LABEL: in gfc_check_conflict()
748 case FL_LABEL: in gfc_check_conflict()
1772 || f == FL_PARAMETER || f == FL_LABEL || gfc_fl_struct(f) in gfc_add_flavor()
2033 || flavor == FL_LABEL in gfc_add_type()
2694 while (ns->proc_name && ns->proc_name->attr.flavor == FL_LABEL) in gfc_get_st_label()
H A Dmatch.cc594 if (gfc_new_block->attr.flavor == FL_LABEL) in gfc_match_label()
600 if (!gfc_add_flavor (&gfc_new_block->attr, FL_LABEL, in gfc_match_label()
2770 if (sym->attr.flavor != FL_LABEL) in match_exit_cycle()
H A Dparse.cc4845 t = gfc_add_flavor (&my_ns->proc_name->attr, FL_LABEL, in gfc_build_block_ns()
6022 || old_sym->attr.flavor == FL_LABEL in gfc_fixup_sibling_symbols()
H A Dgfortran.h336 FL_PARAMETER, FL_LABEL, FL_PROCEDURE, FL_DERIVED, FL_NAMELIST, enumerator
H A Dmodule.cc5960 if (sym->attr.flavor == FL_UNKNOWN || sym->attr.flavor == FL_LABEL) in write_symbol()
H A Dresolve.cc1799 if (context_proc->attr.flavor != FL_LABEL) in is_illegal_recursion()
6177 && (sym->ns->proc_name->attr.flavor == FL_LABEL in check_host_association()
17615 if (!(ns->proc_name && ns->proc_name->attr.flavor == FL_LABEL)) in resolve_codes()
H A Dtrans-decl.cc647 && sym->ns->proc_name->attr.flavor == FL_LABEL) in gfc_finish_var_decl()
H A DChangeLog-201122 * parse.c (gfc_fixup_sibling_symbols): Regard FL_LABEL as
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dsymbol.c41 minit ("LABEL", FL_LABEL), minit ("PROCEDURE", FL_PROCEDURE),
506 case FL_LABEL: in gfc_check_conflict()
747 case FL_LABEL: in gfc_check_conflict()
1765 || f == FL_PARAMETER || f == FL_LABEL || gfc_fl_struct(f) in gfc_add_flavor()
2026 || flavor == FL_LABEL in gfc_add_type()
2687 while (ns->proc_name && ns->proc_name->attr.flavor == FL_LABEL) in gfc_get_st_label()
H A Dmatch.c620 if (gfc_new_block->attr.flavor == FL_LABEL) in gfc_match_label()
626 if (!gfc_add_flavor (&gfc_new_block->attr, FL_LABEL, in gfc_match_label()
2795 if (sym->attr.flavor != FL_LABEL) in match_exit_cycle()
H A Dparse.c4595 t = gfc_add_flavor (&my_ns->proc_name->attr, FL_LABEL, in gfc_build_block_ns()
5680 || old_sym->attr.flavor == FL_LABEL in gfc_fixup_sibling_symbols()
H A Dgfortran.h286 FL_PARAMETER, FL_LABEL, FL_PROCEDURE, FL_DERIVED, FL_NAMELIST, enumerator
H A Dmodule.c5749 if (sym->attr.flavor == FL_UNKNOWN || sym->attr.flavor == FL_LABEL) in write_symbol()
H A Dtrans-decl.c645 && sym->ns->proc_name->attr.flavor == FL_LABEL) in gfc_finish_var_decl()
H A Dresolve.c1758 if (context_proc->attr.flavor != FL_LABEL) in is_illegal_recursion()
17380 if (!(ns->proc_name && ns->proc_name->attr.flavor == FL_LABEL)) in resolve_codes()