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

/freebsd-9.3-release/contrib/gcc/
H A Dgenattrtab.c3736 int first_if = 1; local
3770 printf ("%sif ", first_if ? "" : "else ");
3771 first_if = 0;
3785 if (! first_if)
3793 write_attr_set (attr, first_if ? indent : indent + 4, default_val,
3796 if (! first_if)
H A Dc-parser.c3892 bool first_if = false, second_if = false;
3899 first_body = c_parser_if_body (parser, &first_if);
3907 c_finish_if_stmt (loc, cond, first_body, second_body, first_if);
3890 bool first_if = false, second_if = false; local

Completed in 99 milliseconds