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

/haiku-buildtools/gcc/gcc/fortran/
H A Darray.c1067 bool seen_ts; local
1086 seen_ts = false;
1094 seen_ts = (gfc_match (" ::") == MATCH_YES);
1096 if (seen_ts)
1120 if (seen_ts)
1130 if (seen_ts)
1156 if (seen_ts)
1195 expr->ts.u.cl->length_from_typespec = seen_ts;

Completed in 42 milliseconds