Lines Matching defs:found_length
2128 found_length;
2164 found_length = -1;
2198 if (found_length == -1)
2199 found_length = current_length;
2200 else if (found_length != current_length)
2203 " constructor at %L", (long) found_length,
2208 gcc_assert (found_length == current_length);
2211 gcc_assert (found_length != -1);
2215 NULL, found_length);
2226 gfc_extract_hwi (expr->ts.u.cl->length, &found_length);
2232 if (found_length != -1)
2253 || (current_length != -1 && current_length != found_length))
2254 gfc_set_constant_character_len (found_length, p->expr,
2255 has_ts ? -1 : found_length);