Home
last modified time | relevance | path

Searched refs:element_type (Results 1 – 25 of 49) sorted by relevance

12

/freebsd-12.1/contrib/libstdc++/include/std/
H A Dstd_memory.h181 typedef _Tp element_type; typedef
190 auto_ptr(element_type* __p = 0) throw() : _M_ptr(__p) { } in throw()
269 element_type&
282 element_type*
299 element_type*
313 element_type*
316 element_type* __tmp = _M_ptr; in release()
329 reset(element_type* __p = 0) throw() in throw()
349 auto_ptr(auto_ptr_ref<element_type> __ref) throw() in throw()
353 operator=(auto_ptr_ref<element_type> __ref) throw() in throw()
/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DVectorType.cpp25 CompilerType element_type, in GetCompilerTypeForFormat() argument
108 return element_type; in GetCompilerTypeForFormat()
123 CompilerType element_type) { in GetItemFormatForFormat() argument
158 bool is_char = element_type.IsCharType(); in GetItemFormatForFormat()
160 element_type.IsIntegerType(is_signed); in GetItemFormatForFormat()
170 CompilerType container_type, CompilerType element_type, in CalculateNumChildren() argument
176 llvm::Optional<uint64_t> element_size = element_type.GetByteSize(exe_scope); in CalculateNumChildren()
221 CompilerType element_type; in Update() local
222 parent_type.IsVectorType(&element_type, nullptr); in Update()
225 m_parent_format, element_type, in Update()
/freebsd-12.1/contrib/libc++/include/
H A Dspan41 using element_type = ElementType;
45 using pointer = element_type*;
46 using reference = element_type&;
58 constexpr span(element_type (&arr)[N]) noexcept;
75 constexpr span<element_type, Count> first() const;
77 constexpr span<element_type, Count> last() const;
79 constexpr span<element_type, see below> subspan() const;
194 using element_type = _Tp;
302 constexpr span<element_type, dynamic_extent>
366 using element_type = _Tp;
[all …]
H A Dmemory29 typedef <details> element_type;
41 typedef T element_type;
221 typedef X element_type;
264 typedef T element_type;
306 typedef T element_type;
398 typedef T element_type;
513 typedef T element_type;
2085 typedef _Tp element_type;
2403 typedef _Tp element_type;
2665 typedef _Tp element_type;
[all …]
/freebsd-12.1/contrib/libc++/include/experimental/
H A Dpropagate_const74 constexpr const element_type* operator->() const;
76 constexpr const element_type& operator*() const;
77 constexpr const element_type* get() const;
80 constexpr element_type* operator->();
82 constexpr element_type& operator*();
83 constexpr element_type* get();
246 _LIBCPP_CONSTEXPR const element_type* get() const
251 _LIBCPP_CONSTEXPR element_type* get()
277 _LIBCPP_CONSTEXPR element_type* operator->()
284 _LIBCPP_CONSTEXPR operator element_type *() {
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Darwin/
H A DCFUtils.h29 typedef T element_type; typedef
74 element_type _ptr;
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DSharingPtr.h114 typedef T element_type; typedef
117 element_type *ptr_;
129 template <class Y> SharingPtr(const SharingPtr<Y> &r, element_type *p);
143 element_type *get() const { return ptr_; } in get()
144 element_type &operator*() const { return *ptr_; }
145 element_type *operator->() const { return ptr_; }
193 inline SharingPtr<T>::SharingPtr(const SharingPtr<Y> &r, element_type *p) in SharingPtr()
495 typedef T element_type; typedef
558 element_type *ptr_;
/freebsd-12.1/contrib/libstdc++/include/tr1/
H A Dboost_shared_ptr.h506 typedef _Tp element_type; typedef
600 : _M_ptr(static_cast<element_type*>(__r._M_ptr)), in __shared_ptr()
606 : _M_ptr(const_cast<element_type*>(__r._M_ptr)), in __shared_ptr()
612 : _M_ptr(dynamic_cast<element_type*>(__r._M_ptr)), in __shared_ptr()
790 typedef _Tp element_type; typedef
849 return __shared_ptr<element_type, _Lp>(); in lock()
853 return __shared_ptr<element_type, _Lp>(*this); in lock()
860 return __shared_ptr<element_type, _Lp>(); in lock()
865 return expired() ? __shared_ptr<element_type, _Lp>() in lock()
866 : __shared_ptr<element_type, _Lp>(*this); in lock()
/freebsd-12.1/sbin/camcontrol/
H A Dattrib.c122 int element_type = ELEMENT_TYPE_ALL; in scsiattrib() local
275 element_type = elem_type_map[entry_num].value; in scsiattrib()
324 /*elem_type*/ element_type, in scsiattrib()
/freebsd-12.1/bin/chio/
H A Ddefs.h35 struct element_type { struct
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DCompilerType.cpp78 bool CompilerType::IsVectorType(CompilerType *element_type, in IsVectorType() argument
81 return m_type_system->IsVectorType(m_type, element_type, size); in IsVectorType()
264 CompilerType element_type; in IsArrayOfScalarType() local
265 if (IsArrayType(&element_type, nullptr, nullptr)) in IsArrayOfScalarType()
266 return element_type.IsScalarType(); in IsArrayOfScalarType()
/freebsd-12.1/contrib/gdb/gdb/
H A Deval.c514 struct type *element_type = TYPE_TARGET_TYPE (type); in evaluate_subexp_standard() local
516 int element_size = TYPE_LENGTH (check_typedef (element_type)); in evaluate_subexp_standard()
534 element = evaluate_subexp (element_type, exp, pos, noside); in evaluate_subexp_standard()
535 if (VALUE_TYPE (element) != element_type) in evaluate_subexp_standard()
536 element = value_cast (element_type, element); in evaluate_subexp_standard()
565 struct type *element_type = TYPE_INDEX_TYPE (type); in evaluate_subexp_standard() local
566 struct type *check_type = element_type; in evaluate_subexp_standard()
574 if (get_discrete_bounds (element_type, &low_bound, &high_bound) < 0) in evaluate_subexp_standard()
585 elem_val = evaluate_subexp (element_type, exp, pos, noside); in evaluate_subexp_standard()
588 elem_val = evaluate_subexp (element_type, exp, pos, noside); in evaluate_subexp_standard()
[all …]
H A Dvalops.c228 struct type *element_type = TYPE_TARGET_TYPE (type); in value_cast() local
229 unsigned element_length = TYPE_LENGTH (check_typedef (element_type)); in value_cast()
248 element_type, range_type); in value_cast()
2845 struct type *element_type = TYPE_TARGET_TYPE (array_type); in value_slice() local
2847 = (lowbound - lowerbound) * TYPE_LENGTH (check_typedef (element_type)); in value_slice()
2848 slice_type = create_array_type ((struct type *) NULL, element_type, in value_slice()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DStringPrinter.h331 template <StringElementType element_type>
335 template <StringElementType element_type>
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DCompilerType.h75 bool IsArrayType(CompilerType *element_type, uint64_t *size,
78 bool IsVectorType(CompilerType *element_type, uint64_t *size) const;
H A DTypeSystem.h141 CompilerType *element_type, uint64_t *size,
432 CompilerType *element_type, uint64_t *size) = 0;
H A DClangASTContext.h421 CompilerType CreateArrayType(const CompilerType &element_type,
544 CompilerType *element_type, uint64_t *size,
548 CompilerType *element_type, uint64_t *size) override;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTypeEncodingParser.cpp169 clang::QualType element_type(BuildType(ast_ctx, type, for_expression)); in BuildArray() local
176 CompilerType(&ast_ctx, element_type), size, false)); in BuildArray()
/freebsd-12.1/contrib/googletest/googlemock/include/gmock/internal/
H A Dgmock-internal-utils.h78 typedef typename Pointer::element_type type;
88 inline const typename Pointer::element_type* GetRawPointer(const Pointer& p) {
/freebsd-12.1/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-linked_ptr.h148 typedef T element_type; typedef
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxx.cpp616 template <StringPrinter::StringElementType element_type>
657 StringPrinter::ReadBufferAndDumpToStream<element_type>(options); in LibcxxStringSummaryProvider()
/freebsd-12.1/contrib/llvm/include/llvm/ADT/
H A DIntrusiveRefCntPtr.h140 using element_type = T;
/freebsd-12.1/contrib/gcc/cp/
H A Dtree.c494 tree element_type in cp_build_qualified_type_real() local
499 if (element_type == error_mark_node) in cp_build_qualified_type_real()
514 TREE_TYPE (t) = element_type; in cp_build_qualified_type_real()
525 = TYPE_NEEDS_CONSTRUCTING (TYPE_MAIN_VARIANT (element_type)); in cp_build_qualified_type_real()
527 = TYPE_HAS_NONTRIVIAL_DESTRUCTOR (TYPE_MAIN_VARIANT (element_type)); in cp_build_qualified_type_real()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp653 lldb_private::Type *element_type = in CreateLLDBTypeFromPDBType() local
655 if (!element_type) in CreateLLDBTypeFromPDBType()
658 CompilerType element_ast_type = element_type->GetForwardCompilerType(); in CreateLLDBTypeFromPDBType()
675 type_sp->SetEncodingType(element_type); in CreateLLDBTypeFromPDBType()
/freebsd-12.1/contrib/binutils/binutils/
H A Ddebug.c216 debug_type element_type; member
1478 debug_make_array_type (void *handle, debug_type element_type, in debug_make_array_type() argument
1486 if (element_type == NULL || range_type == NULL) in debug_make_array_type()
1496 a->element_type = element_type; in debug_make_array_type()
2587 if (! debug_write_type (info, fns, fhandle, type->u.karray->element_type, in debug_write_type()
3164 && debug_type_samep (info, t1->u.karray->element_type, in debug_type_samep()
3165 t2->u.karray->element_type)); in debug_type_samep()

12