Home
last modified time | relevance | path

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

/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/experimental/__simd/
H A Dreference.h30 template <class _Tp, class _Storage, class _Vp>
37 _Storage& __s_;
40 _LIBCPP_HIDE_FROM_ABI __simd_reference(_Storage& __s, size_t __idx) : __s_(__s), __idx_(__idx) {} in __simd_reference()
163 template <class _Tp, class _Storage, class _Vp>
165 swap(__simd_reference<_Tp, _Storage, _Vp>&& __a, __simd_reference<_Tp, _Storage, _Vp>&& __b) noexce… in swap() argument
171 template <class _Tp, class _Storage, class _Vp>
172 _LIBCPP_HIDE_FROM_ABI void swap(_Vp& __a, __simd_reference<_Tp, _Storage, _Vp>&& __b) noexcept { in swap() argument
178 template <class _Tp, class _Storage, class _Vp>
179 _LIBCPP_HIDE_FROM_ABI void swap(__simd_reference<_Tp, _Storage, _Vp>&& __a, _Vp& __b) noexcept { in swap() argument
H A Dsimd_mask.h31 using _Storage _LIBCPP_NODEBUG = typename _Impl::_MaskStorage;
33 _Storage __s_;
37 using reference = __simd_reference<_Tp, _Storage, value_type>;
48 explicit _LIBCPP_HIDE_FROM_ABI operator _Storage() const { return __s_; } in _Storage() function
49 explicit _LIBCPP_HIDE_FROM_ABI simd_mask(const _Storage& __s, __storage_tag_t) : __s_(__s) {} in simd_mask()
H A Dsimd.h47 using _Storage _LIBCPP_NODEBUG = typename _Impl::_SimdStorage;
49 _Storage __s_;
55 using reference = __simd_reference<_Tp, _Storage, value_type>;
66 explicit _LIBCPP_HIDE_FROM_ABI operator _Storage() const { return __s_; } in _Storage() function
67 explicit _LIBCPP_HIDE_FROM_ABI simd(const _Storage& __s, __storage_tag_t) : __s_(__s) {} in simd()
/freebsd/contrib/llvm-project/libcxx/include/__format/
H A Dformat_arg_store.h270 using _Storage _LIBCPP_NODEBUG =
275 _Storage __storage;
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__memory/
H A Dshared_ptr.h290 __storage_.~_Storage(); in __on_zero_shared_weak()
303 struct _ALIGNAS_TYPE(_CompressedPair) _Storage { in _ALIGNAS_TYPE()
306 …_LIBCPP_HIDE_FROM_ABI explicit _Storage(_Alloc&& __a) { ::new ((void*)__get_alloc()) _Alloc(std::m… in _ALIGNAS_TYPE()
307 _LIBCPP_HIDE_FROM_ABI ~_Storage() { __get_alloc()->~_Alloc(); } in _ALIGNAS_TYPE()
322 static_assert(_LIBCPP_ALIGNOF(_Storage) == _LIBCPP_ALIGNOF(_CompressedPair), "");
323 static_assert(sizeof(_Storage) == sizeof(_CompressedPair), "");
324 _Storage __storage_;
/freebsd/contrib/llvm-project/libcxx/include/
H A Dany285 union _Storage {
286 _LIBCPP_HIDE_FROM_ABI constexpr _Storage() : __ptr(nullptr) {}
314 _Storage __s_;
/freebsd/contrib/llvm-project/libcxx/include/__memory/
H A Dshared_ptr.h190 __storage_.~_Storage(); in __on_zero_shared_weak()
197 struct _Storage { struct
204 …_LIBCPP_HIDE_FROM_ABI explicit _Storage(_Alloc&& __a) { ::new ((void*)__get_alloc()) _Alloc(std::m… in _Storage() argument
205 _LIBCPP_HIDE_FROM_ABI ~_Storage() { __get_alloc()->~_Alloc(); } in ~_Storage() argument
216 _Storage __storage_;