Home
last modified time | relevance | path

Searched refs:ctor_identifier (Results 1 – 14 of 14) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/cp/
HDsearch.c1373 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()
HDcp-tree.h896 #define ctor_identifier cp_global_trees[CPTI_CTOR_IDENTIFIER] macro
HDcall.c7169 gcc_assert (name != ctor_identifier); in build_new_method_call_1()
HDdecl.c3530 { "__ct ", &ctor_identifier, 1 }, in initialize_predefined_identifiers()
HDpt.c2506 name = is_constructor ? ctor_identifier : dtor_identifier; in check_explicit_specialization()
HDparser.c20414 decl = lookup_qualified_name (parser->scope, ctor_identifier, in cp_parser_lookup_name()
/dragonfly/contrib/gcc-8.0/gcc/cp/
HDmethod.c1995 name = ctor_identifier; in implicitly_declare_fn()
2011 name = ctor_identifier; in implicitly_declare_fn()
HDcp-tree.h236 #define ctor_identifier cp_global_trees[CPTI_CTOR_IDENTIFIER] macro
2192 (get_class_binding_direct (NODE, ctor_identifier))
2752 (DECL_NAME (NODE) == ctor_identifier)
HDname-lookup.c4801 name = ctor_identifier; in do_class_using_decl()
4840 else if (name == ctor_identifier && !binfo_direct_p (binfo)) in do_class_using_decl()
HDclass.c2062 && 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()
HDdecl.c4090 {"__ct ", &ctor_identifier, cik_ctor}, in initialize_predefined_identifiers()
8789 DECL_NAME (decl) = ctor_identifier; in grokfndecl()
HDsemantics.c8930 : ctor_identifier); in classtype_has_nothrow_assign_or_copy_p()
HDcall.c9169 gcc_assert (name != ctor_identifier); in build_new_method_call_1()
HDparser.c26272 decl = lookup_qualified_name (parser->scope, ctor_identifier, in cp_parser_lookup_name()