Searched refs:c_parser_peek_nth_token (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
H A D | c-parser.h | 137 extern c_token * c_parser_peek_nth_token (c_parser *parser, unsigned int n);
|
H A D | gimple-parser.cc | 1678 && c_parser_peek_nth_token (parser, 3)->type == CPP_CLOSE_PAREN) in c_parser_gimple_postfix_expression()
|
H A D | c-parser.cc | 509 c_parser_peek_nth_token (c_parser *parser, unsigned int n) in c_parser_peek_nth_token() function 917 c_token *token3 = c_parser_peek_nth_token (parser, 3); in c_parser_peek_conflict_marker() 920 c_token *token4 = c_parser_peek_nth_token (parser, 4); in c_parser_peek_conflict_marker() 5101 if (!(c_parser_peek_nth_token (parser, n)->type == CPP_OPEN_SQUARE in c_parser_nth_token_starts_std_attributes() 5102 && c_parser_peek_nth_token (parser, n + 1)->type == CPP_OPEN_SQUARE)) in c_parser_nth_token_starts_std_attributes()
|
H A D | ChangeLog | 4342 c_parser_declspecs, c_parser_declarator, c_parser_peek_nth_token, 4354 c_parser_declspecs, c_parser_declarator, c_parser_peek_nth_token, 5283 (c_parser_peek_nth_token): New function.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
H A D | c-parser.h | 137 extern c_token * c_parser_peek_nth_token (c_parser *parser, unsigned int n);
|
H A D | gimple-parser.c | 1663 && c_parser_peek_nth_token (parser, 3)->type == CPP_CLOSE_PAREN) in c_parser_gimple_postfix_expression()
|
H A D | c-parser.c | 500 c_parser_peek_nth_token (c_parser *parser, unsigned int n) in c_parser_peek_nth_token() function 907 c_token *token3 = c_parser_peek_nth_token (parser, 3); in c_parser_peek_conflict_marker() 910 c_token *token4 = c_parser_peek_nth_token (parser, 4); in c_parser_peek_conflict_marker() 5112 if (!(c_parser_peek_nth_token (parser, n)->type == CPP_OPEN_SQUARE in c_parser_nth_token_starts_std_attributes() 5113 && c_parser_peek_nth_token (parser, n + 1)->type == CPP_OPEN_SQUARE)) in c_parser_nth_token_starts_std_attributes()
|