Home
last modified time | relevance | path

Searched refs:_Storage (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/experimental/__simd/
H A Dreference.h28 template <class _Tp, class _Storage, class _Vp>
35 _Storage& __s_;
38 _LIBCPP_HIDE_FROM_ABI __simd_reference(_Storage& __s, size_t __idx) : __s_(__s), __idx_(__idx) {} in __simd_reference()
76 template <class _Tp, class _Storage, class _Vp>
78 swap(__simd_reference<_Tp, _Storage, _Vp>&& __a, __simd_reference<_Tp, _Storage, _Vp>&& __b) noexce… in swap() argument
84 template <class _Tp, class _Storage, class _Vp>
85 _LIBCPP_HIDE_FROM_ABI void swap(_Vp& __a, __simd_reference<_Tp, _Storage, _Vp>&& __b) noexcept { in swap() argument
91 template <class _Tp, class _Storage, class _Vp>
92 _LIBCPP_HIDE_FROM_ABI void swap(__simd_reference<_Tp, _Storage, _Vp>&& __a, _Vp& __b) noexcept { in swap() argument
H A Dsimd_mask.h30 using _Storage = typename _Impl::_MaskStorage; variable
32 _Storage __s_;
36 using reference = __simd_reference<_Tp, _Storage, value_type>;
H A Dsimd.h33 using _Storage = typename _Impl::_SimdStorage; variable
35 _Storage __s_;
39 using reference = __simd_reference<_Tp, _Storage, value_type>;
/freebsd/contrib/llvm-project/libcxx/include/__filesystem/
H A Dfilesystem_error.h33 : system_error(__ec, __what), __storage_(make_shared<_Storage>(path(), path())) { in filesystem_error()
38 : system_error(__ec, __what), __storage_(make_shared<_Storage>(__p1, path())) { in filesystem_error()
43 : system_error(__ec, __what), __storage_(make_shared<_Storage>(__p1, __p2)) { in filesystem_error()
60 struct _LIBCPP_HIDDEN _Storage { struct
61 _LIBCPP_HIDE_FROM_ABI _Storage(const path& __p1, const path& __p2) : __p1_(__p1), __p2_(__p2) {} in _Storage() argument
67 shared_ptr<_Storage> __storage_; argument
/freebsd/contrib/llvm-project/libcxx/include/__format/
H A Dbuffer.h359 using _Storage =
364 requires(same_as<_Storage, __internal_storage<_CharT>>)
368 requires(same_as<_Storage, __direct_storage<_CharT>>)
381 _LIBCPP_NO_UNIQUE_ADDRESS _Storage __storage_;
H A Dformat_arg_store.h254 using _Storage = member
259 _Storage __storage;
/freebsd/contrib/llvm-project/libcxx/include/__memory/
H A Dshared_ptr.h292 __storage_.~_Storage(); in __on_zero_shared_weak()
305 struct _ALIGNAS_TYPE(_CompressedPair) _Storage { in _ALIGNAS_TYPE()
308 …_LIBCPP_HIDE_FROM_ABI explicit _Storage(_Alloc&& __a) { ::new ((void*)__get_alloc()) _Alloc(std::m… in _ALIGNAS_TYPE()
309 _LIBCPP_HIDE_FROM_ABI ~_Storage() { __get_alloc()->~_Alloc(); } in _ALIGNAS_TYPE()
324 static_assert(_LIBCPP_ALIGNOF(_Storage) == _LIBCPP_ALIGNOF(_CompressedPair), "");
325 static_assert(sizeof(_Storage) == sizeof(_CompressedPair), "");
326 _Storage __storage_;
/freebsd/contrib/llvm-project/libcxx/include/
H A Dany282 union _Storage {
283 _LIBCPP_HIDE_FROM_ABI constexpr _Storage() : __ptr(nullptr) {}
311 _Storage __s_;