HomeSort by: relevance | last modified time | path
    Searched defs:array_type (Results 1 - 25 of 47) sorted by relevancy

1 2

  /src/external/bsd/wpa/dist/wpa_supplicant/dbus/
dbus_dict_helpers.h 117 * Used only in struct wpa_dbus_dict_entry::array_type internally to identify
124 int array_type; /** the dbus type of the array elements if the dict member in struct:wpa_dbus_dict_entry
dbus_dict_helpers.c 407 char array_type[10]; local
410 err = os_snprintf(array_type, sizeof(array_type),
413 if (os_snprintf_error(sizeof(array_type), err))
421 array_type,
663 entry->array_type = DBUS_TYPE_BYTE;
719 entry->array_type = DBUS_TYPE_UINT16;
766 DBusMessageIter *iter, int array_type,
774 entry->array_type = DBUS_TYPE_STRING;
843 entry->array_type = WPAS_DBUS_TYPE_BINARRAY
916 int array_type = dbus_message_iter_get_element_type(iter_dict_val); local
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
array_allocator.h 120 typedef _Array array_type; typedef in class:array_allocator
131 array_type* _M_array;
141 array_allocator(array_type* __array = 0) _GLIBCXX_USE_NOEXCEPT
  /src/external/gpl3/gcc/dist/gcc/
rtl-iter.h 59 class array_type class in class:generic_subrtx_iterator
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) { function in class:generic_subrtx_iterator::array_type
    [all...]
tree-switch-conversion.cc 663 tree array_type, ctor, decl, value_type, fetch, default_type;
667 array_type = build_array_type (value_type, arr_index_type);
676 ctor = build_constructor (array_type, constructor);
680 decl = build_decl (loc, VAR_DECL, NULL_TREE, array_type);
662 tree array_type, ctor, decl, value_type, fetch, default_type; local
tree-ssa-ccp.cc 2624 tree lhs, arg, block, var, elem_type, array_type; local
2667 array_type = build_array_type_nelts (elem_type, n_elem);
2674 var = create_tmp_var (array_type, name);
2677 var = create_tmp_var (array_type);
  /src/external/gpl3/gcc.old/dist/gcc/
rtl-iter.h 59 class array_type class in class:generic_subrtx_iterator
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) { function in class:generic_subrtx_iterator::array_type
    [all...]
tree-switch-conversion.cc 627 tree array_type, ctor, decl, value_type, fetch, default_type;
631 array_type = build_array_type (value_type, arr_index_type);
640 ctor = build_constructor (array_type, constructor);
644 decl = build_decl (loc, VAR_DECL, NULL_TREE, array_type);
626 tree array_type, ctor, decl, value_type, fetch, default_type; local
  /src/external/gpl3/gcc/dist/gcc/jit/docs/examples/
tut05-bf.c 53 gcc_jit_type *array_type; member in struct:bf_compiler
342 bfc.array_type =
377 bfc.array_type,
  /src/external/gpl3/gcc/dist/gcc/objc/
objc-runtime-shared-support.cc 234 tree array_type, decls, *chain = NULL; local
245 array_type = build_sized_array_type (list_type, size);
246 add_field_decl (array_type, "method_list", &chain);
265 tree array_type, decls, *chain = NULL; local
275 array_type = build_sized_array_type (list_type, size);
276 add_field_decl (array_type, "method_list", &chain);
568 tree array_type, decls, *chain = NULL; local
576 array_type = build_sized_array_type (list_type, size);
577 add_field_decl (array_type, "ivar_list", &chain);
objc-gnu-runtime-abi-01.cc 1140 tree array_type, ptype, refs_decl, lproto, e, plist; local
1205 array_type = build_sized_array_type (ptype, size + 3);
1206 refs_decl = start_var_decl (array_type, buf);
1969 tree fields, array_type, *chain = NULL; local
1991 array_type = build_sized_array_type (ptr_type_node, index + 1);
1992 add_field_decl (array_type, "defs", &chain);
objc-next-runtime-abi-01.cc 1261 tree array_type, decls, *chain = NULL; local
1273 array_type = build_sized_array_type (list_type, size);
1274 add_field_decl (array_type, "prop_list", &chain);
1373 tree array_type, ptype, refs_decl, lproto, e, plist, attr; local
1440 array_type = build_sized_array_type (ptype, size + 3);
1441 refs_decl = start_var_decl (array_type, buf);
2214 tree array_type = build_sized_array_type (ptr_type_node, index); local
2215 add_field_decl (array_type, "defs", &chain);
  /src/external/gpl3/gcc.old/dist/gcc/jit/docs/examples/
tut05-bf.c 53 gcc_jit_type *array_type; member in struct:bf_compiler
342 bfc.array_type =
377 bfc.array_type,
  /src/external/gpl3/gcc.old/dist/gcc/objc/
objc-runtime-shared-support.cc 234 tree array_type, decls, *chain = NULL; local
245 array_type = build_sized_array_type (list_type, size);
246 add_field_decl (array_type, "method_list", &chain);
265 tree array_type, decls, *chain = NULL; local
275 array_type = build_sized_array_type (list_type, size);
276 add_field_decl (array_type, "method_list", &chain);
568 tree array_type, decls, *chain = NULL; local
576 array_type = build_sized_array_type (list_type, size);
577 add_field_decl (array_type, "ivar_list", &chain);
objc-gnu-runtime-abi-01.cc 1137 tree array_type, ptype, refs_decl, lproto, e, plist; local
1202 array_type = build_sized_array_type (ptype, size + 3);
1203 refs_decl = start_var_decl (array_type, buf);
1966 tree fields, array_type, *chain = NULL; local
1988 array_type = build_sized_array_type (ptr_type_node, index + 1);
1989 add_field_decl (array_type, "defs", &chain);
objc-next-runtime-abi-01.cc 1258 tree array_type, decls, *chain = NULL; local
1270 array_type = build_sized_array_type (list_type, size);
1271 add_field_decl (array_type, "prop_list", &chain);
1370 tree array_type, ptype, refs_decl, lproto, e, plist, attr; local
1437 array_type = build_sized_array_type (ptype, size + 3);
1438 refs_decl = start_var_decl (array_type, buf);
2211 tree array_type = build_sized_array_type (ptr_type_node, index); local
2212 add_field_decl (array_type, "defs", &chain);
  /src/external/gpl3/binutils/dist/binutils/
debug.h 235 bool (*array_type) member in struct:debug_write_fns
  /src/external/gpl3/binutils.old/dist/binutils/
debug.h 235 bool (*array_type) member in struct:debug_write_fns
  /src/external/gpl3/gcc/dist/gcc/cp/
method.cc 699 tree array_type = build_array_type (unsigned_char_type_node,
702 tree lhs = build2 (MEM_REF, array_type,
704 tree rhs = build2 (MEM_REF, array_type,
1578 while (TREE_CODE (expr_type) == ARRAY_TYPE)
1611 if (TREE_CODE (expr_type) == ARRAY_TYPE)
2207 else if (TREE_CODE (to) == ARRAY_TYPE && !TYPE_DOMAIN (to))
697 tree array_type = build_array_type (unsigned_char_type_node, local
  /src/external/gpl3/gcc.old/dist/gcc/cp/
method.cc 699 tree array_type = build_array_type (unsigned_char_type_node,
702 tree lhs = build2 (MEM_REF, array_type,
704 tree rhs = build2 (MEM_REF, array_type,
1571 while (TREE_CODE (expr_type) == ARRAY_TYPE)
1604 if (TREE_CODE (expr_type) == ARRAY_TYPE)
2179 else if (TREE_CODE (to) == ARRAY_TYPE && !TYPE_DOMAIN (to))
697 tree array_type = build_array_type (unsigned_char_type_node, local
  /src/external/gpl3/gdb/dist/gdb/
valarith.c 212 struct type *array_type = check_typedef (array->type ()); local
213 struct type *elt_type = array_type->target_type ();
218 LONGEST stride = array_type->bit_stride ();
228 = array_type->bounds ()->high.kind () == PROP_UNDEFINED;
232 && elt_offs >= type_length_units (array_type))
235 if (type_not_associated (array_type))
237 else if (type_not_allocated (array_type))
f-lang.c 139 type *array_type = check_typedef (array->type ()); local
140 int ndimensions = calc_f77_array_dims (array_type);
163 b = f77_get_lowerbound (array_type);
165 b = f77_get_upperbound (array_type);
175 array_type = array_type->target_type ();
191 type *array_type = check_typedef (array->type ()); local
192 int ndimensions = calc_f77_array_dims (array_type);
213 b = f77_get_lowerbound (array_type);
215 b = f77_get_upperbound (array_type);
600 struct type *array_type = check_typedef (array->type ()); local
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
valarith.c 212 struct type *array_type = check_typedef (array->type ()); local
213 struct type *elt_type = array_type->target_type ();
218 LONGEST stride = array_type->bit_stride ();
228 = array_type->bounds ()->high.kind () == PROP_UNDEFINED;
232 && elt_offs >= type_length_units (array_type))
235 if (type_not_associated (array_type))
237 else if (type_not_allocated (array_type))
f-lang.c 139 type *array_type = check_typedef (array->type ()); local
140 int ndimensions = calc_f77_array_dims (array_type);
163 b = f77_get_lowerbound (array_type);
165 b = f77_get_upperbound (array_type);
175 array_type = array_type->target_type ();
191 type *array_type = check_typedef (array->type ()); local
192 int ndimensions = calc_f77_array_dims (array_type);
213 b = f77_get_lowerbound (array_type);
215 b = f77_get_upperbound (array_type);
600 struct type *array_type = check_typedef (array->type ()); local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/jit/
jit-recording.h 875 class array_type : public type class in namespace:gcc::jit::recording
878 array_type (context *ctxt, function in class:gcc::jit::recording::array_type

Completed in 97 milliseconds

1 2