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

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/
H A Dmissed-error3.C82 virtual void allocate(const int minindex, const int maxindex);
85 Array(const int minindex, const int maxindex);
/openbsd-current/gnu/gcc/gcc/cp/
H A Dinit.c2208 build_vec_delete_1 (tree base, tree maxindex, tree type,
2242 convert (sizetype, maxindex));
2276 convert (sizetype, maxindex));
2394 build_vec_init (tree base, tree maxindex, tree init,
2420 maxindex = array_type_nelts (atype);
2422 if (maxindex == NULL_TREE || maxindex == error_mark_node)
2449 maxindex = cp_convert (ptrdiff_type_node, maxindex);
2459 ptrdiff_t iterator = maxindex;
2205 build_vec_delete_1(tree base, tree maxindex, tree type, special_function_kind auto_delete_vec, int use_global_delete) argument
2391 build_vec_init(tree base, tree maxindex, tree init, bool explicit_default_init_p, int from_array) argument
2957 build_vec_delete(tree base, tree maxindex, special_function_kind auto_delete_vec, int use_global_delete) argument
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/cp/
H A Dinit.c2542 build_vec_delete_1 (base, maxindex, type, auto_delete_vec, use_global_delete)
2543 tree base, maxindex, type;
2582 convert (sizetype, maxindex));
2625 convert (sizetype, maxindex));
2735 build_vec_init (base, maxindex, init, from_array)
2736 tree base, init, maxindex;
2758 maxindex = array_type_nelts (atype);
2760 if (maxindex == NULL_TREE || maxindex == error_mark_node)
2782 maxindex
[all...]
H A Ddecl.c9508 register tree maxindex = NULL_TREE;
9529 maxindex = build_int_2 ((TREE_STRING_LENGTH (initial_value)
9536 maxindex = ssize_int (-1);
9540 maxindex = TREE_PURPOSE (elts);
9542 maxindex = size_binop (PLUS_EXPR, maxindex, ssize_int (1));
9544 maxindex = copy_node (maxindex);
9555 maxindex = build_int_2 (0, 0);
9559 if (!maxindex)
9492 register tree maxindex = NULL_TREE; local
[all...]
H A Ddecl2.c495 tree maxindex = NULL_TREE;
523 maxindex = cp_build_binary_op (MINUS_EXPR, size, integer_one_node);
556 return build_vec_delete (t, maxindex, sfk_deleting_destructor,
494 tree maxindex = NULL_TREE; local
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dc-decl.c3363 tree maxindex = NULL_TREE;
3374 maxindex = build_int_2 ((TREE_STRING_LENGTH (initial_value)
3380 maxindex = build_int_2 (-1, -1);
3384 maxindex = TREE_PURPOSE (elts);
3386 maxindex = fold (build (PLUS_EXPR, integer_type_node,
3387 maxindex, integer_one_node));
3389 maxindex = copy_node (maxindex);
3398 maxindex = build_int_2 (0, 0);
3402 if (!maxindex)
3344 tree maxindex = NULL_TREE; local
[all...]
/openbsd-current/gnu/gcc/gcc/
H A Dc-common.c6174 tree maxindex, type, main_type, elt, unqual_elt;
6177 maxindex = size_zero_node;
6184 maxindex = size_int (TREE_STRING_LENGTH (initial_value)/eltsize - 1);
6194 maxindex = integer_minus_one_node;
6203 maxindex = fold_convert (sizetype,
6206 curindex = maxindex;
6217 if (tree_int_cst_lt (maxindex, curindex))
6218 maxindex = curindex;
6249 TYPE_DOMAIN (main_type) = build_index_type (maxindex);
6155 tree maxindex, type, main_type, elt, unqual_elt; local
/openbsd-current/gnu/usr.bin/gcc/gcc/f/
H A Dste.c4182 tree maxindex;
4209 maxindex = build_int_2 (ffests_length (s) - 1, 0);
4213 maxindex);
4214 if (!TREE_TYPE (maxindex))
4215 TREE_TYPE (maxindex) = TYPE_DOMAIN (ttype);
4181 tree maxindex; local
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Delf.c4582 int maxindex = elf_numsections (abfd);
4584 for (index = 1; index < maxindex; index++)
4577 int maxindex = elf_numsections (abfd); local

Completed in 321 milliseconds