Searched refs:check_tag_decl (Results 1 – 24 of 24) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | ChangeLog-2012 | 705 (check_tag_decl): Take an extra parameter for explicit 708 (check_tag_decl): ... here. Add check for c++11 attributes being 740 (cp_parser_explicit_instantiation): Adjust call to check_tag_decl. 764 for the entity being declared -- too early because check_tag_decl 1989 * decl.c (check_tag_decl): Use new decl_spec_seq_has_spec_p. Use 2222 * decl.c (check_tag_decl): Likewise. 2427 * decl.c (check_tag_decl): Don't complain about attributes if we 2559 * decl.c (check_tag_decl): Only use CLASSTYPE_TEMPLATE_INSTANTIATION 2660 * decl.c (check_tag_decl): Adjust warning. 2701 * decl.c (check_tag_decl): Move warning for misplaced attributes here.
|
H A D | ChangeLog-2001 | 309 * decl.c (check_tag_decl): Similarly. 2360 * decl.c (check_tag_decl): Use TYPE_ANONYMOUS_P. 3080 * decl.c (check_tag_decl): Make sure a typedef for an anonymous 3225 * decl.c (check_tag_decl): Notice attempts to redefine bool and
|
H A D | ChangeLog-2019 | 1236 (check_tag_decl): Use %qs with keyword string to simplify translation. 1548 * decl.c (check_tag_decl): Pass to in_system_header_at the same 1552 * decl.c (check_tag_decl): Use locations[ds_typedef] in error_at. 1627 * decl.c (check_tag_decl): Use DECL_SOURCE_LOCATION. 2671 * decl.c (check_tag_decl): Give an error for constinit in type 3190 (check_tag_decl): Use smallest_type_location in error_at about
|
H A D | ChangeLog-2004 | 55 * decl.c (check_tag_decl): Robustify. 1557 fixup_anonymous_aggr, check_tag_decl, start_decl, start_decl_1, 4006 * decl.c (check_tag_decl): Name redeclared type in diagnostic. 4423 (check_tag_decl): Adjust prototype. 4435 (check_tag_decl): Do not use trees to represent decl-specifiers.
|
H A D | ChangeLog-2008 | 1618 check_tag_decl, start_decl, check_class_member_definition_namespace, 2443 check_tag_decl, groktypename, start_decl_1, layout_var_decl,
|
H A D | ChangeLog-1998 | 351 * decl.c (check_tag_decl): Don't warn about null decl inside a 367 * decl.c (check_tag_decl): Do complain about null friend decl at 393 * decl.c (check_tag_decl): Don't complain about null friend decl. 465 * decl.c (check_tag_decl): New fn.
|
H A D | ChangeLog-2015 | 252 * decl.c (check_tag_decl): Use ds_type_spec in auto diagnostic. 3104 * decl.c (check_tag_decl): Use declspecs->locations as locations in
|
H A D | ChangeLog-2002 | 348 (check_tag_decl): Return the type declared. 2872 * decl.c (check_tag_decl): Handle RID_THREAD.
|
H A D | decl.cc | 5297 check_tag_decl (cp_decl_specifier_seq *declspecs, in check_tag_decl() function 5475 tree t = check_tag_decl (declspecs, in shadow_tag()
|
H A D | ChangeLog-1999 | 4836 (check_tag_decl): Check for anonymous struct here. 6180 * decl.c (check_tag_decl): Use it.
|
H A D | ChangeLog-2000 | 1831 * decl.c (check_tag_decl): Diagnose typename's which don't 4560 * decl.c (check_tag_decl): Notice extra fundamental types.
|
H A D | cp-tree.h | 6824 extern tree check_tag_decl (cp_decl_specifier_seq *, bool);
|
H A D | ChangeLog-2007 | 2876 * decl.c (check_tag_decl): Added new warning for typedef ignored
|
H A D | ChangeLog-2009 | 1122 (check_tag_decl): Reject `constexpr'.
|
H A D | ChangeLog-2014 | 2947 (check_tag_decl): Likewise.
|
H A D | ChangeLog-2013 | 280 (check_tag_decl): Remove use of in_system_header macro.
|
H A D | ChangeLog-2010 | 852 * decl.c (check_tag_decl): Fix typo.
|
H A D | ChangeLog-2011 | 179 * decl.c (check_tag_decl): Error out on auto specifier with no
|
H A D | ChangeLog-2018 | 256 * decl.c (check_tag_decl): A decltype with no declarator
|
H A D | ChangeLog-2003 | 1183 * decl.c (check_tag_decl): Use is_typename_at_global_scope.
|
H A D | parser.cc | 19102 tree type = check_tag_decl (&decl_specifiers, in cp_parser_explicit_instantiation() 27024 tree type = check_tag_decl (&decl_specifiers, in cp_parser_member_declaration()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | decl.c | 4967 check_tag_decl (cp_decl_specifier_seq *declspecs, in check_tag_decl() function 5145 tree t = check_tag_decl (declspecs, in shadow_tag()
|
H A D | cp-tree.h | 6554 extern tree check_tag_decl (cp_decl_specifier_seq *, bool);
|
H A D | parser.c | 17497 type = check_tag_decl (&decl_specifiers, in cp_parser_explicit_instantiation() 25003 type = check_tag_decl (&decl_specifiers, in cp_parser_member_declaration()
|