Searched refs:element_type (Results 101 - 125 of 209) sorted by relevance

123456789

/netbsd-current/external/gpl3/gdb.old/dist/gdb/compile/
H A Dcompile-c-types.c42 gcc_type element_type; local
45 element_type = context->convert_type (TYPE_TARGET_TYPE (type));
65 result = context->plugin ().build_vla_array_type (element_type,
82 return context->plugin ().build_vector_type (element_type, count);
83 return context->plugin ().build_array_type (element_type, count);
H A Dcompile-cplus-types.c457 gcc_type element_type = instance->convert_type (TYPE_TARGET_TYPE (type)); local
487 return instance->plugin ().build_vla_array_type (element_type,
503 return instance->plugin ().build_vector_type (element_type, count);
505 return instance->plugin ().build_array_type (element_type, count);
/netbsd-current/external/gpl3/gdb/dist/gdb/compile/
H A Dcompile-c-types.c42 gcc_type element_type; local
45 element_type = context->convert_type (type->target_type ());
65 result = context->plugin ().build_vla_array_type (element_type,
82 return context->plugin ().build_vector_type (element_type, count);
83 return context->plugin ().build_array_type (element_type, count);
H A Dcompile-cplus-types.c456 gcc_type element_type = instance->convert_type (type->target_type ()); local
486 return instance->plugin ().build_vla_array_type (element_type,
502 return instance->plugin ().build_vector_type (element_type, count);
504 return instance->plugin ().build_array_type (element_type, count);
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dunique_ptr.h252 using element_type = _Tp;
275 * @param __p A pointer to an object of @c element_type
287 * @param __p A pointer to an object of @c element_type
299 * @param __p A pointer to an object of @c element_type
404 typename add_lvalue_reference<element_type>::type
496 using element_type = _Tp;
504 typename _UP_element_type = typename _UPtr::element_type>
507 is_same<pointer, element_type*>,
509 is_convertible<_UP_element_type(*)[], element_type(*)[]>
518 is_same<pointer, element_type*>,
[all...]
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dunique_ptr.h279 using element_type = _Tp;
302 * @param __p A pointer to an object of @c element_type
315 * @param __p A pointer to an object of @c element_type
328 * @param __p A pointer to an object of @c element_type
442 typename add_lvalue_reference<element_type>::type
546 using element_type = _Tp;
554 typename _UP_element_type = typename _UPtr::element_type>
557 is_same<pointer, element_type*>,
559 is_convertible<_UP_element_type(*)[], element_type(*)[]>
568 is_same<pointer, element_type*>,
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/tr1/
H A Dshared_ptr.h542 typedef _Tp element_type; typedef in class:tr1::__shared_ptr
603 : _M_ptr(static_cast<element_type*>(__r._M_ptr)),
609 : _M_ptr(const_cast<element_type*>(__r._M_ptr)),
615 : _M_ptr(dynamic_cast<element_type*>(__r._M_ptr)),
801 typedef _Tp element_type; typedef in class:tr1::__weak_ptr
860 return __shared_ptr<element_type, _Lp>();
864 return __shared_ptr<element_type, _Lp>(*this);
871 return __shared_ptr<element_type, _Lp>();
876 return expired() ? __shared_ptr<element_type, _Lp>()
877 : __shared_ptr<element_type, _L
[all...]
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/
H A Dshared_ptr.h547 typedef _Tp element_type; typedef in class:tr1::__shared_ptr
610 : _M_ptr(static_cast<element_type*>(__r._M_ptr)),
616 : _M_ptr(const_cast<element_type*>(__r._M_ptr)),
622 : _M_ptr(dynamic_cast<element_type*>(__r._M_ptr)),
811 typedef _Tp element_type; typedef in class:tr1::__weak_ptr
870 return __shared_ptr<element_type, _Lp>();
874 return __shared_ptr<element_type, _Lp>(*this);
881 return __shared_ptr<element_type, _Lp>();
886 return expired() ? __shared_ptr<element_type, _Lp>()
887 : __shared_ptr<element_type, _L
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdbsupport/
H A Dtdesc.h234 element_type (element_type_), count (count_)
242 struct tdesc_type *element_type; member in struct:tdesc_type_vector
/netbsd-current/external/gpl3/gcc/dist/gcc/analyzer/
H A Dregion.h769 key_t (const region *parent, tree element_type, const svalue *index) argument
770 : m_parent (parent), m_element_type (element_type), m_index (index)
804 element_region (unsigned id, const region *parent, tree element_type, argument
806 : region (complexity::from_pair (parent, index), id, parent, element_type),
854 key_t (const region *parent, tree element_type, const svalue *byte_offset) argument
855 : m_parent (parent), m_element_type (element_type), m_byte_offset (byte_offset)
938 key_t (const region *parent, tree element_type, argument
940 : m_parent (parent), m_element_type (element_type),
H A Dregion-model-manager.cc1060 tree element_type = TREE_TYPE (inner_type); local
1062 = int_size_in_bytes (element_type);
1085 element_type, idx_sval);
1438 tree element_type,
1443 return get_unknown_symbolic_region (element_type);
1445 element_region::key_t key (parent, element_type, index);
1450 = new element_region (alloc_region_id (), parent, element_type, index);
1437 get_element_region(const region *parent, tree element_type, const svalue *index) argument
/netbsd-current/external/gpl3/gdb/dist/gdbsupport/
H A Dtdesc.h234 element_type (element_type_), count (count_)
242 struct tdesc_type *element_type; member in struct:tdesc_type_vector
/netbsd-current/external/apache2/llvm/dist/clang/bindings/python/tests/cindex/
H A Dtest_type.py287 """Ensure Type.element_type works."""
297 self.assertEqual(c.type.element_type.kind, TypeKind.INT)
299 self.assertEqual(i.type.element_type.kind, TypeKind.INT)
301 self.assertEqual(v.type.element_type.kind, TypeKind.INT)
304 """Ensure Type.element_type raises if type doesn't have elements."""
309 i.element_type
433 self.assertEqual(a.element_type.kind, TypeKind.INT)
/netbsd-current/external/apache2/llvm/dist/libcxx/include/__memory/
H A Dunique_ptr.h120 typedef _Tp element_type; typedef in class:unique_ptr
328 typedef _Tp element_type; typedef in class:unique_ptr
342 (is_same<pointer, element_type*>::value &&
343 is_convertible<_FromElem(*)[], element_type(*)[]>::value)
377 class _ElemT = typename _UPtr::element_type>
380 is_same<pointer, element_type*>::value &&
382 is_convertible<_ElemT(*)[], element_type(*)[]>::value
/netbsd-current/external/gpl3/gcc.old/dist/gcc/brig/brigfrontend/
H A Dbrig-code-entry-handler.cc521 (BrigType16_t element_type, const unsigned char *next_data) const
524 tree tree_element_type = gccbrig_tree_type_for_hsa_type (element_type);
527 switch (element_type)
1041 tree element_type = gccbrig_tree_type_for_hsa_type (brig_inst.type); local
1047 = build3 (BIT_FIELD_REF, element_type, input,
1048 TYPE_SIZE (element_type),
1049 bitsize_int (i * int_size_in_bytes (element_type)
520 build_tree_cst_element(BrigType16_t element_type, const unsigned char *next_data) const argument
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dhard-reg-set.h123 typedef HARD_REG_ELT_TYPE element_type; typedef in struct:array_traits
126 static const element_type *base (const HARD_REG_SET &x) { return x.elts; }
H A Ddwarf2out.h339 tree element_type; member in struct:array_descr_info
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dhard-reg-set.h123 typedef HARD_REG_ELT_TYPE element_type; typedef in struct:array_traits
126 static const element_type *base (const HARD_REG_SET &x) { return x.elts; }
/netbsd-current/external/gpl3/gcc.old/dist/libcc1/
H A Dlibcc1plugin.cc823 tree element_type = convert_in (element_type_in);
827 result = build_array_type (element_type, NULL_TREE);
829 result = build_array_type_nelts (element_type, num_elements);
840 tree element_type = convert_in (element_type_in);
844 tree result = build_array_type (element_type, range);
814 tree element_type = convert_in (element_type_in); local
831 tree element_type = convert_in (element_type_in); local
/netbsd-current/external/gpl3/gcc/dist/libcc1/
H A Dlibcc1plugin.cc661 tree element_type = convert_in (element_type_in);
665 result = build_array_type (element_type, NULL_TREE);
667 result = build_array_type_nelts (element_type, num_elements);
678 tree element_type = convert_in (element_type_in);
682 tree result = build_array_type (element_type, range);
657 tree element_type = convert_in (element_type_in); local
674 tree element_type = convert_in (element_type_in); local
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dgdbtypes.c1297 struct type *element_type;
1304 element_type = check_typedef (type->target_type ());
1322 type->set_length (element_type->length ()
1330 if (element_type->code () == TYPE_CODE_ARRAY
1331 && (stride != 0 || element_type->is_multi_dimensional ())
1332 && element_type->length () != 0
1333 && TYPE_FIELD_BITSIZE (element_type, 0) != 0
1334 && get_array_bounds (element_type, &low_bound, &high_bound)
1338 * TYPE_FIELD_BITSIZE (element_type, 0));
1370 struct type *element_type,
1296 struct type *element_type; local
1368 create_array_type_with_stride(struct type *result_type, struct type *element_type, struct type *range_type, struct dynamic_prop *byte_stride_prop, unsigned int bit_stride) argument
1422 create_array_type(struct type *result_type, struct type *element_type, struct type *range_type) argument
1431 lookup_array_range_type(struct type *element_type, LONGEST low_bound, LONGEST high_bound) argument
2442 struct type *element_type = type->target_type (); local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/internal/
H A Dgmock-internal-utils.h82 // Smart pointer classes define type element_type as the type of
84 typedef typename Pointer::element_type type;
94 inline const typename Pointer::element_type* GetRawPointer(const Pointer& p) {
/netbsd-current/external/apache2/llvm/dist/libcxx/utils/gdb/libcxx/
H A Dprinters.py108 element_type = gdb_type.template_argument(n)
109 return _prettify_typename(element_type)
475 def _calculate_block_size(self, element_type):
477 size = element_type.sizeof
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DIntrusiveRefCntPtr.h167 using element_type = T;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans-common.c863 gfc_typespec *element_type; local
867 element_type = &e->symtree->n.sym->ts;
880 if (element_type->type == BT_CHARACTER)
881 gfc_conv_const_charlen (element_type->u.cl);
883 int_size_in_bytes (gfc_typenode_for_spec (element_type));

Completed in 329 milliseconds

123456789