Home
last modified time | relevance | path

Searched refs:gfc_static_ctors (Results 1 – 8 of 8) sorted by relevance

/netbsd/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans.h711 extern GTY(()) tree gfc_static_ctors;
H A Dtrans-decl.c89 tree gfc_static_ctors; variable
7043 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()
H A Df95-lang.c249 gfc_static_ctors = NULL_TREE; in gfc_init()
/netbsd/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans-decl.c89 tree gfc_static_ctors; variable
7043 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()
H A Dtrans.h716 extern GTY(()) tree gfc_static_ctors;
H A Dtrans-decl.cc89 tree gfc_static_ctors; variable
7840 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()
H A Df95-lang.c249 gfc_static_ctors = NULL_TREE; in gfc_init()
H A Df95-lang.cc255 gfc_static_ctors = NULL_TREE; in gfc_init()