Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/gcc/cp/
Ddecl2.c103 tree static_dtors; variable
2936 for (fns = constructor_p ? static_ctors : static_dtors; in generate_ctor_or_dtor_function()
2973 || (priority == DEFAULT_INIT_PRIORITY && static_dtors)) in generate_ctor_and_dtor_functions_for_priority()
3412 if (static_dtors) in emit_deferred()
Dsemantics.c3327 static_dtors = tree_cons (NULL_TREE, fn, static_dtors); in expand_or_defer_fn()
Dcp-tree.h3438 extern GTY(()) tree static_dtors;
DChangeLog-20001082 (static_dtors): Likewise.
1087 (static_dtors): Likewise.
1102 (static_dtors): Likewise.
DChangeLog-20043187 static_dtors to ...
/freebsd-12-stable/contrib/gcc/
Dc-decl.c418 static GTY(()) tree static_dtors;
7375 static_dtors = tree_cons (NULL_TREE, fndecl, static_dtors); in finish_function()
9087 build_cdtor ('D', static_dtors); static_dtors = 0; in c_write_global_declarations()
DChangeLog-199816098 static_dtors.
DChangeLog-2001896 static_ctors, static_dtors): New.
DChangeLog-200424794 * c-decl.c (static_ctors, static_dtors): Make static.