Searched refs:format_label (Results 1 – 11 of 11) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| H A D | io.c | 3009 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 D | trans-io.c | 1944 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 D | dump-parse-tree.c | 2863 if (dt->format_label != NULL) in show_code_node() 2864 fprintf (dumpfile, " FMT=%d", dt->format_label->value); in show_code_node()
|
| H A D | gfortran.h | 2545 gfc_st_label *format_label; member
|
| H A D | resolve.c | 9929 if (dt && (dt->format_expr || dt->format_label)) in resolve_transfer()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
| H A D | io.cc | 3009 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 D | trans-io.cc | 1969 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 D | dump-parse-tree.cc | 3177 if (dt->format_label != NULL) in show_code_node() 3178 fprintf (dumpfile, " FMT=%d", dt->format_label->value); in show_code_node()
|
| H A D | gfortran.h | 2834 gfc_st_label *format_label; member
|
| H A D | resolve.cc | 10068 if (dt && (dt->format_expr || dt->format_label)) in resolve_transfer()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/ |
| H A D | Dwarf.def | 215 HANDLE_DW_TAG(0x4101, format_label, 0, GNU, DW_KIND_NONE)
|