Searched refs:io_unit (Results 1 – 16 of 16) sorted by relevance
/netbsd/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | io.c | 2963 if (dt->io_unit != NULL) in match_dt_unit() 2966 dt->io_unit = default_unit (k); in match_dt_unit() 2977 if (dt->io_unit != NULL) in match_dt_unit() 2983 dt->io_unit = e; in match_dt_unit() 3242 gfc_free_expr (dt->io_unit); in gfc_free_dt() 3309 e = dt->io_unit; in gfc_resolve_dt() 3344 dt->format_expr = dt->io_unit; in gfc_resolve_dt() 3791 expr = dt->io_unit; in check_io_constraints() 3815 &dt->io_unit->where); in check_io_constraints() 4201 dt->io_unit = default_unit (k); in match_io() [all …]
|
H A D | io.cc | 2963 if (dt->io_unit != NULL) in match_dt_unit() 2966 dt->io_unit = default_unit (k); in match_dt_unit() 2977 if (dt->io_unit != NULL) in match_dt_unit() 2983 dt->io_unit = e; in match_dt_unit() 3242 gfc_free_expr (dt->io_unit); in gfc_free_dt() 3309 e = dt->io_unit; in gfc_resolve_dt() 3344 dt->format_expr = dt->io_unit; in gfc_resolve_dt() 3791 expr = dt->io_unit; in check_io_constraints() 3815 &dt->io_unit->where); in check_io_constraints() 4201 dt->io_unit = default_unit (k); in match_io() [all …]
|
H A D | trans-io.c | 1865 if (dt && dt->io_unit) in build_dt() 1867 if (dt->io_unit->ts.type == BT_CHARACTER) in build_dt() 1870 var, dt->io_unit); in build_dt() 1872 dt->io_unit->ts.kind == 1 ? in build_dt() 1991 if (dt->io_unit && dt->io_unit->ts.type == BT_INTEGER) in build_dt() 1993 IOPARM_common_unit, dt->io_unit); in build_dt()
|
H A D | trans-io.cc | 1890 if (dt && dt->io_unit) in build_dt() 1892 if (dt->io_unit->ts.type == BT_CHARACTER) in build_dt() 1895 var, dt->io_unit); in build_dt() 1897 dt->io_unit->ts.kind == 1 ? in build_dt() 2016 if (dt->io_unit && dt->io_unit->ts.type == BT_INTEGER) in build_dt() 2018 IOPARM_common_unit, dt->io_unit); in build_dt()
|
H A D | dump-parse-tree.c | 2851 if (dt->io_unit) in show_code_node() 2854 show_expr (dt->io_unit); in show_code_node()
|
H A D | dump-parse-tree.cc | 3165 if (dt->io_unit) in show_code_node() 3168 show_expr (dt->io_unit); in show_code_node()
|
H A D | gfortran.h | 2827 gfc_expr *io_unit, *format_expr, *rec, *advance, *iostat, *size, *iomsg, member
|
H A D | ChangeLog-2009 | 1730 dt->io_unit is NULL. Return FAILURE after issuing error about 1732 (match_io_element): Don't segfault if current_dt->io_unit is NULL.
|
H A D | frontend-passes.c | 5259 WALK_SUBEXPR (co->ext.dt->io_unit); in gfc_code_walker()
|
H A D | frontend-passes.cc | 5539 WALK_SUBEXPR (co->ext.dt->io_unit); in gfc_code_walker()
|
H A D | ChangeLog-2008 | 2937 (gfc_resolve_dt): If an extra comma was encountered and io_unit is type
|
/netbsd/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | io.c | 2963 if (dt->io_unit != NULL) in match_dt_unit() 2966 dt->io_unit = default_unit (k); in match_dt_unit() 2977 if (dt->io_unit != NULL) in match_dt_unit() 2983 dt->io_unit = e; in match_dt_unit() 3242 gfc_free_expr (dt->io_unit); in gfc_free_dt() 3309 e = dt->io_unit; in gfc_resolve_dt() 3344 dt->format_expr = dt->io_unit; in gfc_resolve_dt() 3791 expr = dt->io_unit; in check_io_constraints() 3815 &dt->io_unit->where); in check_io_constraints() 4201 dt->io_unit = default_unit (k); in match_io() [all …]
|
H A D | trans-io.c | 1865 if (dt && dt->io_unit) in build_dt() 1867 if (dt->io_unit->ts.type == BT_CHARACTER) in build_dt() 1870 var, dt->io_unit); in build_dt() 1872 dt->io_unit->ts.kind == 1 ? in build_dt() 1991 if (dt->io_unit && dt->io_unit->ts.type == BT_INTEGER) in build_dt() 1993 IOPARM_common_unit, dt->io_unit); in build_dt()
|
H A D | dump-parse-tree.c | 2851 if (dt->io_unit) in show_code_node() 2854 show_expr (dt->io_unit); in show_code_node()
|
H A D | gfortran.h | 2538 gfc_expr *io_unit, *format_expr, *rec, *advance, *iostat, *size, *iomsg, member
|
H A D | frontend-passes.c | 5259 WALK_SUBEXPR (co->ext.dt->io_unit); in gfc_code_walker()
|