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

/haiku-buildtools/gcc/gcc/fortran/
H A Ddecl.c2676 bool seen_deferred_kind, matched_type; local
2710 matched_type = (m == MATCH_YES);
2711 if (matched_type)
2731 matched_type = (m == MATCH_YES);
2734 if ((matched_type && strcmp ("integer", name) == 0)
2735 || (!matched_type && gfc_match (" integer") == MATCH_YES))
2742 if ((matched_type && strcmp ("character", name) == 0)
2743 || (!matched_type && gfc_match (" character") == MATCH_YES))
2745 if (matched_type
2756 if (matched_type
[all...]

Completed in 155 milliseconds