Searched refs:static_ctors (Results 1 – 9 of 9) sorted by relevance
102 tree static_ctors; variable2906 static_ctors = objc_generate_static_init_call (static_ctors); in generate_ctor_or_dtor_function()2936 for (fns = constructor_p ? static_ctors : static_dtors; in generate_ctor_or_dtor_function()2970 || (priority == DEFAULT_INIT_PRIORITY && static_ctors)) in generate_ctor_and_dtor_functions_for_priority()3408 if (static_ctors || (c_dialect_objc () && objc_static_init_needed_p ())) in emit_deferred()
3321 static_ctors = tree_cons (NULL_TREE, fn, static_ctors); in expand_or_defer_fn()
3437 extern GTY(()) tree static_ctors;
1081 (static_ctors): Declare.1086 * decl.c (static_ctors): Don't declare.1101 * decl2.c (static_ctors): Fix formatting.
3186 * semantics.c (expand_body): Move updates of static_ctors and
417 static GTY(()) tree static_ctors;7372 static_ctors = tree_cons (NULL_TREE, fndecl, static_ctors); in finish_function()9086 build_cdtor ('I', static_ctors); static_ctors = 0; in c_write_global_declarations()
16097 * c-lang.c (finish_file): Bracket declaration of static_ctors,
896 static_ctors, static_dtors): New.
24794 * c-decl.c (static_ctors, static_dtors): Make static.