Searched refs:c_parser_declaration_or_fndef (Results 1 – 1 of 1) sorted by relevance
/openbsd-src/gnu/gcc/gcc/ |
H A D | c-parser.c | 984 static void c_parser_declaration_or_fndef (c_parser *, bool, bool, bool, bool); 1193 c_parser_declaration_or_fndef (parser, true, true, false, true); in c_parser_external_declaration() 1257 c_parser_declaration_or_fndef (c_parser *parser, bool fndef_ok, bool empty_ok, in c_parser_declaration_or_fndef() function 1420 c_parser_declaration_or_fndef (parser, false, false, true, false); in c_parser_declaration_or_fndef() 3446 c_parser_declaration_or_fndef (parser, true, true, true, true); in c_parser_compound_statement_nostart() 3471 c_parser_declaration_or_fndef (parser, true, true, true, true); in c_parser_compound_statement_nostart() 4035 c_parser_declaration_or_fndef (parser, true, true, true, true); in c_parser_for_statement() 4053 c_parser_declaration_or_fndef (parser, true, true, true, true); in c_parser_for_statement() 6073 c_parser_declaration_or_fndef (parser, false, true, false, true); in c_parser_objc_methodprotolist() 7439 c_parser_declaration_or_fndef (parser, true, true, true, true); in c_parser_omp_for_loop()
|