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

/haiku-buildtools/gcc/gcc/c/
H A Dc-array-notation.c1347 is that, unlike index in ARRAY_REF, stride, length and start_index cannot
1351 build_array_notation_ref (location_t loc, tree array, tree start_index, argument
1357 if (!INTEGRAL_TYPE_P (TREE_TYPE (start_index)))
1377 if (TREE_CONSTANT (start_index) && TREE_CONSTANT (length)
1378 && tree_int_cst_lt (length, start_index))
1379 stride = build_int_cst (TREE_TYPE (start_index), -1);
1381 stride = build_int_cst (TREE_TYPE (start_index), 1);
1384 if (!find_rank (loc, start_index, start_index, false, &start_rank))
1410 ARRAY_NOTATION_START (array_ntn_tree) = start_index;
[all...]
H A Dc-parser.c15483 tree start_index = NULL_TREE, end_index = NULL_TREE, stride = NULL_TREE;
15542 start_index = TYPE_MINVAL (array_type_domain);
15543 start_index = fold_build1 (CONVERT_EXPR, ptrdiff_type_node,
15544 start_index);
15566 start_index = initial_index;
15605 value_tree = build_array_notation_ref (loc, array_value, start_index,
15475 tree start_index = NULL_TREE, end_index = NULL_TREE, stride = NULL_TREE; local
/haiku-buildtools/gcc/gcc/cp/
H A Dcp-array-notation.c135 /* Array [ start_index + (induction_var * stride)] */
1360 /* Given the base of an array (ARRAY), the START (start_index), the number of
1365 length and start_index cannot contain array notations. */
1431 cilkplus_an_triplet_types_ok_p (location_t loc, tree start_index, tree length, argument
1435 if (!TREE_TYPE (start_index) || !INTEGRAL_TYPE_P (TREE_TYPE (start_index)))
1455 if (!find_rank (loc, start_index, start_index, false, &start_rank)
H A Dpt.c15022 tree start_index, length, stride;
15025 start_index = RECUR (ARRAY_NOTATION_START (t));
15028 RETURN (build_array_notation_ref (EXPR_LOCATION (t), op1, start_index,
15021 tree start_index, length, stride; local
/haiku-buildtools/legacy/binutils/gas/
H A Decoff.c800 unsigned long start_index; /* starting index # of page */
1533 new_links->start_index = vp->num_allocated;
798 unsigned long start_index; /* starting index # of page */ member in struct:vlinks
/haiku-buildtools/legacy/gcc/gcc/
H A Dmips-tfile.c942 unsigned long start_index; /* starting index # of page */
1761 new_links->start_index = vp->num_allocated;
935 unsigned long start_index; /* starting index # of page */ member in struct:vlinks
/haiku-buildtools/binutils/gas/
H A Decoff.c797 unsigned long start_index; /* starting index # of page */
1540 new_links->start_index = vp->num_allocated;
795 unsigned long start_index; /* starting index # of page */ member in struct:vlinks

Completed in 250 milliseconds