Searched refs:constructor_name_p (Results 1 – 9 of 9) sorted by relevance
| /trueos/contrib/gcc/cp/ |
| HD | name-lookup.h | 101 extern bool constructor_name_p (tree, tree);
|
| HD | name-lookup.c | 1720 constructor_name_p (tree name, tree type) in constructor_name_p() function 2820 if (constructor_name_p (name, scope)) in do_class_using_decl() 2825 if (constructor_name_p (name, current_class_type)) in do_class_using_decl()
|
| HD | ChangeLog-2002 | 293 * class.c (finish_struct_anon): Use constructor_name_p. 351 (grokfndecl): Use constructor_name_p. 2326 * cp-tree.h (constructor_name_p): Declare it. 2328 * class.c (handle_using_decl): Use constructor_name_p. 2330 * decl2.c (constructor_name_p): Define it. 2331 * init.c (build_member_call): Use constructor_name_p. 2333 * pt.c (check_explicit_specialization): Use constructor_name_p.
|
| HD | parser.c | 3739 && constructor_name_p (token->u.value, scope)) in cp_parser_unqualified_id() 9497 && !constructor_name_p (identifier, parser->scope)) in cp_parser_template_name() 12354 && constructor_name_p (unqualified_name, in cp_parser_direct_declarator()
|
| HD | ChangeLog-2003 | 961 (constructor_name_p): Likewise. 3159 * class.c (check_field_decls): Pass DECL_NAME to constructor_name_p. 3160 * decl2.c (constructor_name_p): Avoid repeated constructor_name
|
| HD | class.c | 3041 if (constructor_name_p (DECL_NAME (x), t) && TYPE_HAS_CONSTRUCTOR (t)) in check_field_decls()
|
| HD | decl.c | 8634 else if (constructor_name_p (unqualified_id, current_class_type)) in grokdeclarator()
|
| HD | pt.c | 2031 if (constructor_name_p (name, ctype)) in check_explicit_specialization()
|
| HD | ChangeLog | 1760 * parser.c (cp_parser_unqualified_id): Use constructor_name_p to
|