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

/openbsd-current/gnu/gcc/gcc/cp/
H A Ddecl.c4443 bool sized_array_p = (max_index != NULL_TREE);
4450 if (sized_array_p)
4466 d->cur != d->end && (!sized_array_p || index <= max_index_cst);
4431 bool sized_array_p = (max_index != NULL_TREE); local
/openbsd-current/gnu/usr.bin/gcc/gcc/cp/
H A Ddecl.c8242 bool sized_array_p = (max_index != NULL_TREE);
8246 if (sized_array_p)
8253 *initp && (!sized_array_p || index <= max_index_cst);
8269 if (sized_array_p
8227 bool sized_array_p = (max_index != NULL_TREE); local

Completed in 124 milliseconds