| /NextBSD/contrib/gcc/ |
| HD | coverage.c | 611 tree array_type; in build_fn_info_type() local 621 array_type = build_int_cst (NULL_TREE, counters - 1); in build_fn_info_type() 622 array_type = build_index_type (array_type); in build_fn_info_type() 623 array_type = build_array_type (get_gcov_unsigned_t (), array_type); in build_fn_info_type() 626 field = build_decl (FIELD_DECL, NULL_TREE, array_type); in build_fn_info_type() 733 tree array_type; in build_ctr_info_value() local 735 array_type = build_int_cstu (get_gcov_unsigned_t (), in build_ctr_info_value() 737 array_type = build_index_type (array_type); in build_ctr_info_value() 738 array_type = build_array_type (TREE_TYPE (TREE_TYPE (fields)), in build_ctr_info_value() 739 array_type); in build_ctr_info_value() [all …]
|
| HD | tree-ssa-ccp.c | 1543 tree array_type, elt_type, elt_size; in maybe_fold_offset_to_array_ref() local 1564 array_type = TREE_TYPE (base); in maybe_fold_offset_to_array_ref() 1565 if (TREE_CODE (array_type) != ARRAY_TYPE) in maybe_fold_offset_to_array_ref() 1567 elt_type = TREE_TYPE (array_type); in maybe_fold_offset_to_array_ref() 1605 if (TYPE_DOMAIN (array_type)) in maybe_fold_offset_to_array_ref() 1607 if (TYPE_MIN_VALUE (TYPE_DOMAIN (array_type))) in maybe_fold_offset_to_array_ref() 1608 min_idx = TYPE_MIN_VALUE (TYPE_DOMAIN (array_type)); in maybe_fold_offset_to_array_ref() 1610 min_idx = fold_convert (TYPE_DOMAIN (array_type), min_idx); in maybe_fold_offset_to_array_ref() 1615 idx = fold_convert (TYPE_DOMAIN (array_type), idx); in maybe_fold_offset_to_array_ref() 1616 elt_offset = fold_convert (TYPE_DOMAIN (array_type), elt_offset); in maybe_fold_offset_to_array_ref()
|
| HD | tree.def | 207 The field TYPE_POINTER_TO (TREE_TYPE (array_type)) is always nonzero 212 DEFTREECODE (ARRAY_TYPE, "array_type", tcc_type, 0)
|
| /NextBSD/contrib/wpa/wpa_supplicant/dbus/ |
| HD | dbus_dict_helpers.c | 441 char array_type[10]; in wpa_dbus_dict_begin_array() local 444 err = os_snprintf(array_type, sizeof(array_type), in wpa_dbus_dict_begin_array() 447 if (os_snprintf_error(sizeof(array_type), err)) in wpa_dbus_dict_begin_array() 455 array_type, in wpa_dbus_dict_begin_array() 697 entry->array_type = DBUS_TYPE_BYTE; in _wpa_dbus_dict_entry_get_byte_array() 747 DBusMessageIter *iter, int array_type, in _wpa_dbus_dict_entry_get_string_array() argument 755 entry->array_type = DBUS_TYPE_STRING; in _wpa_dbus_dict_entry_get_string_array() 824 entry->array_type = WPAS_DBUS_TYPE_BINARRAY; in _wpa_dbus_dict_entry_get_binarray() 897 int array_type = dbus_message_iter_get_element_type(iter_dict_val); in _wpa_dbus_dict_entry_get_array() local 901 wpa_printf(MSG_MSGDUMP, "%s: array_type %c", __func__, array_type); in _wpa_dbus_dict_entry_get_array() [all …]
|
| HD | dbus_new_handlers_p2p.c | 97 entry.array_type != WPAS_DBUS_TYPE_BINARRAY) in wpas_dbus_handler_p2p_find() 961 entry.array_type != DBUS_TYPE_BYTE || in wpas_dbus_setter_p2p_device_config() 972 entry.array_type != WPAS_DBUS_TYPE_BINARRAY || in wpas_dbus_setter_p2p_device_config() 989 entry.array_type != WPAS_DBUS_TYPE_BINARRAY || in wpas_dbus_setter_p2p_device_config() 2456 entry.array_type != WPAS_DBUS_TYPE_BINARRAY || in wpas_dbus_setter_p2p_group_vendor_ext() 2527 entry.array_type != DBUS_TYPE_BYTE) in wpas_dbus_handler_p2p_add_service() 2534 entry.array_type != DBUS_TYPE_BYTE) in wpas_dbus_handler_p2p_add_service() 2636 entry.array_type != DBUS_TYPE_BYTE) in wpas_dbus_handler_p2p_delete_service() 2717 entry.array_type != DBUS_TYPE_BYTE) in wpas_dbus_handler_p2p_service_sd_req() 2805 entry.array_type != DBUS_TYPE_BYTE) in wpas_dbus_handler_p2p_service_sd_res()
|
| HD | dbus_dict_helpers.h | 131 int array_type; /** the dbus type of the array elements if the dict member
|
| HD | dbus_old_handlers.c | 870 entry.array_type == DBUS_TYPE_BYTE) { in wpas_dbus_iface_set_network() 1275 entry.array_type != DBUS_TYPE_BYTE) { in wpas_dbus_iface_set_blobs()
|
| HD | dbus_new_handlers.c | 200 entry.array_type == DBUS_TYPE_BYTE) { in set_network_properties()
|
| /NextBSD/contrib/libstdc++/include/ext/ |
| D | array_allocator.h | 101 typedef _Array array_type; typedef 104 array_type* _M_array; 112 array_allocator(array_type* __array = NULL) throw() in throw()
|
| /NextBSD/contrib/gdb/gdb/ |
| HD | valops.c | 2800 struct type *array_type; in value_slice() local 2801 array_type = check_typedef (VALUE_TYPE (array)); in value_slice() 2802 COERCE_VARYING_ARRAY (array, array_type); in value_slice() 2803 if (TYPE_CODE (array_type) != TYPE_CODE_ARRAY in value_slice() 2804 && TYPE_CODE (array_type) != TYPE_CODE_STRING in value_slice() 2805 && TYPE_CODE (array_type) != TYPE_CODE_BITSTRING) in value_slice() 2807 range_type = TYPE_INDEX_TYPE (array_type); in value_slice() 2818 if (TYPE_CODE (array_type) == TYPE_CODE_BITSTRING) in value_slice() 2826 int element = value_bit_index (array_type, in value_slice() 2845 struct type *element_type = TYPE_TARGET_TYPE (array_type); in value_slice() [all …]
|
| HD | gdbtypes.c | 834 struct type *array_type; in init_simd_type() local 837 array_type = create_array_type (0, elt_type, in init_simd_type() 840 append_composite_type_field (simd_type, elt_name, array_type); in init_simd_type() 847 struct type *array_type; in init_vector_type() local 849 array_type = create_array_type (0, elt_type, in init_vector_type() 852 TYPE_FLAGS (array_type) |= TYPE_FLAG_VECTOR; in init_vector_type() 853 return array_type; in init_vector_type()
|
| HD | valarith.c | 259 struct type *array_type = check_typedef (VALUE_TYPE (array)); in value_subscripted_rvalue() local 260 struct type *elt_type = check_typedef (TYPE_TARGET_TYPE (array_type)); in value_subscripted_rvalue() 266 if (index < lowerbound || elt_offs >= TYPE_LENGTH (array_type)) in value_subscripted_rvalue()
|
| HD | eval.c | 2259 calc_f77_array_dims (struct type *array_type) in calc_f77_array_dims() argument 2264 if ((TYPE_CODE (array_type) != TYPE_CODE_ARRAY)) in calc_f77_array_dims() 2267 tmp_type = array_type; in calc_f77_array_dims()
|
| HD | ada-lang.c | 1092 struct type *array_type = alloc_type (objf); in ada_type_of_array() local 1100 elt_type = create_array_type (array_type, elt_type, range_type); in ada_type_of_array()
|
| /NextBSD/contrib/binutils/binutils/ |
| HD | debug.h | 235 bfd_boolean (*array_type) member
|
| HD | debug.c | 2593 return (*fns->array_type) (fhandle, type->u.karray->lower, in debug_write_type()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Symbol/ |
| HD | ClangASTImporter.cpp | 446 if (const ArrayType *array_type = type->getAsArrayTypeUnsafe()) in RequireCompleteType() local 448 return RequireCompleteType(array_type->getElementType()); in RequireCompleteType()
|
| HD | ClangASTType.cpp | 68 … const clang::ArrayType *array_type = llvm::dyn_cast<clang::ArrayType>(qual_type.getTypePtr()); in GetCompleteQualType() local 70 if (array_type) in GetCompleteQualType() 71 return GetCompleteQualType (ast, array_type->getElementType(), allow_completion); in GetCompleteQualType()
|
| /NextBSD/contrib/llvm/include/llvm/Support/ |
| HD | Dwarf.def | 41 HANDLE_DW_TAG(0x0001, array_type)
|
| /NextBSD/contrib/gperf/ |
| HD | ChangeLog | 2069 * src/key-list.{h,cc}: Change type of `Key_List::array_type',
|