Home
last modified time | relevance | path

Searched refs:constructor_name_p (Results 1 – 9 of 9) sorted by relevance

/trueos/contrib/gcc/cp/
HDname-lookup.h101 extern bool constructor_name_p (tree, tree);
HDname-lookup.c1720 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()
HDChangeLog-2002293 * 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.
HDparser.c3739 && 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()
HDChangeLog-2003961 (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
HDclass.c3041 if (constructor_name_p (DECL_NAME (x), t) && TYPE_HAS_CONSTRUCTOR (t)) in check_field_decls()
HDdecl.c8634 else if (constructor_name_p (unqualified_id, current_class_type)) in grokdeclarator()
HDpt.c2031 if (constructor_name_p (name, ctype)) in check_explicit_specialization()
HDChangeLog1760 * parser.c (cp_parser_unqualified_id): Use constructor_name_p to