Home
last modified time | relevance | path

Searched refs:static_ctors (Results 1 – 25 of 276) sorted by relevance

12345678910>>...12

/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dc-objc-common.c247 if (static_ctors) in c_objc_common_finish_file()
251 for (; static_ctors; static_ctors = TREE_CHAIN (static_ctors)) in c_objc_common_finish_file()
252 c_expand_expr_stmt (build_function_call (TREE_VALUE (static_ctors), in c_objc_common_finish_file()
H A Dc-tree.h322 extern GTY(()) tree static_ctors;
H A Dc-decl.c303 tree static_ctors, static_dtors; variable
6176 static_ctors = tree_cons (NULL_TREE, fndecl, static_ctors); in c_expand_body_1()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dc-objc-common.c247 if (static_ctors) in c_objc_common_finish_file()
251 for (; static_ctors; static_ctors = TREE_CHAIN (static_ctors)) in c_objc_common_finish_file()
252 c_expand_expr_stmt (build_function_call (TREE_VALUE (static_ctors), in c_objc_common_finish_file()
H A Dc-tree.h322 extern GTY(()) tree static_ctors;
H A Dc-decl.c303 tree static_ctors, static_dtors; variable
6176 static_ctors = tree_cons (NULL_TREE, fndecl, static_ctors); in c_expand_body_1()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dipa.c993 static vec<tree> static_ctors; variable
1008 static_ctors.safe_push (node->decl); in record_cdtor_fn()
1140 if (!static_ctors.is_empty ()) in build_cdtor_fns()
1143 static_ctors.qsort (compare_ctor); in build_cdtor_fns()
1144 build_cdtor (/*ctor_p=*/true, static_ctors); in build_cdtor_fns()
1170 static_ctors.release (); in ipa_cdtor_merge()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dipa.c1216 static vec<tree> static_ctors; variable
1231 static_ctors.safe_push (node->symbol.decl); in record_cdtor_fn()
1363 if (!static_ctors.is_empty ()) in build_cdtor_fns()
1366 static_ctors.qsort (compare_ctor); in build_cdtor_fns()
1367 build_cdtor (/*ctor_p=*/true, static_ctors); in build_cdtor_fns()
1393 static_ctors.release (); in ipa_cdtor_merge()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dipa.c993 static vec<tree> static_ctors; variable
1008 static_ctors.safe_push (node->decl); in record_cdtor_fn()
1140 if (!static_ctors.is_empty ()) in build_cdtor_fns()
1143 static_ctors.qsort (compare_ctor); in build_cdtor_fns()
1144 build_cdtor (/*ctor_p=*/true, static_ctors); in build_cdtor_fns()
1170 static_ctors.release (); in ipa_cdtor_merge()
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dipa.c1228 static vec<tree> static_ctors; variable
1243 static_ctors.safe_push (node->symbol.decl); in record_cdtor_fn()
1375 if (!static_ctors.is_empty ()) in build_cdtor_fns()
1378 static_ctors.qsort (compare_ctor); in build_cdtor_fns()
1379 build_cdtor (/*ctor_p=*/true, static_ctors); in build_cdtor_fns()
1405 static_ctors.release (); in ipa_cdtor_merge()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dipa.c1453 static vec<tree> static_ctors; variable
1468 static_ctors.safe_push (node->decl); in record_cdtor_fn()
1600 if (!static_ctors.is_empty ()) in build_cdtor_fns()
1603 static_ctors.qsort (compare_ctor); in build_cdtor_fns()
1604 build_cdtor (/*ctor_p=*/true, static_ctors); in build_cdtor_fns()
1630 static_ctors.release (); in ipa_cdtor_merge()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/cp/
H A Ddecl2.c109 tree static_ctors; variable
2443 for (fns = constructor_p ? static_ctors : static_dtors; in generate_ctor_or_dtor_function()
2477 || (priority == DEFAULT_INIT_PRIORITY && static_ctors)) in generate_ctor_and_dtor_functions_for_priority()
2831 if (static_ctors) in finish_file()
H A Dsemantics.c2994 static_ctors = tree_cons (NULL_TREE, fn, static_ctors); in expand_or_defer_fn()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/cp/
H A Ddecl2.c109 tree static_ctors; variable
2443 for (fns = constructor_p ? static_ctors : static_dtors; in generate_ctor_or_dtor_function()
2477 || (priority == DEFAULT_INIT_PRIORITY && static_ctors)) in generate_ctor_and_dtor_functions_for_priority()
2831 if (static_ctors) in finish_file()
H A Dsemantics.c2994 static_ctors = tree_cons (NULL_TREE, fn, static_ctors); in expand_or_defer_fn()
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dc-decl.c410 static GTY(()) tree static_ctors;
6714 static_ctors = tree_cons (NULL_TREE, fndecl, static_ctors); in finish_function()
7777 build_cdtor ('I', static_ctors); static_ctors = 0; in c_write_global_declarations()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/cp/
H A DChangeLog-20072913 * cp-tree.h (static_ctors): Remove.
2919 (expand_or_defer_fn): Don't update static_ctors or static_dtors.
2920 * decl2.c (static_ctors): Remove.
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/cp/
H A DChangeLog-20072913 * cp-tree.h (static_ctors): Remove.
2919 (expand_or_defer_fn): Don't update static_ctors or static_dtors.
2920 * decl2.c (static_ctors): Remove.
/dports/lang/gcc9/gcc-9.4.0/gcc/cp/
H A DChangeLog-20072913 * cp-tree.h (static_ctors): Remove.
2919 (expand_or_defer_fn): Don't update static_ctors or static_dtors.
2920 * decl2.c (static_ctors): Remove.
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/cp/
H A DChangeLog-20072913 * cp-tree.h (static_ctors): Remove.
2919 (expand_or_defer_fn): Don't update static_ctors or static_dtors.
2920 * decl2.c (static_ctors): Remove.
/dports/devel/avr-gcc/gcc-10.2.0/gcc/cp/
H A DChangeLog-20072913 * cp-tree.h (static_ctors): Remove.
2919 (expand_or_defer_fn): Don't update static_ctors or static_dtors.
2920 * decl2.c (static_ctors): Remove.
/dports/lang/gnat_util/gcc-6-20180516/gcc/cp/
H A DChangeLog-20072913 * cp-tree.h (static_ctors): Remove.
2919 (expand_or_defer_fn): Don't update static_ctors or static_dtors.
2920 * decl2.c (static_ctors): Remove.
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/cp/
H A DChangeLog-20072913 * cp-tree.h (static_ctors): Remove.
2919 (expand_or_defer_fn): Don't update static_ctors or static_dtors.
2920 * decl2.c (static_ctors): Remove.
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/cp/
H A DChangeLog-20072913 * cp-tree.h (static_ctors): Remove.
2919 (expand_or_defer_fn): Don't update static_ctors or static_dtors.
2920 * decl2.c (static_ctors): Remove.
/dports/lang/gcc48/gcc-4.8.5/gcc/cp/
H A DChangeLog-20072913 * cp-tree.h (static_ctors): Remove.
2919 (expand_or_defer_fn): Don't update static_ctors or static_dtors.
2920 * decl2.c (static_ctors): Remove.

12345678910>>...12