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

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dgcc.c6260 bool disj_matched = false;
6324 if (!n_way_choice || disj_matched || *p == '|'
6332 disj_matched = !n_way_matched;
6345 if (!disj_matched && !n_way_matched)
6356 disj_matched = true;
6368 disj_matched && !n_way_matched);
6377 n_way_matched |= disj_matched;
6378 disj_matched = false;
6238 bool disj_matched = false; local
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dgcc.c5593 bool disj_matched = false;
5651 if (!n_way_choice || disj_matched || *p == '|'
5658 disj_matched = !n_way_matched;
5671 if (!disj_matched && !n_way_matched)
5680 disj_matched = true;
5692 disj_matched && !n_way_matched);
5701 n_way_matched |= disj_matched;
5702 disj_matched = false;
5571 bool disj_matched = false; local

Completed in 198 milliseconds