Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/
HDgcc.c5582 bool a_matched; in handle_braces() local
5601 a_matched = false; in handle_braces()
5675 a_matched = input_suffix_matches (atom, end_atom); in handle_braces()
5677 a_matched = input_spec_matches (atom, end_atom); in handle_braces()
5679 a_matched = switch_matches (atom, end_atom, a_is_starred); in handle_braces()
5681 if (a_matched != a_is_negated) in handle_braces()
/dragonfly/contrib/gcc-8.0/gcc/
HDgcc.c6300 bool a_matched; in handle_braces() local
6319 a_matched = false; in handle_braces()
6334 p = handle_spec_function (p + 2, &a_matched); in handle_braces()
6435 a_matched = input_suffix_matches (atom, end_atom); in handle_braces()
6437 a_matched = input_spec_matches (atom, end_atom); in handle_braces()
6439 a_matched = switch_matches (atom, end_atom, a_is_starred); in handle_braces()
6441 if (a_matched != a_is_negated) in handle_braces()