Searched defs:_Storage (Results 1 – 5 of 5) sorted by relevance
/llvm-project/libcxx/include/__filesystem/ |
H A D | filesystem_error.h | 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
|
/llvm-project/libcxx/include/experimental/__simd/ |
H A D | reference.h | 78 swap(__simd_reference<_Tp,_Storage,_Vp> && __a,__simd_reference<_Tp,_Storage,_Vp> && __b) swap() argument 85 swap(_Vp & __a,__simd_reference<_Tp,_Storage,_Vp> && __b) swap() argument 92 swap(__simd_reference<_Tp,_Storage,_Vp> && __a,_Vp & __b) swap() argument [all...] |
H A D | simd_mask.h | 30 using _Storage = typename _Impl::_MaskStorage; global() variable
|
H A D | simd.h | 33 using _Storage = typename _Impl::_SimdStorage; global() variable
|
/llvm-project/libcxx/include/__format/ |
H A D | format_arg_store.h | 254 using _Storage = global() member
|