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

/freebsd-9.3-release/contrib/gcc/cp/
H A Ddecl.c4480 bool sized_array_p = (max_index != NULL_TREE);
4487 if (sized_array_p)
4503 d->cur != d->end && (!sized_array_p || index <= max_index_cst);
4468 bool sized_array_p = (max_index != NULL_TREE); local

Completed in 117 milliseconds