Searched refs:gfc_st_label (Results 1 - 13 of 13) sorted by relevance

/haiku-buildtools/gcc/gcc/fortran/
H A Dparse.h51 gfc_st_label *end_do_label;
H A Dmatch.h31 extern gfc_st_label *gfc_statement_label;
49 match gfc_match_st_label (gfc_st_label **);
H A Dgfortran.h1056 struct gfc_st_label *label;
1302 /* The gfc_st_label structure is a BBT attached to a namespace that
1305 typedef struct gfc_st_label struct
1307 BBT_HEADER(gfc_st_label);
1319 gfc_st_label; typedef in typeref:struct:gfc_st_label
1655 gfc_st_label *st_labels;
2226 gfc_st_label *err;
2234 gfc_st_label *err;
2242 gfc_st_label *err;
2256 gfc_st_label *er
[all...]
H A Ddump-parse-tree.c69 code_indent (int level, gfc_st_label *label)
H A Dsymbol.c2123 int a = ((gfc_st_label *) a1)->value;
2124 int b = ((gfc_st_label *) b1)->value;
2130 /* Free a single gfc_st_label structure, making sure the tree is not
2135 gfc_free_st_label (gfc_st_label *label)
2150 /* Free a whole tree of gfc_st_label structures. */
2153 free_st_labels (gfc_st_label *label)
2171 gfc_st_label *
2174 gfc_st_label *lp;
2201 lp = XCNEW (gfc_st_label);
2219 gfc_define_st_label (gfc_st_label *l
[all...]
H A Dmatch.c458 gfc_match_st_label (gfc_st_label **label)
994 gfc_st_label **label;
1073 label = va_arg (argp, gfc_st_label **);
1301 gfc_st_label *l1, *l2, *l3;
1347 gfc_st_label *l1, *l2, *l3;
1648 gfc_st_label *label = NULL;
2264 gfc_st_label *label;
3368 gfc_st_label *label;
3402 gfc_st_label *label;
H A Dtrans-io.c932 add_case (int label_value, gfc_st_label * label, stmtblock_t * body)
961 io_result (stmtblock_t * block, tree var, gfc_st_label * err_label,
962 gfc_st_label * end_label, gfc_st_label * eor_label)
H A Dio.c29 gfc_st_label
1383 match_ltag (const io_tag *tag, gfc_st_label ** label)
1386 gfc_st_label *old;
2640 gfc_st_label *label;
H A Dtrans.h522 tree gfc_get_label_decl (gfc_st_label *);
H A Dprimary.c1686 gfc_st_label *label;
H A Dparse.c34 gfc_st_label *gfc_statement_label;
H A Dtrans-decl.c317 gfc_get_label_decl (gfc_st_label * lp)
H A Dresolve.c8743 resolve_branch (gfc_st_label *label, gfc_code *code)
14530 warn_unused_fortran_label (gfc_st_label *label)

Completed in 363 milliseconds