Searched refs:build_index_type (Results 1 - 18 of 18) sorted by relevance

/freebsd-12-stable/contrib/gcc/
H A Dcoverage.c626 array_type = build_index_type (array_type);
741 array_type = build_index_type (array_type);
839 (char_type_node, build_index_type
856 array_type = build_index_type (build_int_cst (NULL_TREE, n_fns - 1));
891 ctr_info_ary_type = build_index_type (build_int_cst (NULL_TREE,
H A Dtree-nested.c450 t = build_index_type (build_int_cst (NULL_TREE, size - 1));
533 (type, build_index_type (build_int_cst (NULL_TREE, size)));
H A Dtree-mudflap.c84 (char_type_node, build_index_type (build_int_cst (NULL_TREE, len)));
H A Dc-common.c905 i_type = build_index_type (build_int_cst (NULL_TREE, nchars - 1));
3431 array_domain_type = build_index_type (size_int (200));
6619 TYPE_DOMAIN (main_type) = build_index_type (maxindex);
H A Dexcept.c374 tmp = build_index_type (build_int_cst (NULL_TREE, 4 - 1));
402 tmp = build_index_type (tmp);
H A Dtree.c5155 build_index_type (tree maxval)
5228 /* Just like build_index_type, but takes lowval and highval instead
6481 tree array = build_array_type (innertype, build_index_type (index));
5131 build_index_type (tree maxval) function
H A Dc-decl.c2862 build_index_type (size_int (length)));
4835 get with build_index_type. Create an
4871 itype = build_index_type (itype);
H A Dtree.h3701 extern tree build_index_type (tree);
H A Dbuiltins.c4881 index = build_index_type (build_int_cst (NULL_TREE, len - 1));
/freebsd-12-stable/contrib/gcc/cp/
H A Drtti.c1253 array_domain = build_index_type (size_int (num_bases - 1));
1255 array_domain = build_index_type (size_int (num_bases));
H A Dclass.c1773 build_index_type (size_int (n - 1)));
6750 type = build_index_type (size_int (list_length (inits) - 1));
7018 type = build_index_type (size_int (list_length (inits) - 1));
H A Derror.c1474 build_index_type (fold_build2 (MINUS_EXPR, integer_type_node,
H A Dinit.c1639 index = build_index_type (index);
H A Ddecl.c3345 domain = build_index_type (size_int (length));
7121 return build_index_type (build_min (MINUS_EXPR, sizetype,
7222 return build_index_type (itype);
/freebsd-12-stable/contrib/gcc/config/mips/
H A Dmips.c4197 build_index_type (index));
/freebsd-12-stable/contrib/gcc/config/s390/
H A Ds390.c7895 return build_array_type (record, build_index_type (size_zero_node));
/freebsd-12-stable/contrib/gcc/config/i386/
H A Di386.c4444 return build_array_type (record, build_index_type (size_zero_node));
/freebsd-12-stable/contrib/gcc/config/rs6000/
H A Drs6000.c5847 return build_array_type (record, build_index_type (size_zero_node));

Completed in 693 milliseconds