Searched refs:second_body (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dc-parser.c3893 tree first_body, second_body;
3903 second_body = c_parser_if_body (parser, &second_if);
3906 second_body = NULL_TREE;
3907 c_finish_if_stmt (loc, cond, first_body, second_body, first_if);
3891 tree first_body, second_body; local

Completed in 92 milliseconds