Home
last modified time | relevance | path

Searched refs:c_parser_label (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A DChangeLog1098 * 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 Dc-parser.cc1524 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 Dc-parser.c1492 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 DChangeLog-20105347 (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 DChangeLog-20071097 (c_parser_label): ... to here. Check that the declaration is not
2199 (c_parser_label): Use location of label, not colon.
H A DChangeLog-20084986 (c_parser_label): Same.
H A DChangeLog-200919685 (c_parser_label): Same.