Searched refs:c_parser_else_body (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
H A D | ChangeLog | 3719 * c-parser.c (c_parser_else_body): Don't warn about multistatement 3745 (c_parser_else_body): Likewise. 5874 (c_parser_else_body): Add CHAIN parameter and pass it down to 5991 (c_parser_else_body): Likewise. 6221 (c_parser_else_body): Likewise, adding param "else_loc".
|
H A D | c-parser.cc | 6403 c_parser_else_body (c_parser *parser, const token_indent_info &else_tinfo, in c_parser_else_body() function 6534 second_body = c_parser_else_body (parser, else_tinfo, chain); in c_parser_if_statement()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
H A D | c-parser.c | 6432 c_parser_else_body (c_parser *parser, const token_indent_info &else_tinfo, in c_parser_else_body() function 6566 second_body = c_parser_else_body (parser, else_tinfo, chain); in c_parser_if_statement()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2007 | 1383 (c_parser_else_body): New. 1385 body of the 'if' statement. Use c_parser_else_body.
|
H A D | ChangeLog-2008 | 4680 * c-parser.c (c_parser_if_body, c_parser_else_body): Implement
|
H A D | ChangeLog-2009 | 19688 (c_parser_else_body): Same.
|