Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dc-objc-common.c360 if (static_ctors) in c_objc_common_finish_file()
364 for (; static_ctors; static_ctors = TREE_CHAIN (static_ctors)) in c_objc_common_finish_file()
365 c_expand_expr_stmt (build_function_call (TREE_VALUE (static_ctors), in c_objc_common_finish_file()
H A Dc-tree.h323 extern GTY(()) tree static_ctors;
H A Dc-decl.c266 tree static_ctors, static_dtors; variable
6767 static_ctors = tree_cons (NULL_TREE, fndecl, static_ctors);
H A DChangeLog.07518 * c-lang.c (finish_file): Bracket declaration of static_ctors,
H A DChangeLog.6896 static_ctors, static_dtors): New.
/openbsd-src/gnu/gcc/gcc/cp/
H A Ddecl2.c102 tree static_ctors; variable
2862 static_ctors = objc_generate_static_init_call (static_ctors); in generate_ctor_or_dtor_function()
2892 for (fns = constructor_p ? static_ctors : static_dtors; in generate_ctor_or_dtor_function()
2926 || (priority == DEFAULT_INIT_PRIORITY && static_ctors)) in generate_ctor_and_dtor_functions_for_priority()
3328 if (static_ctors || (c_dialect_objc () && objc_static_init_needed_p ())) in cp_finish_file()
H A Dsemantics.c3155 static_ctors = tree_cons (NULL_TREE, fn, static_ctors); in expand_or_defer_fn()
H A Dcp-tree.h3397 extern GTY(()) tree static_ctors;
H A DChangeLog-20001081 (static_ctors): Declare.
1086 * decl.c (static_ctors): Don't declare.
1101 * decl2.c (static_ctors): Fix formatting.
H A DChangeLog-20043186 * semantics.c (expand_body): Move updates of static_ctors and
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Dsemantics.c2628 static_ctors = tree_cons (NULL_TREE, fn, static_ctors);
H A Ddecl2.c115 tree static_ctors; variable
2718 for (fns = constructor_p ? static_ctors : static_dtors;
2742 || (priority == DEFAULT_INIT_PRIORITY && static_ctors))
3024 if (static_ctors) in finish_file()
H A Dcp-tree.h3378 extern GTY(()) tree static_ctors;
H A DChangeLog10953 (static_ctors): Declare.
10958 * decl.c (static_ctors): Don't declare.
10973 * decl2.c (static_ctors): Fix formatting.
/openbsd-src/gnu/gcc/gcc/
H A Dc-decl.c414 static GTY(()) tree static_ctors;
6801 static_ctors = tree_cons (NULL_TREE, fndecl, static_ctors); in finish_function()
7970 build_cdtor ('I', static_ctors); static_ctors = 0; in c_write_global_declarations()