Home
last modified time | relevance | path

Searched refs:walk_array_constructor (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Darray.c1183 walk_array_constructor (gfc_typespec *ts, gfc_constructor_base head) in walk_array_constructor() function
1195 m = walk_array_constructor (ts, e->value.constructor); in walk_array_constructor()
1339 m = walk_array_constructor (&ts, head); in gfc_match_array_constructor()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Darray.cc1195 walk_array_constructor (gfc_typespec *ts, gfc_constructor_base head) in walk_array_constructor() function
1207 m = walk_array_constructor (ts, e->value.constructor); in walk_array_constructor()
1351 m = walk_array_constructor (&ts, head); in gfc_match_array_constructor()
H A DChangeLog-2019118 * array.c (walk_array_constructor): Replace call to gfc_convert_type
1133 * array.c (walk_array_constructor): New function.