Home
last modified time | relevance | path

Searched refs:build_array_type (Results 1 – 23 of 23) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dcoverage.c397 = build_array_type (gcov_type_node, NULL_TREE); in coverage_counter_alloc()
623 array_type = build_array_type (get_gcov_unsigned_t (), array_type); in build_fn_info_type()
738 array_type = build_array_type (TREE_TYPE (TREE_TYPE (fields)), in build_ctr_info_value()
834 TREE_TYPE (filename_string) = build_array_type in build_gcov_info()
853 array_type = build_array_type (fn_info_type, array_type); in build_gcov_info()
889 ctr_info_ary_type = build_array_type (ctr_info_type, ctr_info_ary_type); in build_gcov_info()
H A Dtree-mudflap.c83 TREE_TYPE (result) = build_array_type in mf_build_string()
367 mf_cache_array_type = build_array_type (mf_cache_struct_type, 0); in mudflap_init()
H A Dtree-nested.c451 t = build_array_type (char_type_node, t); in get_trampoline_type()
532 type = build_array_type in get_nl_goto_field()
H A Dc-common.c905 a_type = build_array_type (e_type, i_type); in fix_string_type()
3423 = build_array_type (char_type_node, array_domain_type); in c_common_nodes_and_builtins()
3427 = build_array_type (integer_type_node, array_domain_type); in c_common_nodes_and_builtins()
3454 = build_array_type (wchar_type_node, array_domain_type); in c_common_nodes_and_builtins()
H A Dexcept.c371 tmp = build_array_type (lang_hooks.types.type_for_mode (word_mode, 1), in init_eh()
399 tmp = build_array_type (ptr_type_node, tmp); in init_eh()
H A Dtree.c5218 build_array_type (tree elt_type, tree index_type) in build_array_type() function
6451 tree array = build_array_type (innertype, build_index_type (index)); in make_vector_type()
6868 outer = build_array_type (inner, TYPE_DOMAIN (type)); in reconstruct_complex_type()
H A Dc-decl.c2847 type = build_array_type (char_type_node, in c_make_fname_decl()
4903 type = build_array_type (type, itype); in grokdeclarator()
H A Dtree.h3684 extern tree build_array_type (tree, tree);
H A Dc-typeck.c371 t1 = build_array_type (unqual_elt, in composite_type()
H A Dbuiltins.c4881 type = build_array_type (elem, index); in build_string_literal()
H A DChangeLog-20047754 layout_type as it is already done by build_array_type.
7755 * tree.c (build_array_type): Layout the type even
37877 (build_array_type): Remove unnecessary allocation of pointer type.
39179 (build_array_type, build_function_type): Likewise.
H A DChangeLog-200024789 * tree.c (build_array_type, build_function_type,
26992 (attribute_hash_list, build_array_type, build_method_type): Likewise.
H A DFSFChangeLog.115312 (build_array_type): Remove obsolete references to
H A DChangeLog-20062867 * tree.c (build_array_type): Unify array types with
/freebsd-12.1/contrib/gcc/cp/
H A Drtti.c1254 build_array_type (VEC_index (tinfo_s, tinfo_descs, in get_pseudo_ti_index()
H A Dtree.c427 t = build_array_type (elt_type, index_type); in build_cplus_array_type_1()
H A DChangeLog-1996546 * tree.c (mapcar): Use build_cplus_array_type, not build_array_type.
H A DChangeLog-19996610 * tree.c (build_cplus_array_type_1): Don't call build_array_type
/freebsd-12.1/tools/tools/shlib-compat/
H A Dshlib-compat.py588 def build_array_type(self, raw): member in Dwarf
/freebsd-12.1/contrib/gcc/config/mips/
H A Dmips.c4175 array = build_array_type (unsigned_char_type_node, in mips_build_builtin_va_list()
/freebsd-12.1/contrib/gcc/config/s390/
H A Ds390.c7894 return build_array_type (record, build_index_type (size_zero_node)); in s390_build_builtin_va_list()
/freebsd-12.1/contrib/gcc/config/i386/
H A Di386.c4435 return build_array_type (record, build_index_type (size_zero_node)); in ix86_build_builtin_va_list()
/freebsd-12.1/contrib/gcc/config/rs6000/
H A Drs6000.c5831 return build_array_type (record, build_index_type (size_zero_node)); in rs6000_build_builtin_va_list()