Searched refs:curindex (Results 1 – 1 of 1) sorted by relevance
6549 tree curindex; in complete_array_type() local6557 curindex = maxindex; in complete_array_type()6564 curindex = fold_convert (sizetype, ce->index); in complete_array_type()6566 curindex = size_binop (PLUS_EXPR, curindex, size_one_node); in complete_array_type()6568 if (tree_int_cst_lt (maxindex, curindex)) in complete_array_type()6569 maxindex = curindex; in complete_array_type()