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

/freebsd-10.2-release/contrib/gcc/
H A Dgcc.c5727 bool a_matched;
5746 a_matched = a_is_suffix = a_is_starred = a_is_negated = false;
5813 a_matched = input_suffix_matches (atom, end_atom);
5815 a_matched = switch_matches (atom, end_atom, a_is_starred);
5817 if (a_matched != a_is_negated)
5705 bool a_matched; local

Completed in 92 milliseconds