| /freebsd-12.1/contrib/gcc/ |
| H A D | coverage.c | 397 = 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 D | tree-mudflap.c | 83 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 D | tree-nested.c | 451 t = build_array_type (char_type_node, t); in get_trampoline_type() 532 type = build_array_type in get_nl_goto_field()
|
| H A D | c-common.c | 905 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 D | except.c | 371 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 D | tree.c | 5218 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 D | c-decl.c | 2847 type = build_array_type (char_type_node, in c_make_fname_decl() 4903 type = build_array_type (type, itype); in grokdeclarator()
|
| H A D | tree.h | 3684 extern tree build_array_type (tree, tree);
|
| H A D | c-typeck.c | 371 t1 = build_array_type (unqual_elt, in composite_type()
|
| H A D | builtins.c | 4881 type = build_array_type (elem, index); in build_string_literal()
|
| H A D | ChangeLog-2004 | 7754 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 D | ChangeLog-2000 | 24789 * tree.c (build_array_type, build_function_type, 26992 (attribute_hash_list, build_array_type, build_method_type): Likewise.
|
| H A D | FSFChangeLog.11 | 5312 (build_array_type): Remove obsolete references to
|
| H A D | ChangeLog-2006 | 2867 * tree.c (build_array_type): Unify array types with
|
| /freebsd-12.1/contrib/gcc/cp/ |
| H A D | rtti.c | 1254 build_array_type (VEC_index (tinfo_s, tinfo_descs, in get_pseudo_ti_index()
|
| H A D | tree.c | 427 t = build_array_type (elt_type, index_type); in build_cplus_array_type_1()
|
| H A D | ChangeLog-1996 | 546 * tree.c (mapcar): Use build_cplus_array_type, not build_array_type.
|
| H A D | ChangeLog-1999 | 6610 * tree.c (build_cplus_array_type_1): Don't call build_array_type
|
| /freebsd-12.1/tools/tools/shlib-compat/ |
| H A D | shlib-compat.py | 588 def build_array_type(self, raw): member in Dwarf
|
| /freebsd-12.1/contrib/gcc/config/mips/ |
| H A D | mips.c | 4175 array = build_array_type (unsigned_char_type_node, in mips_build_builtin_va_list()
|
| /freebsd-12.1/contrib/gcc/config/s390/ |
| H A D | s390.c | 7894 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 D | i386.c | 4435 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 D | rs6000.c | 5831 return build_array_type (record, build_index_type (size_zero_node)); in rs6000_build_builtin_va_list()
|