Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Darray.c1776 static bool empty_constructor; variable
1804 if (empty_constructor) in expand_constructor()
1821 empty_constructor = false; in expand_constructor()
1908 empty_constructor = true; in gfc_expand_constructor()
1923 if (constructor_ts.type == BT_UNKNOWN && empty_constructor) in gfc_expand_constructor()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Darray.cc1788 static bool empty_constructor; variable
1816 if (empty_constructor) in expand_constructor()
1833 empty_constructor = false; in expand_constructor()
1920 empty_constructor = true; in gfc_expand_constructor()
1935 if (constructor_ts.type == BT_UNKNOWN && empty_constructor) in gfc_expand_constructor()
H A DChangeLog-20202309 * array.c (empty_constructor): New variable.
2312 Unset empty_constructor if there is an element.
2313 (gfc_expand_constructor): Initialize empty_constructor