Searched refs:DEFAULT_INIT_PRIORITY (Results 1 – 10 of 10) sorted by relevance
2347 if (initp != DEFAULT_INIT_PRIORITY) in start_objects()2510 get_priority_info (DEFAULT_INIT_PRIORITY); in start_static_storage_duration_function()2598 ? DEFAULT_INIT_PRIORITY : DECL_INIT_PRIORITY (decl))2902 if (c_dialect_objc () && (priority == DEFAULT_INIT_PRIORITY) in generate_ctor_or_dtor_function()2932 if (priority == DEFAULT_INIT_PRIORITY) in generate_ctor_or_dtor_function()2970 || (priority == DEFAULT_INIT_PRIORITY && static_ctors)) in generate_ctor_and_dtor_functions_for_priority()2973 || (priority == DEFAULT_INIT_PRIORITY && static_dtors)) in generate_ctor_and_dtor_functions_for_priority()3411 DEFAULT_INIT_PRIORITY, locusp); in emit_deferred()3415 DEFAULT_INIT_PRIORITY, locusp); in emit_deferred()
6486 (do_ctors, do_dtors): Use DEFAULT_INIT_PRIORITY for the non-initp
118 #define DEFAULT_INIT_PRIORITY 65535 macro1642 return pri ? pri : DEFAULT_INIT_PRIORITY; in extract_init_priority()
954 cgraph_build_static_cdtor ('I', body, DEFAULT_INIT_PRIORITY); in create_coverage()
7436 DEFAULT_INIT_PRIORITY); in c_expand_body()7440 DEFAULT_INIT_PRIORITY); in c_expand_body()8987 cgraph_build_static_cdtor (method_type, body, DEFAULT_INIT_PRIORITY); in build_cdtor()
1209 if (priority != DEFAULT_INIT_PRIORITY) in default_named_section_asm_out_destructor()1259 if (priority != DEFAULT_INIT_PRIORITY) in default_named_section_asm_out_constructor()
2514 #define DEFAULT_INIT_PRIORITY 65535 macro
7625 * tree.h (DEFAULT_INIT_PRIORITY, MAX_INIT_PRIORITY): New macros.
18359 if (priority != DEFAULT_INIT_PRIORITY) in rs6000_elf_asm_out_constructor()18388 if (priority != DEFAULT_INIT_PRIORITY) in rs6000_elf_asm_out_destructor()
7523 otherwise it must be @code{DEFAULT_INIT_PRIORITY}.