Searched refs:cp_parser_maybe_warn_enum_key (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | ChangeLog-2019 | 184 * parser.c (cp_parser_maybe_warn_enum_key): New function. 187 cp_parser_maybe_warn_enum_key.
|
H A D | parser.cc | 2739 static void cp_parser_maybe_warn_enum_key (cp_parser *, location_t, tree, rid); 20665 cp_parser_maybe_warn_enum_key (parser, key_loc, type, scoped_key); in cp_parser_elaborated_type_specifier() 33273 cp_parser_maybe_warn_enum_key (cp_parser *parser, location_t key_loc, in cp_parser_maybe_warn_enum_key() function
|
H A D | ChangeLog-2020 | 6562 (cp_parser_maybe_warn_enum_key): Likewise. Return early if
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | parser.c | 2612 static void cp_parser_maybe_warn_enum_key (cp_parser *, location_t, tree, rid); 19039 cp_parser_maybe_warn_enum_key (parser, key_loc, type, scoped_key); in cp_parser_elaborated_type_specifier() 30989 cp_parser_maybe_warn_enum_key (cp_parser *parser, location_t key_loc, in cp_parser_maybe_warn_enum_key() function
|