Home
last modified time | relevance | path

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

123

/netbsd/src/external/gpl3/gcc/dist/gcc/objc/
Dobjc-runtime-shared-support.cc85 return build_array_type (base_type, index_type); in build_sized_array_type()
365 return objc_build_constructor (build_array_type (type, 0), inits); in build_descriptor_table_initializer()
402 return objc_build_constructor (build_array_type (type, 0), inits); in build_dispatch_table_initializer()
556 return objc_build_constructor (build_array_type (type, 0), inits); in build_ivar_list_initializer()
Dobjc-next-runtime-abi-02.cc2242 type = build_array_type (objc_class_type, in build_v2_address_table()
2438 return objc_build_constructor (build_array_type (type, 0), initlist); in build_v2_descriptor_table_initializer()
2576 return objc_build_constructor (build_array_type (type, 0),inits); in build_v2_property_table_initializer()
3108 return objc_build_constructor (build_array_type (type, 0), inits); in build_v2_ivar_list_initializer()
Dobjc-gnu-runtime-abi-01.cc498 temp = build_array_type (objc_selector_template, NULL_TREE); in build_selector_table_decl()
1854 = build_array_type (build_pointer_type (void_type_node), NULL_TREE); in generate_static_references()
Dobjc-next-runtime-abi-01.cc1307 return objc_build_constructor (build_array_type (type, 0),inits); in build_v1_property_table_initializer()
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dcoverage.cc424 tree array_type = build_array_type (get_gcov_type (), NULL_TREE); in coverage_counter_alloc()
724 array_type = build_array_type (get_gcov_type (), array_type); in coverage_end_function()
831 array_type = build_array_type (ctr_info, array_type); in build_fn_info_type()
955 = build_array_type (build_pointer_type (merge_fn_type), in build_info_type()
1019 TREE_TYPE (filename_string) = build_array_type in build_info()
1231 tree fn_info_ary_type = build_array_type in coverage_obj_finish()
Dsancov.cc168 = build_array_type (build_type_variant (uint64_type_node, 1, 0), in instrument_switch()
Dtree-nested.cc626 t = build_array_type (char_type_node, t); in get_trampoline_type()
656 t = build_array_type (ptr_type_node, t); in get_descriptor_type()
783 type = build_array_type in get_nl_goto_field()
Dexcept.cc255 tmp = build_array_type (lang_hooks.types.type_for_mode in init_eh()
300 tmp = build_array_type (ptr_type_node, tmp); in init_eh()
Dpointer-query.cc2594 tree arrtype = build_array_type (eltype, idxtype); in build_printable_array_type()
Dattribs.cc2533 type = build_array_type (eltype, index_type); in array_as_string()
Dtree-switch-conversion.cc630 array_type = build_array_type (value_type, arr_index_type); in build_one_array()
Dubsan.cc213 tree flex_arr_type = build_array_type (char_type_node, itype); in ubsan_get_type_descriptor_type()
Dtree.cc7277 build_array_type (tree elt_type, tree index_type, bool typeless_storage) in build_array_type() function
7297 return build_array_type (elt_type, build_index_type (size_int (nelts - 1))); in build_array_type_nelts()
9988 outer = build_array_type (inner, TYPE_DOMAIN (type)); in reconstruct_complex_type()
10838 tree type = build_array_type (eltype, index); in build_string_literal()
Dasan.cc1391 = build_array_type (TREE_TYPE (shadow_ptr_types[0]), in asan_pp_string()
/netbsd/src/external/gpl3/gcc/dist/include/
Dgcc-c-fe.def152 GCC_METHOD2 (gcc_type, build_array_type,
/netbsd/src/external/gpl3/gdb/dist/include/
Dgcc-c-fe.def155 GCC_METHOD2 (gcc_type, build_array_type,
Dgcc-cp-fe.def930 GCC_METHOD2 (gcc_type, build_array_type,
/netbsd/src/external/gpl3/binutils/dist/include/
Dgcc-c-fe.def152 GCC_METHOD2 (gcc_type, build_array_type,
Dgcc-cp-fe.def930 GCC_METHOD2 (gcc_type, build_array_type,
/netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/
Di386-builtins.cc2157 build_array_type (unsigned_type_node, in build_processor_model_struct()
2320 = build_array_type (unsigned_type_node, index_type); in fold_builtin_cpu()
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Drtti.cc1461 tree array = build_array_type (get_tinfo_desc (TK_BASE_TYPE)->type, in get_tinfo_desc()
Dmethod.cc691 tree array_type = build_array_type (unsigned_char_type_node, in do_build_copy_constructor()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/arm/
Darm-builtins.cc2878 array_type = build_array_type (elem_type, build_index_type (upper_bound)); in neon_dereference_pointer()
2919 array_type = build_array_type (elem_type, build_index_type (upper_bound)); in mve_dereference_pointer()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/rs6000/
Drs6000-call.cc2459 return build_array_type (record, build_index_type (size_zero_node)); in rs6000_build_builtin_va_list()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/
Ddarwin.cc3724 build_array_type (integer_type_node, NULL_TREE)); in darwin_init_cfstring_builtins()

123