Searched refs:constructor_p (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | decl2.c | 4218 generate_ctor_or_dtor_function (bool constructor_p, int priority, in generate_ctor_or_dtor_function() argument 4232 function_key = constructor_p ? 'I' : 'D'; in generate_ctor_or_dtor_function() 4241 && constructor_p && objc_static_init_needed_p ()) in generate_ctor_or_dtor_function() 4261 constructor_p), in generate_ctor_or_dtor_function()
|
H A D | parser.c | 14122 bool constructor_p; in cp_parser_decl_specifier_seq() local 14361 constructor_p in cp_parser_decl_specifier_seq() 14370 if (!found_decl_spec && !constructor_p) in cp_parser_decl_specifier_seq() 28666 bool constructor_p; in cp_parser_constructor_declarator_p() local 28688 constructor_p = true; in cp_parser_constructor_declarator_p() 28720 constructor_p = false; in cp_parser_constructor_declarator_p() 28722 constructor_p = false; in cp_parser_constructor_declarator_p() 28726 if (constructor_p && nested_name_specifier in cp_parser_constructor_declarator_p() 28737 constructor_p = false; in cp_parser_constructor_declarator_p() 28741 else if (constructor_p) in cp_parser_constructor_declarator_p() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | decl2.cc | 4474 generate_ctor_or_dtor_function (bool constructor_p, int priority, in generate_ctor_or_dtor_function() argument 4481 char function_key = constructor_p ? 'I' : 'D'; in generate_ctor_or_dtor_function() 4487 if (constructor_p && priority == DEFAULT_INIT_PRIORITY) in generate_ctor_or_dtor_function() 4517 constructor_p), in generate_ctor_or_dtor_function()
|
H A D | parser.cc | 15647 bool constructor_p; in cp_parser_decl_specifier_seq() local 15886 constructor_p in cp_parser_decl_specifier_seq() 15895 if (!found_decl_spec && !constructor_p) in cp_parser_decl_specifier_seq() 30883 bool constructor_p; in cp_parser_constructor_declarator_p() local 30907 constructor_p = true; in cp_parser_constructor_declarator_p() 30939 constructor_p = false; in cp_parser_constructor_declarator_p() 30941 constructor_p = false; in cp_parser_constructor_declarator_p() 30945 if (constructor_p && nested_name_specifier in cp_parser_constructor_declarator_p() 30956 constructor_p = false; in cp_parser_constructor_declarator_p() 30960 else if (constructor_p) in cp_parser_constructor_declarator_p() [all …]
|
H A D | ChangeLog-2017 | 4900 (struct cp_decl_specifier_seq): Add constructor_p. 4901 * parser.c (cp_parser_decl_specifier_seq): Set constructor_p.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | varasm.c | 1593 get_cdtor_priority_section (int priority, bool constructor_p) in get_cdtor_priority_section() argument 1601 constructor_p ? ".ctors" : ".dtors", in get_cdtor_priority_section() 8095 bool constructor_p) in get_elf_initfini_array_priority_section() argument 8102 constructor_p ? ".init_array" : ".fini_array", in get_elf_initfini_array_priority_section() 8108 if (constructor_p) in get_elf_initfini_array_priority_section()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | varasm.cc | 1701 get_cdtor_priority_section (int priority, bool constructor_p) in get_cdtor_priority_section() argument 1709 constructor_p ? ".ctors" : ".dtors", in get_cdtor_priority_section() 8391 bool constructor_p) in get_elf_initfini_array_priority_section() argument 8398 constructor_p ? ".init_array" : ".fini_array", in get_elf_initfini_array_priority_section() 8404 if (constructor_p) in get_elf_initfini_array_priority_section()
|