Searched refs:c_parser_declaration_or_fndef (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/gcc/ |
| H A D | c-parser.c | 1050 static void c_parser_declaration_or_fndef (c_parser *, bool, bool, bool, bool, tree*); 1276 c_parser_declaration_or_fndef (parser, true, true, false, true, NULL); in c_parser_external_declaration() 1340 c_parser_declaration_or_fndef (c_parser *parser, bool fndef_ok, bool empty_ok, in c_parser_declaration_or_fndef() function 1551 c_parser_declaration_or_fndef (parser, false, false, true, false, NULL); in c_parser_declaration_or_fndef() 3627 c_parser_declaration_or_fndef (parser, true, true, true, true, NULL); in c_parser_compound_statement_nostart() 3653 c_parser_declaration_or_fndef (parser, true, true, true, true, NULL); in c_parser_compound_statement_nostart() 4273 c_parser_declaration_or_fndef (parser, true, true, true, true, &cond); in c_parser_for_statement() 4301 c_parser_declaration_or_fndef (parser, true, true, true, true, &cond); in c_parser_for_statement() 6571 c_parser_declaration_or_fndef (parser, false, true, false, true, NULL); in c_parser_objc_interfacedecllist() 8024 c_parser_declaration_or_fndef (parser, true, true, true, true, NULL); in c_parser_omp_for_loop()
|
| H A D | ChangeLog.apple | 396 * c-parser.c (c_parser_declaration_or_fndef): Better diagnostics for 559 (c_parser_declaration_or_fndef): Protocols with attributes are processed
|
| H A D | ChangeLog-2006 | 15272 (c_parser_declaration_or_fndef): Document OpenMP syntax.
|