Home
last modified time | relevance | path

Searched refs:constructor_name (Results 1 – 21 of 21) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dname-lookup.h94 extern tree constructor_name (tree);
H A Dcall.c245 && name == constructor_name (basetype)) in check_dtor_name()
9961 = identifier_to_locale (IDENTIFIER_POINTER (constructor_name (type))); in name_as_c_string()
10098 errname = constructor_name (basetype); in complain_about_no_candidates_for_method_call()
10186 name = constructor_name (basetype); in build_new_method_call_1()
H A Dname-lookup.c3813 constructor_name (tree type) in constructor_name() function
3833 if (name && name == constructor_name (type)) in constructor_name_p()
H A Derror.c1871 name = constructor_name (DECL_CONTEXT (t)); in dump_function_name()
H A Ddecl.c11231 type = constructor_name (type); in grokdeclarator()
12017 unqualified_id = constructor_name (unqualified_id); in grokdeclarator()
H A Dclass.c8738 tree ctor_name = constructor_name (type); in get_vfield_name()
H A Dparser.c21575 unqualified_name = constructor_name (class_type); in cp_parser_direct_declarator()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dname-lookup.h184 extern tree constructor_name (tree);
H A DChangeLog-20172630 * call.c (check_dtor_name): Use constructor_name for enums too.
2631 (build_new_method_call_1): Use constructor_name for cdtors and
2635 * name-lookup (constructor_name): Use DECL_NAME directly.
2640 (get_vfield_name): Measure constructor_name length.
2725 (constructor_name): ... here. Don't check IDENTIFIER_TEMPLATE.
H A DChangeLog-2002196 cplus_decl_attributes, constructor_name, defer_fn,
358 (constructor_name): Use it.
380 (implicitly_declare_fn): Adjust use of constructor_name.
3581 * class.c (get_vfield_name): Use the constructor_name.
H A Dcall.cc237 && name == constructor_name (basetype)) in check_dtor_name()
10694 = identifier_to_locale (IDENTIFIER_POINTER (constructor_name (type))); in name_as_c_string()
10831 errname = constructor_name (basetype); in complain_about_no_candidates_for_method_call()
10921 name = constructor_name (basetype); in build_new_method_call()
H A Dname-lookup.cc4706 constructor_name (tree type) in constructor_name() function
4726 if (name && name == constructor_name (type)) in constructor_name_p()
H A Derror.cc1968 name = constructor_name (DECL_CONTEXT (t)); in dump_function_name()
H A DChangeLog-19953053 constructor_name (current_class_type) instead of current_class_name.
3379 named constructor_name (ctype).
H A DChangeLog-1997696 * call.c (build_new_method_call): Use simple constructor_name for
H A DChangeLog-2003960 (constructor_name): Likewise.
3160 * decl2.c (constructor_name_p): Avoid repeated constructor_name
H A Ddecl.cc11905 type = constructor_name (type); in grokdeclarator()
12717 unqualified_id = constructor_name (unqualified_id); in grokdeclarator()
H A Dclass.cc8854 tree ctor_name = constructor_name (type); in get_vfield_name()
H A DChangeLog-19941787 destructor matches the constructor_name of the instance.
H A DChangeLog-1998483 * decl.c (grokdeclarator): Use constructor_name when comparing
H A Dparser.cc23487 unqualified_name = constructor_name (class_type); in cp_parser_direct_declarator()