Searched refs:gfc_build_init_expr (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | ChangeLog-2017 | 391 * gfortran.h (gfc_build_init_expr): New prototype. 393 * expr.c (gfc_build_init_expr): New, from gfc_build_default_init_expr. 394 (gfc_build_default_init_expr): Redirect to gfc_build_init_expr(,,false) 396 gfc_build_init_expr(,,true).
|
H A D | expr.cc | 4690 gfc_build_init_expr (gfc_typespec *ts, locus *where, bool force) in gfc_build_init_expr() function 4852 return gfc_build_init_expr (ts, where, false); in gfc_build_default_init_expr() 5112 init = gfc_build_init_expr (&c->ts, &c->loc, true); in component_initializer()
|
H A D | ChangeLog-2021 | 493 * expr.c (gfc_build_init_expr): Make static 498 gfc_resolve_oacc_parallel_loop_blocks, gfc_build_init_expr,
|
H A D | ChangeLog-2018 | 2565 * expr.c (gfc_build_init_expr): Use HOST_WIDE_INT,
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | expr.c | 4650 return gfc_build_init_expr (ts, where, false); in gfc_build_default_init_expr() 4659 gfc_build_init_expr (gfc_typespec *ts, locus *where, bool force) in gfc_build_init_expr() function 5072 init = gfc_build_init_expr (&c->ts, &c->loc, true); in component_initializer()
|
H A D | gfortran.h | 3346 gfc_expr *gfc_build_init_expr (gfc_typespec *, locus *, bool);
|