Searched refs:ctor_identifier (Results 1 – 14 of 14) sorted by relevance
| /dragonfly/contrib/gcc-4.7/gcc/cp/ |
| HD | search.c | 1373 if (name == ctor_identifier) in lookup_fnfields_idx_nolazy() 1444 if ((name == ctor_identifier in lookup_fnfields_1() 1506 DECL_CONSTRUCTOR_P (function) ? ctor_identifier : in class_method_index_for_fn()
|
| HD | cp-tree.h | 896 #define ctor_identifier cp_global_trees[CPTI_CTOR_IDENTIFIER] macro
|
| HD | call.c | 7169 gcc_assert (name != ctor_identifier); in build_new_method_call_1()
|
| HD | decl.c | 3530 { "__ct ", &ctor_identifier, 1 }, in initialize_predefined_identifiers()
|
| HD | pt.c | 2506 name = is_constructor ? ctor_identifier : dtor_identifier; in check_explicit_specialization()
|
| HD | parser.c | 20414 decl = lookup_qualified_name (parser->scope, ctor_identifier, in cp_parser_lookup_name()
|
| /dragonfly/contrib/gcc-8.0/gcc/cp/ |
| HD | method.c | 1995 name = ctor_identifier; in implicitly_declare_fn() 2011 name = ctor_identifier; in implicitly_declare_fn()
|
| HD | cp-tree.h | 236 #define ctor_identifier cp_global_trees[CPTI_CTOR_IDENTIFIER] macro 2192 (get_class_binding_direct (NODE, ctor_identifier)) 2752 (DECL_NAME (NODE) == ctor_identifier)
|
| HD | name-lookup.c | 4801 name = ctor_identifier; in do_class_using_decl() 4840 else if (name == ctor_identifier && !binfo_direct_p (binfo)) in do_class_using_decl()
|
| HD | class.c | 2062 && DECL_NAME (fn) == ctor_identifier in maybe_warn_about_overly_private_class() 3182 if (DECL_NAME (using_decl) == ctor_identifier) in add_implicitly_declared_members()
|
| HD | decl.c | 4090 {"__ct ", &ctor_identifier, cik_ctor}, in initialize_predefined_identifiers() 8789 DECL_NAME (decl) = ctor_identifier; in grokfndecl()
|
| HD | semantics.c | 8930 : ctor_identifier); in classtype_has_nothrow_assign_or_copy_p()
|
| HD | call.c | 9169 gcc_assert (name != ctor_identifier); in build_new_method_call_1()
|
| HD | parser.c | 26272 decl = lookup_qualified_name (parser->scope, ctor_identifier, in cp_parser_lookup_name()
|