HomeSort by: relevance | last modified time | path
    Searched defs:a_matched (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
gcc.cc 7279 bool a_matched;
7298 a_matched = false;
7313 p = handle_spec_function (p + 2, &a_matched, NULL);
7412 /* a_matched is already set by handle_spec_function. */;
7414 a_matched = input_suffix_matches (atom, end_atom);
7416 a_matched = input_spec_matches (atom, end_atom);
7418 a_matched = switch_matches (atom, end_atom, a_is_starred);
7420 if (a_matched != a_is_negated)
7257 bool a_matched; local
  /src/external/gpl3/gcc.old/dist/gcc/
gcc.cc 7153 bool a_matched;
7172 a_matched = false;
7187 p = handle_spec_function (p + 2, &a_matched, NULL);
7286 /* a_matched is already set by handle_spec_function. */;
7288 a_matched = input_suffix_matches (atom, end_atom);
7290 a_matched = input_spec_matches (atom, end_atom);
7292 a_matched = switch_matches (atom, end_atom, a_is_starred);
7294 if (a_matched != a_is_negated)
7131 bool a_matched; local

Completed in 84 milliseconds