Searched refs:c_parser_declaration_or_fndef (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
H A D | ChangeLog | 46 (c_parser_declaration_or_fndef): Pass d down to c_parser_initializer. 56 * c-parser.cc (c_parser_declaration_or_fndef): Disable debug non-bind 634 * c-parser.c (c_parser_declaration_or_fndef): Adjust by-value function 1011 * c-parser.c (c_parser_declaration_or_fndef): Remove 1197 * c-parser.c (c_parser_declaration_or_fndef): Diagnose mismatches 1423 * c-parser.c (c_parser_declaration_or_fndef): Initialize endloc to 1436 (c_parser_declaration_or_fndef): Propagate locus of closing } to 1710 * c-parser.c (c_parser_declaration_or_fndef): Diagnose fallthrough 1775 (c_parser_declaration_or_fndef): Add arguments have_attrs and 1926 (c_parser_declaration_or_fndef, c_parser_declspecs) [all …]
|
H A D | c-parser.cc | 1490 static void c_parser_declaration_or_fndef (c_parser *, bool, bool, bool, 1779 c_parser_declaration_or_fndef (parser, true, true, true, false, true); in c_parser_external_declaration() 1891 c_parser_declaration_or_fndef (c_parser *parser, bool fndef_ok, in c_parser_declaration_or_fndef() function 2505 c_parser_declaration_or_fndef (parser, false, false, false, in c_parser_declaration_or_fndef() 5726 c_parser_declaration_or_fndef (parser, true, !have_std_attrs, in c_parser_compound_statement_nostart() 5759 c_parser_declaration_or_fndef (parser, true, true, true, true, in c_parser_compound_statement_nostart() 6812 c_parser_declaration_or_fndef (parser, true, true, true, true, true, in c_parser_for_statement() 6843 c_parser_declaration_or_fndef (parser, true, true, true, true, in c_parser_for_statement() 11349 c_parser_declaration_or_fndef (parser, false, false, true, in c_parser_objc_methodprotolist() 17770 c_parser_declaration_or_fndef (parser, true, true, true, false, true, in c_parser_oacc_routine() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
H A D | c-parser.c | 1459 static void c_parser_declaration_or_fndef (c_parser *, bool, bool, bool, 1745 c_parser_declaration_or_fndef (parser, true, true, true, false, true, in c_parser_external_declaration() 1858 c_parser_declaration_or_fndef (c_parser *parser, bool fndef_ok, in c_parser_declaration_or_fndef() function 2464 c_parser_declaration_or_fndef (parser, false, false, false, in c_parser_declaration_or_fndef() 5723 c_parser_declaration_or_fndef (parser, true, !have_std_attrs, in c_parser_compound_statement_nostart() 5755 c_parser_declaration_or_fndef (parser, true, true, true, true, in c_parser_compound_statement_nostart() 5967 c_parser_declaration_or_fndef (parser, /*fndef_ok*/ false, in c_parser_label() 6862 c_parser_declaration_or_fndef (parser, true, true, true, true, true, in c_parser_for_statement() 6893 c_parser_declaration_or_fndef (parser, true, true, true, true, in c_parser_for_statement() 11285 c_parser_declaration_or_fndef (parser, false, false, true, in c_parser_objc_methodprotolist() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2010 | 4587 (c_parser_declaration_or_fndef, c_parser_struct_declaration): 5239 (c_parser_declaration_or_fndef): Improve recovery after unknown 5349 (c_parser_declaration_or_fndef): Detect the case now matched by 5361 * c-parser.c (c_parser_declaration_or_fndef, 9878 (c_parser_declaration_or_fndef): Warn on invalid attributes before 11262 (c_parser_declaration_or_fndef): Added parameter. Accept 11266 c_parser_declaration_or_fndef. 11267 (c_parser_declaration_or_fndef): Same change. 12484 * c-parser.c (c_parser_declaration_or_fndef): Diagnose incorrect prefix 12562 (c_parser_declaration_or_fndef): Parse prefix attributes for ObjC. [all …]
|
H A D | ChangeLog-2009 | 8280 * c-parser.c (c_parser_declaration_or_fndef): Set DECL_STATIC_CHAIN 19526 * c-parser.c (c_parser_declaration_or_fndef): Pass location to 19681 * c-parser.c (c_parser_declaration_or_fndef): Pass location on down.
|
H A D | ChangeLog-2011 | 27279 * c-parser.c (c_parser_declaration_or_fndef): Push/pop TV_PARSE_FUNC 39588 * c-parser.c (c_parser_declaration_or_fndef): Improved
|
H A D | ChangeLog-2006 | 22357 (c_parser_declaration_or_fndef): Document OpenMP syntax.
|
H A D | ChangeLog-2008 | 6380 * c-parser.c (c_parser_declaration_or_fndef): Set it.
|
H A D | ChangeLog-2012 | 27576 (c_parser_declaration_or_fndef): Likewise.
|
H A D | ChangeLog-2007 | 2173 (c_parser_declaration_or_fndef): Likewise.
|