Searched refs:array_type (Results 1 - 17 of 17) sorted by relevance

/freebsd-10.0-release/contrib/libstdc++/include/ext/
H A Darray_allocator.h101 typedef _Array array_type; typedef in class:array_allocator
104 array_type* _M_array;
112 array_allocator(array_type* __array = NULL) throw()
/freebsd-10.0-release/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_dict_helpers.c462 char array_type[10]; local
465 err = os_snprintf(array_type, sizeof(array_type),
468 if (err < 0 || err > (int) sizeof(array_type))
480 array_type,
739 entry->array_type = DBUS_TYPE_BYTE;
789 DBusMessageIter *iter, int array_type,
797 entry->array_type = DBUS_TYPE_STRING;
864 entry->array_type = WPAS_DBUS_TYPE_BINARRAY;
914 int array_type local
788 _wpa_dbus_dict_entry_get_string_array( DBusMessageIter *iter, int array_type, struct wpa_dbus_dict_entry *entry) argument
[all...]
H A Ddbus_dict_helpers.h127 int array_type; /** the dbus type of the array elements if the dict member in struct:wpa_dbus_dict_entry
H A Ddbus_new_handlers_p2p.c96 (entry.array_type != WPAS_DBUS_TYPE_BINARRAY))
878 entry.array_type != DBUS_TYPE_BYTE ||
889 entry.array_type != WPAS_DBUS_TYPE_BINARRAY ||
906 (entry.array_type != WPAS_DBUS_TYPE_BINARRAY) ||
2023 entry.array_type != WPAS_DBUS_TYPE_BINARRAY ||
2092 (entry.array_type != DBUS_TYPE_BYTE))
2099 (entry.array_type != DBUS_TYPE_BYTE))
2202 (entry.array_type != DBUS_TYPE_BYTE))
2279 entry.array_type != DBUS_TYPE_BYTE)
2366 entry.array_type !
[all...]
H A Ddbus_old_handlers.c937 entry.array_type == DBUS_TYPE_BYTE) {
1334 entry.array_type != DBUS_TYPE_BYTE) {
H A Ddbus_new_handlers.c191 entry.array_type == DBUS_TYPE_BYTE) {
/freebsd-10.0-release/contrib/gcc/
H A Dcoverage.c597 tree array_type;
607 array_type = build_int_cst (NULL_TREE, counters - 1);
608 array_type = build_index_type (array_type);
609 array_type = build_array_type (get_gcov_unsigned_t (), array_type);
612 field = build_decl (FIELD_DECL, NULL_TREE, array_type);
719 tree array_type;
721 array_type = build_int_cstu (get_gcov_unsigned_t (),
723 array_type
593 tree array_type; local
715 tree array_type; local
832 tree array_type; local
[all...]
H A Dtree-ssa-ccp.c1543 tree array_type, elt_type, elt_size; local
1564 array_type = TREE_TYPE (base);
1565 if (TREE_CODE (array_type) != ARRAY_TYPE)
1567 elt_type = TREE_TYPE (array_type);
1605 if (TYPE_DOMAIN (array_type))
1607 if (TYPE_MIN_VALUE (TYPE_DOMAIN (array_type)))
1608 min_idx = TYPE_MIN_VALUE (TYPE_DOMAIN (array_type));
1610 min_idx = fold_convert (TYPE_DOMAIN (array_type), min_idx);
1615 idx = fold_convert (TYPE_DOMAIN (array_type), idx);
1616 elt_offset = fold_convert (TYPE_DOMAIN (array_type), elt_offse
[all...]
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dvalops.c223 /* A cast to an undetermined-length array_type, such as (TYPE [])OBJECT,
2802 struct type *array_type;
2803 array_type = check_typedef (VALUE_TYPE (array));
2804 COERCE_VARYING_ARRAY (array, array_type);
2805 if (TYPE_CODE (array_type) != TYPE_CODE_ARRAY
2806 && TYPE_CODE (array_type) != TYPE_CODE_STRING
2807 && TYPE_CODE (array_type) != TYPE_CODE_BITSTRING)
2809 range_type = TYPE_INDEX_TYPE (array_type);
2820 if (TYPE_CODE (array_type) == TYPE_CODE_BITSTRING)
2828 int element = value_bit_index (array_type,
2800 struct type *array_type; local
[all...]
H A Dvalarith.c260 struct type *array_type = check_typedef (VALUE_TYPE (array));
261 struct type *elt_type = check_typedef (TYPE_TARGET_TYPE (array_type));
267 if (index < lowerbound || elt_offs >= TYPE_LENGTH (array_type))
259 struct type *array_type = check_typedef (VALUE_TYPE (array)); local
H A Dgdbtypes.c834 struct type *array_type; local
837 array_type = create_array_type (0, elt_type,
840 append_composite_type_field (simd_type, elt_name, array_type);
847 struct type *array_type; local
849 array_type = create_array_type (0, elt_type,
852 TYPE_FLAGS (array_type) |= TYPE_FLAG_VECTOR;
853 return array_type;
H A Deval.c2262 calc_f77_array_dims (struct type *array_type)
2267 if ((TYPE_CODE (array_type) != TYPE_CODE_ARRAY))
2270 tmp_type = array_type;
2259 calc_f77_array_dims(struct type *array_type) argument
H A Dada-lang.c1096 struct type *array_type = alloc_type (objf);
1104 elt_type = create_array_type (array_type, elt_type, range_type);
1092 struct type *array_type = alloc_type (objf); local
/freebsd-10.0-release/contrib/binutils/binutils/
H A Ddebug.h235 bfd_boolean (*array_type) member in struct:debug_write_fns
H A Ddebug.c2596 return (*fns->array_type) (fhandle, type->u.karray->lower,
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTImporter.cpp302 if (const ArrayType *array_type = type->getAsArrayTypeUnsafe())
304 return RequireCompleteType(array_type->getElementType());
H A DClangASTType.cpp65 const ArrayType *array_type = dyn_cast<ArrayType>(qual_type.getTypePtr()); local
67 if (array_type)
68 return GetCompleteQualType (ast, array_type->getElementType(), allow_completion);

Completed in 322 milliseconds