Home
last modified time | relevance | path

Searched refs:format_label (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dio.c3009 if (dt->format_expr != NULL || dt->format_label != NULL) in match_dt_format()
3012 dt->format_label = &format_asterisk; in match_dt_format()
3031 if (dt->format_expr != NULL || dt->format_label != NULL) in match_dt_format()
3040 dt->format_label = label; in match_dt_format()
3050 if (dt->format_expr != NULL || dt->format_label != NULL) in match_dt_format()
3491 if (dt->format_label && dt->format_label != &format_asterisk in gfc_resolve_dt()
3492 && dt->format_label->defined == ST_LABEL_UNKNOWN) in gfc_resolve_dt()
3494 gfc_error ("FORMAT label %d at %L not defined", dt->format_label->value, in gfc_resolve_dt()
3788 unformatted = dt->format_expr == NULL && dt->format_label == NULL in check_io_constraints()
4038 io_constraint (dt->format_label != &format_asterisk in check_io_constraints()
[all …]
H A Dtrans-io.c1944 if (dt->format_label) in build_dt()
1946 if (dt->format_label == &format_asterisk) in build_dt()
1950 dt->format_label->format); in build_dt()
1965 if (dt->format_expr || dt->format_label) in build_dt()
2229 if (dt && (dt->format_expr || dt->format_label)) in get_dtio_proc()
H A Ddump-parse-tree.c2863 if (dt->format_label != NULL) in show_code_node()
2864 fprintf (dumpfile, " FMT=%d", dt->format_label->value); in show_code_node()
H A Dgfortran.h2545 gfc_st_label *format_label; member
H A Dresolve.c9929 if (dt && (dt->format_expr || dt->format_label)) in resolve_transfer()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dio.cc3009 if (dt->format_expr != NULL || dt->format_label != NULL) in match_dt_format()
3012 dt->format_label = &format_asterisk; in match_dt_format()
3031 if (dt->format_expr != NULL || dt->format_label != NULL) in match_dt_format()
3040 dt->format_label = label; in match_dt_format()
3050 if (dt->format_expr != NULL || dt->format_label != NULL) in match_dt_format()
3491 if (dt->format_label && dt->format_label != &format_asterisk in gfc_resolve_dt()
3492 && dt->format_label->defined == ST_LABEL_UNKNOWN) in gfc_resolve_dt()
3494 gfc_error ("FORMAT label %d at %L not defined", dt->format_label->value, in gfc_resolve_dt()
3788 unformatted = dt->format_expr == NULL && dt->format_label == NULL in check_io_constraints()
4038 io_constraint (dt->format_label != &format_asterisk in check_io_constraints()
[all …]
H A Dtrans-io.cc1969 if (dt->format_label) in build_dt()
1971 if (dt->format_label == &format_asterisk) in build_dt()
1975 dt->format_label->format); in build_dt()
1990 if (dt->format_expr || dt->format_label) in build_dt()
2254 if (dt && (dt->format_expr || dt->format_label)) in get_dtio_proc()
H A Ddump-parse-tree.cc3177 if (dt->format_label != NULL) in show_code_node()
3178 fprintf (dumpfile, " FMT=%d", dt->format_label->value); in show_code_node()
H A Dgfortran.h2834 gfc_st_label *format_label; member
H A Dresolve.cc10068 if (dt && (dt->format_expr || dt->format_label)) in resolve_transfer()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DDwarf.def215 HANDLE_DW_TAG(0x4101, format_label, 0, GNU, DW_KIND_NONE)