Searched refs:c_parser_label (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
H A D | ChangeLog | 1098 * c-parser.c (c_parser_label): Implement mixing of labels and code. 1786 (c_parser_label, c_parser_statement, c_parser_for_statement): 1930 (c_parser_label, c_parser_statement, c_parser_objc_method_decl) 4404 (c_parser_label): Set FALLTHROUGH_LABEL_P on labels. Handle 7869 (c_parser_compound_statement_nostart, c_parser_label, 8359 * c-decl.c (c_parser_label): Pass true as nested and fix up comments
|
H A D | c-parser.cc | 1524 static void c_parser_label (c_parser *, tree); 5713 c_parser_label (parser, std_attrs); in c_parser_compound_statement_nostart() 5848 c_parser_label (parser, std_attrs); in c_parser_all_labels() 5881 c_parser_label (c_parser *parser, tree std_attrs) in c_parser_label() function
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
H A D | c-parser.c | 1492 static void c_parser_label (c_parser *); 5713 c_parser_label (parser); in c_parser_compound_statement_nostart() 5844 c_parser_label (parser); in c_parser_all_labels() 5868 c_parser_label (c_parser *parser) in c_parser_label() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2010 | 5347 (c_parser_compound_statement_nostart, c_parser_label, 11269 (c_parser_label): Same change. 31089 c_parser_compound_statement_nostart, c_parser_label, 31097 (c_parser_label, c_parser_for_statement, c_parser_omp_for_loop):
|
H A D | ChangeLog-2007 | 1097 (c_parser_label): ... to here. Check that the declaration is not 2199 (c_parser_label): Use location of label, not colon.
|
H A D | ChangeLog-2008 | 4986 (c_parser_label): Same.
|
H A D | ChangeLog-2009 | 19685 (c_parser_label): Same.
|