Searched refs:io_kind (Results 1 – 9 of 9) sorted by relevance
/netbsd/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | io.c | 2940 default_unit (io_kind k) in default_unit() 2956 match_dt_unit (io_kind k, gfc_dt *dt) in match_dt_unit() 3071 dtio_procs_present (gfc_symbol *sym, io_kind k) in dtio_procs_present() 3117 match_dt_element (io_kind k, gfc_dt *dt) in match_dt_element() 3263 io_kind_name (io_kind k); 3275 io_kind k; in gfc_resolve_dt() 3506 io_kind_name (io_kind k) in io_kind_name() 3542 match_io_iterator (io_kind k, gfc_code **result) in match_io_iterator() 3629 match_io_element (io_kind k, gfc_code **cpp) in match_io_element() 3705 match_io_list (io_kind k, gfc_code **head_p) in match_io_list() [all …]
|
H A D | io.cc | 2940 default_unit (io_kind k) in default_unit() 2956 match_dt_unit (io_kind k, gfc_dt *dt) in match_dt_unit() 3071 dtio_procs_present (gfc_symbol *sym, io_kind k) in dtio_procs_present() 3117 match_dt_element (io_kind k, gfc_dt *dt) in match_dt_element() 3263 io_kind_name (io_kind k); 3275 io_kind k; in gfc_resolve_dt() 3506 io_kind_name (io_kind k) in io_kind_name() 3542 match_io_iterator (io_kind k, gfc_code **result) in match_io_iterator() 3629 match_io_element (io_kind k, gfc_code **cpp) in match_io_element() 3705 match_io_list (io_kind k, gfc_code **head_p) in match_io_list() [all …]
|
H A D | gfortran.h | 148 enum io_kind enum 2548 io_kind iokind; 3613 gfc_expr *gfc_get_iokind_expr (locus *, io_kind);
|
H A D | ChangeLog-2008 | 2935 gfc_expr value union. Add io_kind enum to here from io.c. 2939 io_kind is M_WRITE. (match_io): Match the extra comma and set new
|
H A D | expr.c | 243 gfc_get_iokind_expr (locus *where, io_kind k) in gfc_get_iokind_expr()
|
H A D | expr.cc | 243 gfc_get_iokind_expr (locus *where, io_kind k) in gfc_get_iokind_expr()
|
/netbsd/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | io.c | 2940 default_unit (io_kind k) in default_unit() 2956 match_dt_unit (io_kind k, gfc_dt *dt) in match_dt_unit() 3071 dtio_procs_present (gfc_symbol *sym, io_kind k) in dtio_procs_present() 3117 match_dt_element (io_kind k, gfc_dt *dt) in match_dt_element() 3263 io_kind_name (io_kind k); 3275 io_kind k; in gfc_resolve_dt() 3506 io_kind_name (io_kind k) in io_kind_name() 3542 match_io_iterator (io_kind k, gfc_code **result) in match_io_iterator() 3629 match_io_element (io_kind k, gfc_code **cpp) in match_io_element() 3705 match_io_list (io_kind k, gfc_code **head_p) in match_io_list() [all …]
|
H A D | gfortran.h | 114 enum io_kind enum 2259 io_kind iokind; 3322 gfc_expr *gfc_get_iokind_expr (locus *, io_kind);
|
H A D | expr.c | 243 gfc_get_iokind_expr (locus *where, io_kind k) in gfc_get_iokind_expr()
|