Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/libcxx/include/__filesystem/
H A Dfilesystem_error.h34 : system_error(__ec, __what), __storage_(make_shared<_Storage>(path(), path())) { in filesystem_error()
39 : system_error(__ec, __what), __storage_(make_shared<_Storage>(__p1, path())) { in filesystem_error()
44 : system_error(__ec, __what), __storage_(make_shared<_Storage>(__p1, __p2)) { in filesystem_error()
61 struct _LIBCPP_HIDDEN _Storage { struct
62 _LIBCPP_HIDE_FROM_ABI _Storage(const path& __p1, const path& __p2) : __p1_(__p1), __p2_(__p2) {} in _Storage() argument
68 shared_ptr<_Storage> __storage_; argument
/freebsd-14.2/contrib/llvm-project/libcxx/include/experimental/__simd/
H A Dreference.h24 template <class _Tp, class _Storage, class _Vp>
31 _Storage& __s_;
34 _LIBCPP_HIDE_FROM_ABI __simd_reference(_Storage& __s, size_t __idx) : __s_(__s), __idx_(__idx) {} in __simd_reference()
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-14.2/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.h255 using _Storage = member
260 _Storage __storage;
/freebsd-14.2/contrib/llvm-project/libcxx/include/__memory/
H A Dshared_ptr.h293 __storage_.~_Storage(); in __on_zero_shared_weak()
306 struct _ALIGNAS_TYPE(_CompressedPair) _Storage { in _ALIGNAS_TYPE()
309 …_LIBCPP_HIDE_FROM_ABI explicit _Storage(_Alloc&& __a) { ::new ((void*)__get_alloc()) _Alloc(std::m… in _ALIGNAS_TYPE()
310 _LIBCPP_HIDE_FROM_ABI ~_Storage() { __get_alloc()->~_Alloc(); } in _ALIGNAS_TYPE()
325 static_assert(_LIBCPP_ALIGNOF(_Storage) == _LIBCPP_ALIGNOF(_CompressedPair), "");
326 static_assert(sizeof(_Storage) == sizeof(_CompressedPair), "");
327 _Storage __storage_;
/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A Dany285 union _Storage {
286 _LIBCPP_HIDE_FROM_ABI constexpr _Storage() : __ptr(nullptr) {}
314 _Storage __s_;