/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | rtl-iter.h | 59 class array_type 62 array_type (); 63 ~array_type (); 67 generic_subrtx_iterator (array_type &, value_type, 81 array_type &m_array; 104 static void free_array (array_type &); 105 static size_t add_subrtxes_to_queue (array_type &, value_type *, size_t, 107 static value_type *add_single_to_queue (array_type &, value_type *, size_t, 112 inline generic_subrtx_iterator <T>::array_type::array_type () : heap (0) {} in array_type() function 115 inline generic_subrtx_iterator <T>::array_type::~array_type () in ~array_type() [all …]
|
H A D | coverage.c | 422 tree array_type = build_array_type (get_gcov_type (), NULL_TREE); in coverage_counter_alloc() local 425 = build_var (current_function_decl, array_type, counter); in coverage_counter_alloc() 715 tree array_type = build_index_type (size_int (fn_n_ctrs[i] - 1)); in coverage_end_function() local 716 array_type = build_array_type (get_gcov_type (), array_type); in coverage_end_function() 717 TREE_TYPE (var) = array_type; in coverage_end_function() 718 DECL_SIZE (var) = TYPE_SIZE (array_type); in coverage_end_function() 719 DECL_SIZE_UNIT (var) = TYPE_SIZE_UNIT (array_type); in coverage_end_function() 781 tree array_type; in build_fn_info_type() local 822 array_type = build_index_type (size_int (counters - 1)); in build_fn_info_type() 823 array_type = build_array_type (ctr_info, array_type); in build_fn_info_type() [all …]
|
H A D | rtlanal.c | 85 generic_subrtx_iterator <T>::add_single_to_queue (array_type &array, in add_single_to_queue() 126 generic_subrtx_iterator <T>::add_subrtxes_to_queue (array_type &array, in add_subrtxes_to_queue() 187 generic_subrtx_iterator <T>::free_array (array_type &array) in free_array() 705 subrtx_iterator::array_type array; in contains_mem_rtx_p() 1284 subrtx_var_iterator::array_type array; in reg_set_p() 1466 subrtx_iterator::array_type array; in find_all_hard_regs() 3155 subrtx_ptr_iterator::array_type array; in replace_label() 3209 subrtx_iterator::array_type array; in rtx_referenced_p() 3427 subrtx_var_iterator::array_type array; in for_each_inc_dec() 6556 subrtx_iterator::array_type array; in contains_symbol_ref_p() [all …]
|
H A D | ddg.c | 54 subrtx_iterator::array_type array; in mark_mem_use() 370 subrtx_iterator::array_type array1; in insns_may_alias_p() 371 subrtx_iterator::array_type array2; in insns_may_alias_p()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | rtl-iter.h | 59 class array_type 62 array_type (); 63 ~array_type (); 67 generic_subrtx_iterator (array_type &, value_type, 81 array_type &m_array; 104 static void free_array (array_type &); 105 static size_t add_subrtxes_to_queue (array_type &, value_type *, size_t, 107 static value_type *add_single_to_queue (array_type &, value_type *, size_t, 112 inline generic_subrtx_iterator <T>::array_type::array_type () : heap (0) {} in array_type() function 115 inline generic_subrtx_iterator <T>::array_type::~array_type () in ~array_type() [all …]
|
H A D | coverage.cc | 424 tree array_type = build_array_type (get_gcov_type (), NULL_TREE); in coverage_counter_alloc() local 427 = build_var (current_function_decl, array_type, counter); in coverage_counter_alloc() 723 tree array_type = build_index_type (size_int (fn_n_ctrs[i] - 1)); in coverage_end_function() local 724 array_type = build_array_type (get_gcov_type (), array_type); in coverage_end_function() 725 TREE_TYPE (var) = array_type; in coverage_end_function() 726 DECL_SIZE (var) = TYPE_SIZE (array_type); in coverage_end_function() 727 DECL_SIZE_UNIT (var) = TYPE_SIZE_UNIT (array_type); in coverage_end_function() 789 tree array_type; in build_fn_info_type() local 830 array_type = build_index_type (size_int (counters - 1)); in build_fn_info_type() 831 array_type = build_array_type (ctr_info, array_type); in build_fn_info_type() [all …]
|
H A D | dwarf2ctf.cc | 355 gen_ctf_array_type (ctf_container_ref ctfc, dw_die_ref array_type) in gen_ctf_array_type() argument 360 int vector_type_p = get_AT_flag (array_type, DW_AT_GNU_vector); in gen_ctf_array_type() 364 dw_die_ref array_elems_type = ctf_get_AT_type (array_type); in gen_ctf_array_type() 378 c = dw_get_die_child (array_type); in gen_ctf_array_type() 439 while (c != dw_get_die_child (array_type)); in gen_ctf_array_type() 446 if (!ctf_type_exists (ctfc, array_type, &type_id)) in gen_ctf_array_type() 447 type_id = ctf_add_array (ctfc, CTF_ADD_ROOT, &arinfo, array_type); in gen_ctf_array_type()
|
H A D | ddg.cc | 54 subrtx_iterator::array_type array; in mark_mem_use() 370 subrtx_iterator::array_type array1; in insns_may_alias_p() 371 subrtx_iterator::array_type array2; in insns_may_alias_p()
|
H A D | lower-subreg.cc | 493 subrtx_var_iterator::array_type array; in find_decomposable_subregs() 772 subrtx_ptr_iterator::array_type array; in resolve_subreg_use() 1219 subrtx_ptr_iterator::array_type array; in resolve_debug()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/objc/ |
H A D | objc-runtime-shared-support.c | 234 tree array_type, decls, *chain = NULL; in build_method_list_template() local 245 array_type = build_sized_array_type (list_type, size); in build_method_list_template() 246 add_field_decl (array_type, "method_list", &chain); in build_method_list_template() 265 tree array_type, decls, *chain = NULL; in build_method_prototype_list_template() local 275 array_type = build_sized_array_type (list_type, size); in build_method_prototype_list_template() 276 add_field_decl (array_type, "method_list", &chain); in build_method_prototype_list_template() 568 tree array_type, decls, *chain = NULL; in build_ivar_list_template() local 576 array_type = build_sized_array_type (list_type, size); in build_ivar_list_template() 577 add_field_decl (array_type, "ivar_list", &chain); in build_ivar_list_template()
|
H A D | objc-next-runtime-abi-01.c | 1257 tree array_type, decls, *chain = NULL; in build_v1_property_list_template() local 1269 array_type = build_sized_array_type (list_type, size); in build_v1_property_list_template() 1270 add_field_decl (array_type, "prop_list", &chain); in build_v1_property_list_template() 1369 tree array_type, ptype, refs_decl, lproto, e, plist, attr; in generate_v1_protocol_list() local 1436 array_type = build_sized_array_type (ptype, size + 3); in generate_v1_protocol_list() 1437 refs_decl = start_var_decl (array_type, buf); in generate_v1_protocol_list() 2210 tree array_type = build_sized_array_type (ptr_type_node, index); in build_objc_symtab_template() local 2211 add_field_decl (array_type, "defs", &chain); in build_objc_symtab_template()
|
H A D | objc-gnu-runtime-abi-01.c | 1136 tree array_type, ptype, refs_decl, lproto, e, plist; in generate_protocol_list() local 1201 array_type = build_sized_array_type (ptype, size + 3); in generate_protocol_list() 1202 refs_decl = start_var_decl (array_type, buf); in generate_protocol_list() 1965 tree fields, array_type, *chain = NULL; in build_objc_symtab_template() local 1987 array_type = build_sized_array_type (ptr_type_node, index + 1); in build_objc_symtab_template() 1988 add_field_decl (array_type, "defs", &chain); in build_objc_symtab_template()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/objc/ |
H A D | objc-runtime-shared-support.cc | 234 tree array_type, decls, *chain = NULL; in build_method_list_template() local 245 array_type = build_sized_array_type (list_type, size); in build_method_list_template() 246 add_field_decl (array_type, "method_list", &chain); in build_method_list_template() 265 tree array_type, decls, *chain = NULL; in build_method_prototype_list_template() local 275 array_type = build_sized_array_type (list_type, size); in build_method_prototype_list_template() 276 add_field_decl (array_type, "method_list", &chain); in build_method_prototype_list_template() 568 tree array_type, decls, *chain = NULL; in build_ivar_list_template() local 576 array_type = build_sized_array_type (list_type, size); in build_ivar_list_template() 577 add_field_decl (array_type, "ivar_list", &chain); in build_ivar_list_template()
|
H A D | objc-next-runtime-abi-01.cc | 1258 tree array_type, decls, *chain = NULL; in build_v1_property_list_template() local 1270 array_type = build_sized_array_type (list_type, size); in build_v1_property_list_template() 1271 add_field_decl (array_type, "prop_list", &chain); in build_v1_property_list_template() 1370 tree array_type, ptype, refs_decl, lproto, e, plist, attr; in generate_v1_protocol_list() local 1437 array_type = build_sized_array_type (ptype, size + 3); in generate_v1_protocol_list() 1438 refs_decl = start_var_decl (array_type, buf); in generate_v1_protocol_list() 2211 tree array_type = build_sized_array_type (ptr_type_node, index); in build_objc_symtab_template() local 2212 add_field_decl (array_type, "defs", &chain); in build_objc_symtab_template()
|
H A D | objc-gnu-runtime-abi-01.cc | 1137 tree array_type, ptype, refs_decl, lproto, e, plist; in generate_protocol_list() local 1202 array_type = build_sized_array_type (ptype, size + 3); in generate_protocol_list() 1203 refs_decl = start_var_decl (array_type, buf); in generate_protocol_list() 1966 tree fields, array_type, *chain = NULL; in build_objc_symtab_template() local 1988 array_type = build_sized_array_type (ptr_type_node, index + 1); in build_objc_symtab_template() 1989 add_field_decl (array_type, "defs", &chain); in build_objc_symtab_template()
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/ |
H A D | array_allocator.h | 120 typedef _Array array_type; in _GLIBCXX_VISIBILITY() typedef 131 array_type* _M_array; in _GLIBCXX_VISIBILITY() 141 array_allocator(array_type* __array = 0) _GLIBCXX_USE_NOEXCEPT in _GLIBCXX_VISIBILITY()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/examples/ |
H A D | tut05-bf.c | 53 gcc_jit_type *array_type; member 342 bfc.array_type = in bf_compile() 377 bfc.array_type, in bf_compile()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/examples/ |
H A D | tut05-bf.c | 53 gcc_jit_type *array_type; member 342 bfc.array_type = in bf_compile() 377 bfc.array_type, in bf_compile()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/ |
H A D | aarch64-builtins.cc | 1305 tree array_type = build_array_type_nelts (vector_type, num_vectors); in register_tuple_type() local 1309 SET_TYPE_MODE (array_type, V2x1DImode); in register_tuple_type() 1311 SET_TYPE_MODE (array_type, V3x1DImode); in register_tuple_type() 1313 SET_TYPE_MODE (array_type, V4x1DImode); in register_tuple_type() 1318 machine_mode tuple_mode = TYPE_MODE_RAW (array_type); in register_tuple_type() 1320 && TYPE_MODE (array_type) == tuple_mode in register_tuple_type() 1321 && TYPE_ALIGN (array_type) == alignment); in register_tuple_type() 1324 get_identifier ("val"), array_type); in register_tuple_type() 1640 tree array_type = build_array_type_nelts (node_type, 8); in aarch64_init_ls64_builtins_types() local 1641 SET_TYPE_MODE (array_type, V8DImode); in aarch64_init_ls64_builtins_types() [all …]
|
H A D | aarch64-bti-insert.cc | 100 subrtx_var_iterator::array_type array; in aarch64_pac_insn_p()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/ |
H A D | aarch64-bti-insert.c | 100 subrtx_var_iterator::array_type array; in aarch64_pac_insn_p()
|
/netbsd-src/external/gpl3/binutils/dist/binutils/ |
H A D | debug.h | 235 bool (*array_type) member
|
/netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
H A D | debug.h | 235 bool (*array_type) member
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/ |
H A D | arm-builtins.c | 2893 tree elem_type, upper_bound, array_type; in neon_dereference_pointer() local 2919 array_type = build_array_type (elem_type, build_index_type (upper_bound)); in neon_dereference_pointer() 2922 return fold_build2 (MEM_REF, array_type, exp, in neon_dereference_pointer() 2923 build_int_cst (build_pointer_type (array_type), 0)); in neon_dereference_pointer() 2944 tree elem_type, upper_bound, array_type; in mve_dereference_pointer() local 2960 array_type = build_array_type (elem_type, build_index_type (upper_bound)); in mve_dereference_pointer() 2963 return fold_build2 (MEM_REF, array_type, exp, in mve_dereference_pointer() 2964 build_int_cst (build_pointer_type (array_type), 0)); in mve_dereference_pointer()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/ |
H A D | arm-builtins.cc | 2852 tree elem_type, upper_bound, array_type; in neon_dereference_pointer() local 2878 array_type = build_array_type (elem_type, build_index_type (upper_bound)); in neon_dereference_pointer() 2881 return fold_build2 (MEM_REF, array_type, exp, in neon_dereference_pointer() 2882 build_int_cst (build_pointer_type (array_type), 0)); in neon_dereference_pointer() 2903 tree elem_type, upper_bound, array_type; in mve_dereference_pointer() local 2919 array_type = build_array_type (elem_type, build_index_type (upper_bound)); in mve_dereference_pointer() 2922 return fold_build2 (MEM_REF, array_type, exp, in mve_dereference_pointer() 2923 build_int_cst (build_pointer_type (array_type), 0)); in mve_dereference_pointer()
|