Searched refs:decl_spec_token_start (Results 1 – 2 of 2) sorted by relevance
| /dflybsd-src/contrib/gcc-4.7/gcc/cp/ |
| H A D | parser.c | 18751 cp_token *decl_spec_token_start = NULL; in cp_parser_member_declaration() local 18834 decl_spec_token_start = cp_lexer_peek_token (parser->lexer); in cp_parser_member_declaration() 18880 pedwarn (decl_spec_token_start->location, OPT_pedantic, in cp_parser_member_declaration() 18898 error_at (decl_spec_token_start->location, in cp_parser_member_declaration() 18918 decl = build_decl (decl_spec_token_start->location, in cp_parser_member_declaration() 18926 decl_spec_token_start->location); in cp_parser_member_declaration() 21260 cp_token *decl_spec_token_start; in cp_parser_single_declaration() local 21272 decl_spec_token_start = cp_lexer_peek_token (parser->lexer); in cp_parser_single_declaration() 21283 error_at (decl_spec_token_start->location, in cp_parser_single_declaration() 21360 error_at (decl_spec_token_start->location, in cp_parser_single_declaration()
|
| /dflybsd-src/contrib/gcc-8.0/gcc/cp/ |
| H A D | parser.c | 21578 cp_token *decl_spec_token_start = cp_lexer_peek_token (parser->lexer); in cp_parser_parameter_declaration() local 21799 : decl_spec_token_start->location); in cp_parser_parameter_declaration() 21801 decl_spec_token_start->location, in cp_parser_parameter_declaration() 23527 cp_token *decl_spec_token_start = NULL; in cp_parser_member_declaration() local 23623 decl_spec_token_start = cp_lexer_peek_token (parser->lexer); in cp_parser_member_declaration() 23672 pedwarn (decl_spec_token_start->location, OPT_Wpedantic, in cp_parser_member_declaration() 23690 error_at (decl_spec_token_start->location, in cp_parser_member_declaration() 23708 error_at (decl_spec_token_start->location, in cp_parser_member_declaration() 23716 decl = build_decl (decl_spec_token_start->location, in cp_parser_member_declaration() 23724 decl_spec_token_start->location); in cp_parser_member_declaration() [all …]
|