Home
last modified time | relevance | path

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

12

/openbsd/src/gnu/gcc/gcc/cp/
Dname-lookup.h98 extern tree constructor_name (tree);
Dmethod.c1022 name = constructor_name (type); in implicitly_declare_fn()
1028 name = constructor_name (type); in implicitly_declare_fn()
1046 name = constructor_name (type); in implicitly_declare_fn()
Dcxx-pretty-print.c175 t = constructor_name (TREE_TYPE (t)); in pp_cxx_unqualified_id()
Dsearch.c978 && DECL_NAME (decl) == constructor_name (type)); in template_self_reference_p()
Dname-lookup.c1713 constructor_name (tree type) in constructor_name() function
2653 && DECL_NAME (x) == constructor_name (current_class_type)) in push_class_level_binding()
Derror.c1164 name = constructor_name (DECL_CONTEXT (t)); in dump_function_name()
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.
Dcall.c217 if ((IS_AGGR_TYPE (basetype) && name == constructor_name (basetype)) in check_dtor_name()
5288 = (char *) IDENTIFIER_POINTER (constructor_name (type)); in name_as_c_string()
Dclass.c6185 IDENTIFIER_POINTER (constructor_name (type))); in get_vfield_name()
6214 tree name = constructor_name (current_class_type); in build_self_reference()
Ddecl.c7132 name = IDENTIFIER_POINTER (constructor_name (type)); in grokdeclarator()
7620 = constructor_name (TREE_OPERAND (unqualified_id, 0)); in grokdeclarator()
DChangeLog-19953053 constructor_name (current_class_type) instead of current_class_name.
3379 named constructor_name (ctype).
Dparser.c11826 unqualified_name = constructor_name (class_type); in cp_parser_direct_declarator()
11853 unqualified_name = constructor_name (class_type); in cp_parser_direct_declarator()
DChangeLog-1997696 * call.c (build_new_method_call): Use simple constructor_name for
DChangeLog-2003960 (constructor_name): Likewise.
3160 * decl2.c (constructor_name_p): Avoid repeated constructor_name
Dpt.c6653 if (DECL_NAME (t) == constructor_name (DECL_CONTEXT (t))) in tsubst_decl()
/openbsd/src/gnu/usr.bin/gcc/gcc/cp/
Ddecl.c6359 constructor_name (current_class_type), name);
9866 if (flags == NO_SPECIAL && ctype && constructor_name (ctype) == declarator)
10568 TREE_OPERAND (decl, 0) = name = constructor_name (name);
10579 tree t = constructor_name (current_class_name);
10586 tree t = constructor_name (ctype);
10660 TREE_OPERAND (decl, 0) = constructor_name (ctype);
10665 && decl == constructor_name (ctype))
10776 TREE_OPERAND (decl, 1) = constructor_name (ctype);
10782 && constructor_name (ctype) == decl)
10795 TREE_OPERAND (decl, 0) = constructor_name (ctype);
[all …]
Dmethod.c989 tree name = constructor_name (TYPE_IDENTIFIER (type));
Dclass.c2759 if (DECL_NAME (elt) == constructor_name (t))
3369 if (DECL_NAME (x) == constructor_name (t) in check_field_decls()
6575 IDENTIFIER_POINTER (constructor_name (type)));
6606 tree name = constructor_name (current_class_type); in build_self_reference()
Ddecl2.c1261 constructor_name (thing) in constructor_name() function
1277 return (name == constructor_name (type) in constructor_name_p()
Dsearch.c1240 && DECL_NAME (decl) == constructor_name (type));
Derror.c1265 name = constructor_name (DECL_CONTEXT (t));
Dcall.c183 if ((IS_AGGR_TYPE (basetype) && name == constructor_name (basetype))
5038 pretty_name = constructor_name (basetype); in build_new_method_call()
Dcp-tree.h3888 extern tree constructor_name PARAMS ((tree));
Dpt.c6178 if (DECL_NAME (t) == constructor_name (DECL_CONTEXT (t)))
DChangeLog.12702 constructor_name (current_class_type) instead of current_class_name.
3028 named constructor_name (ctype).
5227 destructor matches the constructor_name of the instance.

12