Searched refs:format_expr (Results 1 – 16 of 16) 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() 3031 if (dt->format_expr != NULL || dt->format_label != NULL) in match_dt_format() 3050 if (dt->format_expr != NULL || dt->format_label != NULL) in match_dt_format() 3055 dt->format_expr = e; in match_dt_format() 3243 gfc_free_expr (dt->format_expr); in gfc_free_dt() 3281 RESOLVE_TAG (&tag_format, dt->format_expr); in gfc_resolve_dt() 3344 dt->format_expr = dt->io_unit; in gfc_resolve_dt() 3788 unformatted = dt->format_expr == NULL && dt->format_label == NULL in check_io_constraints() 4055 io_constraint (dt->format_expr, in check_io_constraints() 4058 &dt->format_expr->where); in check_io_constraints() [all …]
|
H A D | trans-io.c | 1940 if (dt->format_expr) in build_dt() 1942 dt->format_expr); 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 | 2857 if (dt->format_expr) in show_code_node() 2860 show_expr (dt->format_expr); 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 | 5260 WALK_SUBEXPR (co->ext.dt->format_expr); in gfc_code_walker()
|
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() 3031 if (dt->format_expr != NULL || dt->format_label != NULL) in match_dt_format() 3050 if (dt->format_expr != NULL || dt->format_label != NULL) in match_dt_format() 3055 dt->format_expr = e; in match_dt_format() 3243 gfc_free_expr (dt->format_expr); in gfc_free_dt() 3281 RESOLVE_TAG (&tag_format, dt->format_expr); in gfc_resolve_dt() 3344 dt->format_expr = dt->io_unit; in gfc_resolve_dt() 3788 unformatted = dt->format_expr == NULL && dt->format_label == NULL in check_io_constraints() 4055 io_constraint (dt->format_expr, in check_io_constraints() 4058 &dt->format_expr->where); in check_io_constraints() [all …]
|
H A D | trans-io.cc | 1965 if (dt->format_expr) in build_dt() 1967 dt->format_expr); 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 | 3171 if (dt->format_expr) in show_code_node() 3174 show_expr (dt->format_expr); 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 | frontend-passes.cc | 5540 WALK_SUBEXPR (co->ext.dt->format_expr); in gfc_code_walker()
|
H A D | ChangeLog-2008 | 2938 BT_CHARACTER, resolve to format_expr and set default unit. Error if
|
H A D | ChangeLog-2006 | 196 * trans-io.c (build_dt): Move post block for format_expr to end.
|
H A D | resolve.cc | 10068 if (dt && (dt->format_expr || dt->format_label)) in resolve_transfer()
|
/netbsd-src/external/gpl2/groff/dist/src/preproc/refer/ |
H A D | label.y | 68 class format_expr : public expression { 73 format_expr(char c, int w = 0, int f = 1) 312 $$ = new format_expr($2); 316 $$ = new format_expr('a'); 323 $$ = new format_expr('0', $2.ndigits, $2.val); 519 void format_expr::evaluate(int tentative, const reference &ref, in evaluate()
|
/netbsd-src/external/gpl2/groff/dist/ |
H A D | ChangeLog.115 | 2882 * refer/label.y (format_expr::evaluate): Avoid use of %0*d.
|