Searched refs:element_type (Results 1 - 25 of 30) sorted by relevance

12

/freebsd-10-stable/bin/chio/
H A Ddefs.h35 struct element_type { struct
H A Dchio.c93 static const struct element_type elements[] = {
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DPythonPointer.h23 typedef PyObject* element_type; typedef in class:lldb_private::PythonPointer
25 element_type* ptr_;
29 PythonPointer(element_type p, bool steal_ref = false) :
63 element_type get() const {return ptr_;}
H A DSharingPtr.h133 typedef T element_type; typedef in class:lldb_private::SharingPtr
135 element_type* ptr_;
143 template<class Y> SharingPtr(const SharingPtr<Y>& r, element_type *p);
157 element_type* get() const {return ptr_;}
158 element_type& operator*() const {return *ptr_;}
159 element_type* operator->() const {return ptr_;}
216 SharingPtr<T>::SharingPtr(const SharingPtr<Y>& r, element_type *p)
642 typedef T element_type; typedef in class:lldb_private::IntrusiveSharingPtr
759 element_type *ptr_;
/freebsd-10-stable/contrib/libstdc++/include/std/
H A Dstd_memory.h181 typedef _Tp element_type; typedef in class:auto_ptr
190 auto_ptr(element_type* __p = 0) throw() : _M_ptr(__p) { }
206 * pointer-to-Tp/element_type.
233 * A pointer-to-Tp1 must be convertible to a pointer-to-Tp/element_type.
269 element_type&
282 element_type*
299 element_type*
313 element_type*
316 element_type* __tmp = _M_ptr;
329 reset(element_type* __
[all...]
/freebsd-10-stable/contrib/libstdc++/include/tr1/
H A Dboost_shared_ptr.h506 typedef _Tp element_type; typedef in class:std::__shared_ptr
516 * @param __p A pointer that is convertible to element_type*.
600 : _M_ptr(static_cast<element_type*>(__r._M_ptr)),
606 : _M_ptr(const_cast<element_type*>(__r._M_ptr)),
612 : _M_ptr(dynamic_cast<element_type*>(__r._M_ptr)),
790 typedef _Tp element_type; typedef in class:std::__weak_ptr
849 return __shared_ptr<element_type, _Lp>();
853 return __shared_ptr<element_type, _Lp>(*this);
860 return __shared_ptr<element_type, _Lp>();
865 return expired() ? __shared_ptr<element_type, _L
[all...]
/freebsd-10-stable/sbin/camcontrol/
H A Dattrib.c122 int element_type = ELEMENT_TYPE_ALL; local
275 element_type = elem_type_map[entry_num].value;
324 /*elem_type*/ element_type,
/freebsd-10-stable/contrib/llvm/include/llvm/ADT/
H A DIntrusiveRefCntPtr.h114 typedef T element_type; typedef in class:llvm::IntrusiveRefCntPtr
/freebsd-10-stable/contrib/gdb/gdb/
H A Deval.c516 struct type *element_type = TYPE_TARGET_TYPE (type);
518 int element_size = TYPE_LENGTH (check_typedef (element_type));
536 element = evaluate_subexp (element_type, exp, pos, noside);
537 if (VALUE_TYPE (element) != element_type)
538 element = value_cast (element_type, element);
567 struct type *element_type = TYPE_INDEX_TYPE (type);
568 struct type *check_type = element_type;
576 if (get_discrete_bounds (element_type, &low_bound, &high_bound) < 0)
587 elem_val = evaluate_subexp (element_type, exp, pos, noside);
590 elem_val = evaluate_subexp (element_type, ex
514 struct type *element_type = TYPE_TARGET_TYPE (type); local
565 struct type *element_type = TYPE_INDEX_TYPE (type); local
[all...]
H A Dvalops.c228 struct type *element_type = TYPE_TARGET_TYPE (type); local
229 unsigned element_length = TYPE_LENGTH (check_typedef (element_type));
248 element_type, range_type);
2847 struct type *element_type = TYPE_TARGET_TYPE (array_type);
2849 = (lowbound - lowerbound) * TYPE_LENGTH (check_typedef (element_type));
2850 slice_type = create_array_type ((struct type *) NULL, element_type,
2845 struct type *element_type = TYPE_TARGET_TYPE (array_type); local
H A Dgdbtypes.c737 create_array_type (struct type *result_type, struct type *element_type, argument
747 TYPE_TARGET_TYPE (result_type) = element_type;
750 CHECK_TYPEDEF (element_type);
752 TYPE_LENGTH (element_type) * (high_bound - low_bound + 1);
H A Dstabsread.c3396 struct type *index_type, *element_type, *range_type;
3435 element_type = read_type (pp, objfile);
3445 type = create_array_type (type, element_type, range_type);
3390 struct type *index_type, *element_type, *range_type; local
H A Ddwarf2read.c3399 struct type *element_type, *range_type, *index_type; local
3411 element_type = die_type (die, cu);
3419 die->type = create_array_type (NULL, element_type, range_type);
3451 type = element_type;
/freebsd-10-stable/contrib/binutils/binutils/
H A Ddebug.c216 debug_type element_type; member in struct:debug_array_type
1480 debug_make_array_type (void *handle, debug_type element_type,
1488 if (element_type == NULL || range_type == NULL)
1498 a->element_type = element_type;
2590 if (! debug_write_type (info, fns, fhandle, type->u.karray->element_type,
3167 && debug_type_samep (info, t1->u.karray->element_type,
3168 t2->u.karray->element_type));
1478 debug_make_array_type(void *handle, debug_type element_type, debug_type range_type, bfd_signed_vma lower, bfd_signed_vma upper, bfd_boolean stringp) argument
H A Dstabs.c3018 debug_type element_type; local
3089 element_type = parse_stab_type (dhandle, info, (const char *) NULL, pp,
3091 if (element_type == DEBUG_TYPE_NULL)
3100 return debug_make_array_type (dhandle, element_type, index_type, lower,
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DClangASTContext.h384 CreateArrayType (const ClangASTType &element_type,
H A DClangASTType.h121 IsArrayType (ClangASTType *element_type,
/freebsd-10-stable/contrib/gcc/cp/
H A Dtree.c496 tree element_type
501 if (element_type == error_mark_node)
516 TREE_TYPE (t) = element_type;
527 = TYPE_NEEDS_CONSTRUCTING (TYPE_MAIN_VARIANT (element_type));
529 = TYPE_HAS_NONTRIVIAL_DESTRUCTOR (TYPE_MAIN_VARIANT (element_type));
494 tree element_type local
H A Dclass.c3320 tree element_type = strip_array_types (type);
3325 if (!CLASS_TYPE_P (element_type)
3326 || !CLASSTYPE_CONTAINS_EMPTY_CLASS_P (element_type))
3316 tree element_type = strip_array_types (type); local
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp2014 ClangASTContext::CreateArrayType (const ClangASTType &element_type, argument
2018 if (element_type.IsValid())
2025 return ClangASTType (ast, ast->getExtVectorType(element_type.GetQualType(), element_count).getAsOpaquePtr());
2033 return ClangASTType (ast, ast->getIncompleteArrayType (element_type.GetQualType(),
2039 return ClangASTType (ast, ast->getConstantArrayType (element_type.GetQualType(),
H A DClangASTType.cpp981 ClangASTType element_type; local
982 if (IsArrayType(&element_type, NULL, NULL))
983 return element_type.IsScalarType();
1551 ClangASTType element_type (m_ast, qual_type.getTypePtr()->getArrayElementTypeNoTypeQual()->getCanonicalTypeUnqualified());
1554 stride = element_type.GetByteSize();
1556 return element_type;
3252 ClangASTType element_type (m_ast, array->getElementType());
3253 if (element_type.GetCompleteType())
3258 child_byte_size = element_type.GetByteSize();
3260 return element_type;
[all...]
/freebsd-10-stable/sys/cam/scsi/
H A Dscsi_enc_ses.c429 const ses_type_t *element_type; local
452 element_type = &ses_cache->ses_types[iter->type_index];
461 if (iter->type_element_index > element_type->hdr->etype_maxelt) {
/freebsd-10-stable/contrib/gcc/
H A Dc-decl.c4480 tree element_type;
4585 element_type = strip_array_types (type);
4586 constp = declspecs->const_p + TYPE_READONLY (element_type);
4587 restrictp = declspecs->restrict_p + TYPE_RESTRICT (element_type);
4588 volatilep = declspecs->volatile_p + TYPE_VOLATILE (element_type);
4598 if (!flag_gen_aux_info && (TYPE_QUALS (element_type)))
4460 tree element_type; local
H A Ddwarf2out.c11322 tree element_type;
11364 element_type = TREE_TYPE (type);
11371 while (TREE_CODE (element_type) == ARRAY_TYPE)
11372 element_type = TREE_TYPE (element_type);
11374 gen_type_die (element_type, context_die);
11377 add_type_attribute (array_die, element_type, 0, 0, context_die);
11307 tree element_type; local
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp6980 Type *element_type = ResolveTypeUID(type_die_offset); local
6982 if (element_type)
6987 byte_stride = element_type->GetByteSize();
6988 ClangASTType array_element_type = element_type->GetClangForwardType();
7013 type_sp->SetEncodingType (element_type);

Completed in 582 milliseconds

12