Home
last modified time | relevance | path

Searched refs:format_expr (Results 1 – 16 of 16) 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()
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 Dtrans-io.c1940 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 Ddump-parse-tree.c2857 if (dt->format_expr) in show_code_node()
2860 show_expr (dt->format_expr); in show_code_node()
H A Dgfortran.h2538 gfc_expr *io_unit, *format_expr, *rec, *advance, *iostat, *size, *iomsg, member
H A Dfrontend-passes.c5260 WALK_SUBEXPR (co->ext.dt->format_expr); in gfc_code_walker()
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()
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 Dtrans-io.cc1965 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 Ddump-parse-tree.cc3171 if (dt->format_expr) in show_code_node()
3174 show_expr (dt->format_expr); in show_code_node()
H A Dgfortran.h2827 gfc_expr *io_unit, *format_expr, *rec, *advance, *iostat, *size, *iomsg, member
H A Dfrontend-passes.cc5540 WALK_SUBEXPR (co->ext.dt->format_expr); in gfc_code_walker()
H A DChangeLog-20082938 BT_CHARACTER, resolve to format_expr and set default unit. Error if
H A DChangeLog-2006196 * trans-io.c (build_dt): Move post block for format_expr to end.
H A Dresolve.cc10068 if (dt && (dt->format_expr || dt->format_label)) in resolve_transfer()
/netbsd-src/external/gpl2/groff/dist/src/preproc/refer/
H A Dlabel.y68 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 DChangeLog.1152882 * refer/label.y (format_expr::evaluate): Avoid use of %0*d.