Searched refs:c_parser_next_token_is_not (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
H A D | c-parser.c | 1621 while (c_parser_next_token_is_not (parser, CPP_EOF)); in c_parser_translation_unit() 2462 while (c_parser_next_token_is_not (parser, CPP_EOF) in c_parser_declaration_or_fndef() 2463 && c_parser_next_token_is_not (parser, CPP_OPEN_BRACE)) in c_parser_declaration_or_fndef() 2849 || c_parser_next_token_is_not (parser, CPP_LESS))) in c_parser_declspecs() 3151 if (c_parser_next_token_is_not (parser, CPP_NAME)) in c_parser_enum_specifier() 3239 if (have_std_attrs && c_parser_next_token_is_not (parser, CPP_SEMICOLON)) in c_parser_enum_specifier() 3459 if (have_std_attrs && c_parser_next_token_is_not (parser, CPP_SEMICOLON)) in c_parser_struct_or_union_specifier() 4160 if (c_parser_next_token_is_not (parser, CPP_COMMA)) in c_parser_parms_declarator() 4658 if (c_parser_next_token_is_not (parser, CPP_OPEN_PAREN)) 4895 if (c_parser_next_token_is_not (parser, CPP_OPEN_PAREN)) in c_parser_std_attribute() [all …]
|
H A D | c-parser.h | 174 c_parser_next_token_is_not (c_parser *parser, enum cpp_ttype type) in c_parser_next_token_is_not() function
|
H A D | gimple-parser.c | 396 while (c_parser_next_token_is_not (parser, CPP_CLOSE_BRACE)) in c_parser_gimple_compound_statement() 476 if (c_parser_next_token_is_not (parser, CPP_NUMBER)) in c_parser_gimple_compound_statement() 807 while (c_parser_next_token_is_not (parser, CPP_CLOSE_PAREN)) in c_parser_gimple_statement() 1906 if (c_parser_next_token_is_not (parser, CPP_OPEN_PAREN)) in c_parser_gimple_or_rtl_pass_list() 1920 if (c_parser_next_token_is_not (parser, CPP_STRING)) in c_parser_gimple_or_rtl_pass_list() 2272 while (c_parser_next_token_is_not (parser, CPP_CLOSE_BRACE)) in c_parser_gimple_switch_stmt()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
H A D | c-parser.h | 174 c_parser_next_token_is_not (c_parser *parser, enum cpp_ttype type) in c_parser_next_token_is_not() function
|
H A D | c-parser.cc | 1655 while (c_parser_next_token_is_not (parser, CPP_EOF)); in c_parser_translation_unit() 2503 while (c_parser_next_token_is_not (parser, CPP_EOF) in c_parser_declaration_or_fndef() 2504 && c_parser_next_token_is_not (parser, CPP_OPEN_BRACE)) in c_parser_declaration_or_fndef() 2891 || c_parser_next_token_is_not (parser, CPP_LESS))) in c_parser_declspecs() 3193 if (c_parser_next_token_is_not (parser, CPP_NAME)) in c_parser_enum_specifier() 3281 if (have_std_attrs && c_parser_next_token_is_not (parser, CPP_SEMICOLON)) in c_parser_enum_specifier() 3501 if (have_std_attrs && c_parser_next_token_is_not (parser, CPP_SEMICOLON)) in c_parser_struct_or_union_specifier() 4197 if (c_parser_next_token_is_not (parser, CPP_COMMA)) in c_parser_parms_declarator() 4695 if (c_parser_next_token_is_not (parser, CPP_OPEN_PAREN)) in c_parser_gnu_attribute() 4932 if (c_parser_next_token_is_not (parser, CPP_OPEN_PAREN)) in c_parser_std_attribute() [all …]
|
H A D | gimple-parser.cc | 400 while (c_parser_next_token_is_not (parser, CPP_CLOSE_BRACE)) in c_parser_gimple_compound_statement() 480 if (c_parser_next_token_is_not (parser, CPP_NUMBER)) in c_parser_gimple_compound_statement() 812 while (c_parser_next_token_is_not (parser, CPP_CLOSE_PAREN)) in c_parser_gimple_statement() 1932 if (c_parser_next_token_is_not (parser, CPP_OPEN_PAREN)) in c_parser_gimple_or_rtl_pass_list() 1946 if (c_parser_next_token_is_not (parser, CPP_STRING)) in c_parser_gimple_or_rtl_pass_list() 2324 while (c_parser_next_token_is_not (parser, CPP_CLOSE_BRACE)) in c_parser_gimple_switch_stmt()
|
H A D | ChangeLog | 4332 c_parser_next_token_is, c_parser_next_token_is_not,
|