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

/haiku-buildtools/gcc/gcc/fortran/
H A Ddecl.c4374 match found_match = MATCH_NO; local
4385 found_match = gfc_match_bind_c (NULL, true);
4387 if (found_match == MATCH_YES)
4405 return found_match;
4802 match found_match; /* Status of whether we've found a good match. */ local
4807 found_match = MATCH_NO;
4832 found_match = MATCH_YES;
4836 found_match = is_result;
4845 found_match = MATCH_YES;
4850 found_match
5409 match found_match; /* Status returned by match func. */ local
[all...]
/haiku-buildtools/binutils/gas/config/
H A Dtc-tic6x.c3533 bfd_boolean found_match = FALSE; local
3593 found_match = TRUE;
3597 if (!found_match)

Completed in 140 milliseconds