/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | rtl-iter.h | 59 struct array_type struct 61 array_type (); 62 ~array_type (); 66 generic_subrtx_iterator (array_type &, value_type, argument 80 array_type &m_array; 103 static void free_array (array_type &); 104 static size_t add_subrtxes_to_queue (array_type &, value_type *, size_t, 106 static value_type *add_single_to_queue (array_type &, value_type *, size_t, 111 inline generic_subrtx_iterator <T>::array_type::array_type () : heap (0) {} in array_type() function 114 inline generic_subrtx_iterator <T>::array_type::~array_type () in ~array_type() [all …]
|
H A D | coverage.c | 444 tree array_type = build_array_type (get_gcov_type (), NULL_TREE); in coverage_counter_alloc() local 447 = build_var (current_function_decl, array_type, counter); in coverage_counter_alloc() 730 tree array_type = build_index_type (size_int (fn_n_ctrs[i] - 1)); in coverage_end_function() local 731 array_type = build_array_type (get_gcov_type (), array_type); in coverage_end_function() 732 TREE_TYPE (var) = array_type; in coverage_end_function() 733 DECL_SIZE (var) = TYPE_SIZE (array_type); in coverage_end_function() 734 DECL_SIZE_UNIT (var) = TYPE_SIZE_UNIT (array_type); in coverage_end_function() 796 tree array_type; in build_fn_info_type() local 837 array_type = build_index_type (size_int (counters - 1)); in build_fn_info_type() 838 array_type = build_array_type (ctr_info, array_type); in build_fn_info_type() [all …]
|
H A D | rtlanal.c | 83 generic_subrtx_iterator <T>::add_single_to_queue (array_type &array, in add_single_to_queue() 124 generic_subrtx_iterator <T>::add_subrtxes_to_queue (array_type &array, in add_subrtxes_to_queue() 185 generic_subrtx_iterator <T>::free_array (array_type &array) in free_array() 697 subrtx_iterator::array_type array; in contains_mem_rtx_p() 1259 subrtx_var_iterator::array_type array; in reg_set_p() 1441 subrtx_iterator::array_type array; in find_all_hard_regs() 3137 subrtx_ptr_iterator::array_type array; in replace_label() 3191 subrtx_iterator::array_type array; in rtx_referenced_p() 3392 subrtx_var_iterator::array_type array; in for_each_inc_dec() 6518 subrtx_iterator::array_type array; in contains_symbol_ref_p() [all …]
|
H A D | ddg.c | 57 subrtx_iterator::array_type array; in mark_mem_use() 392 subrtx_iterator::array_type array1; in insns_may_alias_p() 393 subrtx_iterator::array_type array2; in insns_may_alias_p()
|
H A D | lower-subreg.c | 466 subrtx_var_iterator::array_type array; in find_decomposable_subregs() 745 subrtx_ptr_iterator::array_type array; in resolve_subreg_use() 1147 subrtx_ptr_iterator::array_type array; in resolve_debug()
|
H A D | tree-switch-conversion.c | 1139 tree array_type, ctor, decl, value_type, fetch, default_type; in build_one_array() local 1143 array_type = build_array_type (value_type, arr_index_type); in build_one_array() 1152 ctor = build_constructor (array_type, info->constructors[num]); in build_one_array() 1156 decl = build_decl (loc, VAR_DECL, NULL_TREE, array_type); in build_one_array()
|
H A D | fwprop.c | 651 subrtx_iterator::array_type array; in varying_mem_p() 1021 subrtx_var_iterator::array_type array; in try_fwprop_subst()
|
/dflybsd-src/contrib/wpa_supplicant/wpa_supplicant/dbus/ |
H A D | dbus_dict_helpers.c | 367 char array_type[10]; in wpa_dbus_dict_begin_array() local 370 err = os_snprintf(array_type, sizeof(array_type), in wpa_dbus_dict_begin_array() 373 if (os_snprintf_error(sizeof(array_type), err)) in wpa_dbus_dict_begin_array() 381 array_type, in wpa_dbus_dict_begin_array() 623 entry->array_type = DBUS_TYPE_BYTE; in _wpa_dbus_dict_entry_get_byte_array() 673 DBusMessageIter *iter, int array_type, in _wpa_dbus_dict_entry_get_string_array() argument 681 entry->array_type = DBUS_TYPE_STRING; in _wpa_dbus_dict_entry_get_string_array() 750 entry->array_type = WPAS_DBUS_TYPE_BINARRAY; in _wpa_dbus_dict_entry_get_binarray() 823 int array_type = dbus_message_iter_get_element_type(iter_dict_val); in _wpa_dbus_dict_entry_get_array() local 827 wpa_printf(MSG_MSGDUMP, "%s: array_type %c", __func__, array_type); in _wpa_dbus_dict_entry_get_array() [all …]
|
H A D | dbus_new_handlers_p2p.c | 35 entry.array_type != DBUS_TYPE_BYTE || in wpas_dbus_validate_dbus_ipaddr() 110 entry.array_type != WPAS_DBUS_TYPE_BINARRAY) in wpas_dbus_handler_p2p_find() 1020 entry.array_type != DBUS_TYPE_BYTE || in wpas_dbus_setter_p2p_device_config() 1031 entry.array_type != WPAS_DBUS_TYPE_BINARRAY || in wpas_dbus_setter_p2p_device_config() 1048 entry.array_type != WPAS_DBUS_TYPE_BINARRAY || in wpas_dbus_setter_p2p_device_config() 2561 entry.array_type != WPAS_DBUS_TYPE_BINARRAY || in wpas_dbus_setter_p2p_group_vendor_ext() 2632 entry.array_type != DBUS_TYPE_BYTE) in wpas_dbus_handler_p2p_add_service() 2639 entry.array_type != DBUS_TYPE_BYTE) in wpas_dbus_handler_p2p_add_service() 2717 entry.array_type != DBUS_TYPE_BYTE) in wpas_dbus_handler_p2p_delete_service() 2805 entry.array_type != DBUS_TYPE_BYTE) in wpas_dbus_handler_p2p_service_sd_req() [all …]
|
H A D | dbus_dict_helpers.h | 116 int array_type; /** the dbus type of the array elements if the dict member
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | internal-fn.c | 49 get_multi_vector_move (tree array_type, convert_optab optab) in get_multi_vector_move() argument 55 gcc_assert (TREE_CODE (array_type) == ARRAY_TYPE); in get_multi_vector_move() 56 imode = TYPE_MODE (array_type); in get_multi_vector_move() 57 vmode = TYPE_MODE (TREE_TYPE (array_type)); in get_multi_vector_move()
|
H A D | coverage.c | 410 tree array_type = build_array_type (get_gcov_type (), NULL_TREE); in coverage_counter_alloc() local 413 = build_var (current_function_decl, array_type, counter); in coverage_counter_alloc() 637 tree array_type = build_index_type (size_int (fn_n_ctrs[i] - 1)); in coverage_end_function() local 638 array_type = build_array_type (get_gcov_type (), array_type); in coverage_end_function() 639 TREE_TYPE (var) = array_type; in coverage_end_function() 640 DECL_SIZE (var) = TYPE_SIZE (array_type); in coverage_end_function() 641 DECL_SIZE_UNIT (var) = TYPE_SIZE_UNIT (array_type); in coverage_end_function() 694 tree array_type; in build_fn_info_type() local 735 array_type = build_index_type (size_int (counters - 1)); in build_fn_info_type() 736 array_type = build_array_type (ctr_info, array_type); in build_fn_info_type() [all …]
|
H A D | tree-switch-conversion.c | 610 tree array_type, ctor, decl, value_type, fetch, default_type; in build_one_array() local 614 array_type = build_array_type (value_type, arr_index_type); in build_one_array() 623 ctor = build_constructor (array_type, info.constructors[num]); in build_one_array() 627 decl = build_decl (loc, VAR_DECL, NULL_TREE, array_type); in build_one_array()
|
/dflybsd-src/contrib/gcc-4.7/gcc/objc/ |
H A D | objc-runtime-shared-support.c | 237 tree array_type, decls, *chain = NULL; in build_method_list_template() local 248 array_type = build_sized_array_type (list_type, size); in build_method_list_template() 249 add_field_decl (array_type, "method_list", &chain); in build_method_list_template() 268 tree array_type, decls, *chain = NULL; in build_method_prototype_list_template() local 278 array_type = build_sized_array_type (list_type, size); in build_method_prototype_list_template() 279 add_field_decl (array_type, "method_list", &chain); in build_method_prototype_list_template() 574 tree array_type, decls, *chain = NULL; in build_ivar_list_template() local 582 array_type = build_sized_array_type (list_type, size); in build_ivar_list_template() 583 add_field_decl (array_type, "ivar_list", &chain); in build_ivar_list_template()
|
H A D | objc-next-runtime-abi-01.c | 1255 tree array_type, decls, *chain = NULL; in build_v1_property_list_template() local 1267 array_type = build_sized_array_type (list_type, size); in build_v1_property_list_template() 1268 add_field_decl (array_type, "prop_list", &chain); in build_v1_property_list_template() 1367 tree array_type, ptype, refs_decl, lproto, e, plist, attr; in generate_v1_protocol_list() local 1434 array_type = build_sized_array_type (ptype, size + 3); in generate_v1_protocol_list() 1435 refs_decl = start_var_decl (array_type, buf); in generate_v1_protocol_list() 2208 tree array_type = build_sized_array_type (ptr_type_node, index); in build_objc_symtab_template() local 2209 add_field_decl (array_type, "defs", &chain); in build_objc_symtab_template()
|
H A D | objc-gnu-runtime-abi-01.c | 1128 tree array_type, ptype, refs_decl, lproto, e, plist; in generate_protocol_list() local 1193 array_type = build_sized_array_type (ptype, size + 3); in generate_protocol_list() 1194 refs_decl = start_var_decl (array_type, buf); in generate_protocol_list() 1977 tree fields, array_type, *chain = NULL; in build_objc_symtab_template() local 1999 array_type = build_sized_array_type (ptr_type_node, index + 1); in build_objc_symtab_template() 2000 add_field_decl (array_type, "defs", &chain); in build_objc_symtab_template()
|
H A D | objc-next-runtime-abi-02.c | 2278 tree array_type, decls, *chain = NULL; in build_v2_method_list_template() local 2289 array_type = build_sized_array_type (list_type, size); in build_v2_method_list_template() 2290 add_field_decl (array_type, "method_list", &chain); in build_v2_method_list_template() 2389 tree array_type, decls, *chain = NULL; in build_v2_property_list_template() local 2401 array_type = build_sized_array_type (list_type, size); in build_v2_property_list_template() 2402 add_field_decl (array_type, "prop_list", &chain); in build_v2_property_list_template()
|
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/ext/ |
H A D | array_allocator.h | 114 typedef _Array array_type; in _GLIBCXX_VISIBILITY() typedef 117 array_type* _M_array; in _GLIBCXX_VISIBILITY() 125 array_allocator(array_type* __array = 0) _GLIBCXX_USE_NOEXCEPT in _GLIBCXX_VISIBILITY()
|
/dflybsd-src/contrib/gcc-8.0/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()
|
/dflybsd-src/contrib/gdb-7/gdb/ |
H A D | valops.c | 3703 struct type *array_type; in value_slice() local 3705 array_type = check_typedef (value_type (array)); in value_slice() 3706 if (TYPE_CODE (array_type) != TYPE_CODE_ARRAY in value_slice() 3707 && TYPE_CODE (array_type) != TYPE_CODE_STRING) in value_slice() 3710 range_type = TYPE_INDEX_TYPE (array_type); in value_slice() 3726 struct type *element_type = TYPE_TARGET_TYPE (array_type); in value_slice() 3733 TYPE_CODE (slice_type) = TYPE_CODE (array_type); in value_slice()
|
H A D | gdbtypes.c | 1055 make_vector_type (struct type *array_type) in make_vector_type() argument 1062 inner_array = array_type; in make_vector_type() 1074 TYPE_VECTOR (array_type) = 1; in make_vector_type() 1080 struct type *array_type; in init_vector_type() local 1082 array_type = lookup_array_range_type (elt_type, 0, n - 1); in init_vector_type() 1083 make_vector_type (array_type); in init_vector_type() 1084 return array_type; in init_vector_type()
|
H A D | valarith.c | 195 struct type *array_type = check_typedef (value_type (array)); in value_subscripted_rvalue() local 196 struct type *elt_type = check_typedef (TYPE_TARGET_TYPE (array_type)); in value_subscripted_rvalue() 201 if (index < lowerbound || (!TYPE_ARRAY_UPPER_BOUND_IS_UNDEFINED (array_type) in value_subscripted_rvalue() 202 && elt_offs >= TYPE_LENGTH (array_type))) in value_subscripted_rvalue()
|
H A D | eval.c | 2275 struct type *array_type = check_typedef (value_type (array)); in evaluate_subexp_standard() local 2279 f77_get_lowerbound (array_type)); in evaluate_subexp_standard() 3069 calc_f77_array_dims (struct type *array_type) in calc_f77_array_dims() argument 3074 if ((TYPE_CODE (array_type) != TYPE_CODE_ARRAY)) in calc_f77_array_dims() 3077 tmp_type = array_type; in calc_f77_array_dims()
|
/dflybsd-src/contrib/binutils-2.27/binutils/ |
H A D | debug.h | 235 bfd_boolean (*array_type) member
|
/dflybsd-src/contrib/binutils-2.34/binutils/ |
H A D | debug.h | 235 bfd_boolean (*array_type) member
|