Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/cp/
H A Ddecl2.c102 tree static_ctors; variable
2906 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()
H A Dsemantics.c3321 static_ctors = tree_cons (NULL_TREE, fn, static_ctors); in expand_or_defer_fn()
H A Dcp-tree.h3437 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
/freebsd-12.1/contrib/gcc/
H A Dc-decl.c417 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()
H A DChangeLog-199816097 * c-lang.c (finish_file): Bracket declaration of static_ctors,
H A DChangeLog-2001896 static_ctors, static_dtors): New.
H A DChangeLog-200424794 * c-decl.c (static_ctors, static_dtors): Make static.