Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/include/__filesystem/
H A Dfilesystem_error.h35 __storage_(make_shared<_Storage>(path(), path())) { in filesystem_error()
42 __storage_(make_shared<_Storage>(__p1, path())) { in filesystem_error()
50 __storage_(make_shared<_Storage>(__p1, __p2)) { in filesystem_error()
71 struct _LIBCPP_HIDDEN _Storage { struct
73 _Storage(const path& __p1, const path& __p2) : __p1_(__p1), __p2_(__p2) {} in _Storage() argument
79 shared_ptr<_Storage> __storage_; argument
/llvm-project-15.0.7/libcxx/include/__format/
H A Dbuffer.h221 using _Storage =
227 requires(same_as<_Storage, __internal_storage<_CharT>>)
231 same_as<_Storage, __direct_storage<_CharT>>)
249 _LIBCPP_NO_UNIQUE_ADDRESS _Storage __storage_;
H A Dformat_arg_store.h242 using _Storage = conditional_t<__format::__use_packed_format_arg_store(sizeof...(_Args)), member
246 _Storage __storage;
/llvm-project-15.0.7/libcxx/include/__memory/
H A Dshared_ptr.h319 __storage_.~_Storage(); in __on_zero_shared_weak()
333 struct _ALIGNAS_TYPE(_CompressedPair) _Storage { in _ALIGNAS_TYPE()
336 _LIBCPP_HIDE_FROM_ABI explicit _Storage(_Alloc&& __a) { in _ALIGNAS_TYPE()
339 _LIBCPP_HIDE_FROM_ABI ~_Storage() { in _ALIGNAS_TYPE()
356 static_assert(_LIBCPP_ALIGNOF(_Storage) == _LIBCPP_ALIGNOF(_CompressedPair), "");
357 static_assert(sizeof(_Storage) == sizeof(_CompressedPair), "");
358 _Storage __storage_;
/llvm-project-15.0.7/libcxx/include/
H A Dany312 union _Storage {
313 constexpr _Storage() : __ptr(nullptr) {}
348 _Storage __s;