Home
last modified time | relevance | path

Searched refs:max_index_cst (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/cp/
HDdecl.c4976 unsigned HOST_WIDE_INT max_index_cst = 0; in reshape_init_array_1() local
4989 max_index_cst = tree_low_cst (max_index, 1); in reshape_init_array_1()
4992 max_index_cst = tree_low_cst (fold_convert (size_type_node, max_index), in reshape_init_array_1()
4998 d->cur != d->end && (!sized_array_p || index <= max_index_cst); in reshape_init_array_1()
/dragonfly/contrib/gcc-8.0/gcc/cp/
HDdecl.c5763 unsigned HOST_WIDE_INT max_index_cst = 0; in reshape_init_array_1() local
5776 max_index_cst = tree_to_uhwi (max_index); in reshape_init_array_1()
5779 max_index_cst = tree_to_uhwi (fold_convert (size_type_node, max_index)); in reshape_init_array_1()
5784 d->cur != d->end && (!sized_array_p || index <= max_index_cst); in reshape_init_array_1()