Searched refs:static_ctors (Results 1 – 15 of 15) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | c-objc-common.c | 360 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 D | c-tree.h | 323 extern GTY(()) tree static_ctors;
|
| H A D | c-decl.c | 266 tree static_ctors, static_dtors; variable 6767 static_ctors = tree_cons (NULL_TREE, fndecl, static_ctors);
|
| H A D | ChangeLog.0 | 7518 * c-lang.c (finish_file): Bracket declaration of static_ctors,
|
| H A D | ChangeLog.6 | 896 static_ctors, static_dtors): New.
|
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | decl2.c | 102 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 D | semantics.c | 3155 static_ctors = tree_cons (NULL_TREE, fn, static_ctors); in expand_or_defer_fn()
|
| H A D | cp-tree.h | 3397 extern GTY(()) tree static_ctors;
|
| H A D | ChangeLog-2000 | 1081 (static_ctors): Declare. 1086 * decl.c (static_ctors): Don't declare. 1101 * decl2.c (static_ctors): Fix formatting.
|
| H A D | ChangeLog-2004 | 3186 * semantics.c (expand_body): Move updates of static_ctors and
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
| H A D | semantics.c | 2628 static_ctors = tree_cons (NULL_TREE, fn, static_ctors);
|
| H A D | decl2.c | 115 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 D | cp-tree.h | 3378 extern GTY(()) tree static_ctors;
|
| H A D | ChangeLog | 10953 (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 D | c-decl.c | 414 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()
|