Home
last modified time | relevance | path

Searched refs:DEFAULT_INIT_PRIORITY (Results 1 – 10 of 10) sorted by relevance

/freebsd-12-stable/contrib/gcc/cp/
Ddecl2.c2347 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()
DChangeLog-19996486 (do_ctors, do_dtors): Use DEFAULT_INIT_PRIORITY for the non-initp
/freebsd-12-stable/contrib/gcc/
Dcollect2.c118 #define DEFAULT_INIT_PRIORITY 65535 macro
1642 return pri ? pri : DEFAULT_INIT_PRIORITY; in extract_init_priority()
Dcoverage.c954 cgraph_build_static_cdtor ('I', body, DEFAULT_INIT_PRIORITY); in create_coverage()
Dc-decl.c7436 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()
Dvarasm.c1209 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()
Dtree.h2514 #define DEFAULT_INIT_PRIORITY 65535 macro
DChangeLog-19987625 * tree.h (DEFAULT_INIT_PRIORITY, MAX_INIT_PRIORITY): New macros.
/freebsd-12-stable/contrib/gcc/config/rs6000/
Drs6000.c18359 if (priority != DEFAULT_INIT_PRIORITY) in rs6000_elf_asm_out_constructor()
18388 if (priority != DEFAULT_INIT_PRIORITY) in rs6000_elf_asm_out_destructor()
/freebsd-12-stable/contrib/gcc/doc/
Dtm.texi7523 otherwise it must be @code{DEFAULT_INIT_PRIORITY}.