Searched refs:empty_constructor (Results 1 – 3 of 3) sorted by relevance
1776 static bool empty_constructor; variable1804 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()
1788 static bool empty_constructor; variable1816 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()
2309 * array.c (empty_constructor): New variable.2312 Unset empty_constructor if there is an element.2313 (gfc_expand_constructor): Initialize empty_constructor