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

/freebsd-12-stable/contrib/gcc/
H A Dc-parser.c4094 tree first_body, second_body;
4104 second_body = c_parser_if_body (parser, &second_if);
4107 second_body = NULL_TREE;
4108 c_finish_if_stmt (loc, cond, first_body, second_body, first_if);
4092 tree first_body, second_body; local

Completed in 123 milliseconds