Searched refs:gfc_static_ctors (Results 1 – 8 of 8) sorted by relevance
711 extern GTY(()) tree gfc_static_ctors;
89 tree gfc_static_ctors; variable7043 gcc_assert (gfc_static_ctors == NULL_TREE); in gfc_generate_constructors()7051 if (gfc_static_ctors == NULL_TREE) in gfc_generate_constructors()7080 for (; gfc_static_ctors; gfc_static_ctors = TREE_CHAIN (gfc_static_ctors)) in gfc_generate_constructors()7083 TREE_VALUE (gfc_static_ctors), 0); in gfc_generate_constructors()
249 gfc_static_ctors = NULL_TREE; in gfc_init()
716 extern GTY(()) tree gfc_static_ctors;
89 tree gfc_static_ctors; variable7840 gcc_assert (gfc_static_ctors == NULL_TREE); in gfc_generate_constructors()7848 if (gfc_static_ctors == NULL_TREE) in gfc_generate_constructors()7877 for (; gfc_static_ctors; gfc_static_ctors = TREE_CHAIN (gfc_static_ctors)) in gfc_generate_constructors()7880 TREE_VALUE (gfc_static_ctors), 0); in gfc_generate_constructors()
255 gfc_static_ctors = NULL_TREE; in gfc_init()