Searched refs:constructor_name (Results 1 – 17 of 17) sorted by relevance
1024 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()
100 extern tree constructor_name (tree);
175 t = constructor_name (TREE_TYPE (t)); in pp_cxx_unqualified_id()
978 && DECL_NAME (decl) == constructor_name (type)); in template_self_reference_p()
1708 constructor_name (tree type) in constructor_name() function2686 && DECL_NAME (x) == constructor_name (current_class_type)) in push_class_level_binding()
1177 name = constructor_name (DECL_CONTEXT (t)); in dump_function_name()
196 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.
217 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()
6214 IDENTIFIER_POINTER (constructor_name (type))); in get_vfield_name()6243 tree name = constructor_name (current_class_type); in build_self_reference()
7593 name = IDENTIFIER_POINTER (constructor_name (type)); in grokdeclarator()8096 = constructor_name (TREE_OPERAND (unqualified_id, 0)); in grokdeclarator()
3053 constructor_name (current_class_type) instead of current_class_name.3379 named constructor_name (ctype).
12330 unqualified_name = constructor_name (class_type); in cp_parser_direct_declarator()12357 unqualified_name = constructor_name (class_type); in cp_parser_direct_declarator()
696 * call.c (build_new_method_call): Use simple constructor_name for
960 (constructor_name): Likewise.3160 * decl2.c (constructor_name_p): Avoid repeated constructor_name
6662 if (DECL_NAME (t) == constructor_name (DECL_CONTEXT (t))) in tsubst_decl()
1787 destructor matches the constructor_name of the instance.
483 * decl.c (grokdeclarator): Use constructor_name when comparing