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

/haiku-buildtools/gcc/gcc/fortran/
H A Ddecl.c7758 match is_type_attr_spec = MATCH_NO; local
7772 is_type_attr_spec = gfc_get_type_attr_spec (&attr, parent);
7773 if (is_type_attr_spec == MATCH_ERROR)
7775 if (is_type_attr_spec == MATCH_YES)
7777 } while (is_type_attr_spec == MATCH_YES);

Completed in 94 milliseconds