Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/cp/
H A Dmethod.c1024 name = constructor_name (type); in implicitly_declare_fn()
1030 name = constructor_name (type); in implicitly_declare_fn()
1048 name = constructor_name (type); in implicitly_declare_fn()
H A Dname-lookup.h100 extern tree constructor_name (tree);
H A Dcxx-pretty-print.c175 t = constructor_name (TREE_TYPE (t)); in pp_cxx_unqualified_id()
H A Dsearch.c978 && DECL_NAME (decl) == constructor_name (type)); in template_self_reference_p()
H A Dname-lookup.c1708 constructor_name (tree type) in constructor_name() function
2686 && DECL_NAME (x) == constructor_name (current_class_type)) in push_class_level_binding()
H A Derror.c1177 name = constructor_name (DECL_CONTEXT (t)); in dump_function_name()
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.c217 if ((IS_AGGR_TYPE (basetype) && name == constructor_name (basetype)) in check_dtor_name()
5330 = (char *) IDENTIFIER_POINTER (constructor_name (type)); in name_as_c_string()
H A Dclass.c6214 IDENTIFIER_POINTER (constructor_name (type))); in get_vfield_name()
6243 tree name = constructor_name (current_class_type); in build_self_reference()
H A Ddecl.c7593 name = IDENTIFIER_POINTER (constructor_name (type)); in grokdeclarator()
8096 = constructor_name (TREE_OPERAND (unqualified_id, 0)); in grokdeclarator()
H A DChangeLog-19953053 constructor_name (current_class_type) instead of current_class_name.
3379 named constructor_name (ctype).
H A Dparser.c12330 unqualified_name = constructor_name (class_type); in cp_parser_direct_declarator()
12357 unqualified_name = constructor_name (class_type); in cp_parser_direct_declarator()
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 Dpt.c6662 if (DECL_NAME (t) == constructor_name (DECL_CONTEXT (t))) in tsubst_decl()
H A DChangeLog-19941787 destructor matches the constructor_name of the instance.
H A DChangeLog-1998483 * decl.c (grokdeclarator): Use constructor_name when comparing