Searched refs:ST_LABEL_DO_TARGET (Results 1 – 13 of 13) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | symbol.cc | 2747 || lp->referenced == ST_LABEL_DO_TARGET) in gfc_define_st_label() 2756 case ST_LABEL_DO_TARGET: in gfc_define_st_label() 2763 if (lp->referenced == ST_LABEL_DO_TARGET && type != ST_LABEL_DO_TARGET in gfc_define_st_label() 2804 && (type == ST_LABEL_TARGET || type == ST_LABEL_DO_TARGET)) in gfc_reference_st_label() 2811 if ((label_type == ST_LABEL_TARGET || label_type == ST_LABEL_DO_TARGET in gfc_reference_st_label() 2820 if (lp->referenced == ST_LABEL_DO_TARGET && type == ST_LABEL_DO_TARGET in gfc_reference_st_label() 2825 if (type == ST_LABEL_DO_TARGET in gfc_reference_st_label() 2830 if (lp->referenced != ST_LABEL_DO_TARGET) in gfc_reference_st_label()
|
H A D | ChangeLog-2012 | 1074 * gfortran.h (gfc_sl_type): Add ST_LABEL_DO_TARGET. 1075 * match.c (gfc_match_do): Use ST_LABEL_DO_TARGET. 1076 * parse.c (check_statement_label): Use ST_LABEL_DO_TARGET. 1078 * resolve.c (resolve_branch): Handle ST_LABEL_DO_TARGET. 1081 * trans-stmt.c (gfc_trans_label_assign): Handle ST_LABEL_DO_TARGET.
|
H A D | match.cc | 2656 && !gfc_reference_st_label (label, ST_LABEL_DO_TARGET)) in gfc_match_do() 2710 && !gfc_reference_st_label (label, ST_LABEL_DO_TARGET)) in gfc_match_do()
|
H A D | gfortran.h | 197 { ST_LABEL_UNKNOWN = 1, ST_LABEL_TARGET, ST_LABEL_DO_TARGET, enumerator
|
H A D | parse.cc | 1878 type = ST_LABEL_DO_TARGET; in check_statement_label()
|
H A D | trans-stmt.cc | 112 || code->label1->defined == ST_LABEL_DO_TARGET) in gfc_trans_label_assign()
|
H A D | resolve.cc | 10402 if (label->defined != ST_LABEL_TARGET && label->defined != ST_LABEL_DO_TARGET) in resolve_branch()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | symbol.c | 2740 || lp->referenced == ST_LABEL_DO_TARGET) in gfc_define_st_label() 2749 case ST_LABEL_DO_TARGET: in gfc_define_st_label() 2756 if (lp->referenced == ST_LABEL_DO_TARGET && type != ST_LABEL_DO_TARGET in gfc_define_st_label() 2797 && (type == ST_LABEL_TARGET || type == ST_LABEL_DO_TARGET)) in gfc_reference_st_label() 2804 if ((label_type == ST_LABEL_TARGET || label_type == ST_LABEL_DO_TARGET in gfc_reference_st_label() 2813 if (lp->referenced == ST_LABEL_DO_TARGET && type == ST_LABEL_DO_TARGET in gfc_reference_st_label() 2818 if (type == ST_LABEL_DO_TARGET in gfc_reference_st_label() 2823 if (lp->referenced != ST_LABEL_DO_TARGET) in gfc_reference_st_label()
|
H A D | match.c | 2681 && !gfc_reference_st_label (label, ST_LABEL_DO_TARGET)) in gfc_match_do() 2735 && !gfc_reference_st_label (label, ST_LABEL_DO_TARGET)) in gfc_match_do()
|
H A D | gfortran.h | 163 { ST_LABEL_UNKNOWN = 1, ST_LABEL_TARGET, ST_LABEL_DO_TARGET, enumerator
|
H A D | parse.c | 1748 type = ST_LABEL_DO_TARGET; in check_statement_label()
|
H A D | trans-stmt.c | 112 || code->label1->defined == ST_LABEL_DO_TARGET) in gfc_trans_label_assign()
|
H A D | resolve.c | 10255 if (label->defined != ST_LABEL_TARGET && label->defined != ST_LABEL_DO_TARGET) in resolve_branch()
|