Searched refs:static_dtors (Results 1 – 9 of 9) sorted by relevance
103 tree static_dtors; variable2936 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()
3327 static_dtors = tree_cons (NULL_TREE, fn, static_dtors); in expand_or_defer_fn()
3438 extern GTY(()) tree static_dtors;
1082 (static_dtors): Likewise.1087 (static_dtors): Likewise.1102 (static_dtors): Likewise.
3187 static_dtors to ...
418 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()
16098 static_dtors.
896 static_ctors, static_dtors): New.
24794 * c-decl.c (static_ctors, static_dtors): Make static.