Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__filesystem/
H A Dfilesystem_error.h60 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/__memory/
H A Dshared_ptr.h197 struct _Storage { struct
198 struct _Data {
204 …_LIBCPP_HIDE_FROM_ABI explicit _Storage(_Alloc&& __a) { ::new ((void*)__get_alloc()) _Alloc(std::m… in _Storage() function
205 _LIBCPP_HIDE_FROM_ABI ~_Storage() { __get_alloc()->~_Alloc(); } in ~_Storage()
207 _LIBCPP_HIDE_FROM_ABI _Alloc* __get_alloc() _NOEXCEPT { in __get_alloc()
211 _LIBCPP_HIDE_FROM_ABI _LIBCPP_NO_CFI __value_type* __get_elem() _NOEXCEPT { in __get_elem()
/freebsd/contrib/llvm-project/libcxx/include/experimental/__simd/
H A Dreference.h165 swap(__simd_reference<_Tp, _Storage, _Vp>&& __a, __simd_reference<_Tp, _Storage, _Vp>&& __b) noexce… in swap() argument
172 _LIBCPP_HIDE_FROM_ABI void swap(_Vp& __a, __simd_reference<_Tp, _Storage, _Vp>&& __b) noexcept { in swap() argument
179 _LIBCPP_HIDE_FROM_ABI void swap(__simd_reference<_Tp, _Storage, _Vp>&& __a, _Vp& __b) noexcept { in swap() argument
H A Dsimd_mask.h48 explicit _LIBCPP_HIDE_FROM_ABI operator _Storage() const { return __s_; } in _Storage() function
H A Dsimd.h66 explicit _LIBCPP_HIDE_FROM_ABI operator _Storage() const { return __s_; } in _Storage() function