Searched refs:__storage_ (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/libcxx/include/__filesystem/ |
| H A D | filesystem_error.h | 33 : 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() 47 _LIBCPP_HIDE_FROM_ABI const path& path1() const noexcept { return __storage_->__p1_; } in path1() 49 _LIBCPP_HIDE_FROM_ABI const path& path2() const noexcept { return __storage_->__p2_; } in path2() 55 const char* what() const noexcept override { return __storage_->__what_.c_str(); } in what() 67 shared_ptr<_Storage> __storage_; variable
|
| /freebsd/contrib/llvm-project/libcxx/include/__iterator/ |
| H A D | static_bounded_iter.h | 108 : __storage_(__other.__storage_.__current(), __other.__storage_.__begin()) {} 119 : __storage_(__current, __begin) { 278 __static_bounded_iter_storage<_Iterator, _Size> __storage_; 281 return __storage_.__current(); 284 return __storage_.__current(); 287 return __storage_.__begin(); 289 …_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 _Iterator __end() const _NOEXCEPT { return __storage_.__end(); }
|
| /freebsd/contrib/llvm-project/libcxx/src/filesystem/ |
| H A D | filesystem_error.cpp | 23 __storage_->__what_ = [&]() -> string { in __create_what()
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/__memory/ |
| H A D | shared_ptr.h | 250 …_LIBCPP_HIDE_FROM_ABI explicit __shared_ptr_emplace(_Alloc __a, _Args&&...) : __storage_(std::move… in __shared_ptr_emplace() 259 …_LIBCPP_HIDE_FROM_ABI explicit __shared_ptr_emplace(_Alloc __a, _Args&&... __args) : __storage_(st… in __shared_ptr_emplace() 265 _LIBCPP_HIDE_FROM_ABI _Alloc* __get_alloc() _NOEXCEPT { return __storage_.__get_alloc(); } in __get_alloc() 267 _LIBCPP_HIDE_FROM_ABI _Tp* __get_elem() _NOEXCEPT { return __storage_.__get_elem(); } in __get_elem() 290 __storage_.~_Storage(); in __on_zero_shared_weak() 324 _Storage __storage_; member
|
| /freebsd/contrib/llvm-project/libcxx/include/__memory/ |
| H A D | shared_ptr.h | 150 …_LIBCPP_HIDE_FROM_ABI explicit __shared_ptr_emplace(_Alloc __a, _Args&&...) : __storage_(std::move… in __shared_ptr_emplace() 159 …_LIBCPP_HIDE_FROM_ABI explicit __shared_ptr_emplace(_Alloc __a, _Args&&... __args) : __storage_(st… in __shared_ptr_emplace() 165 _LIBCPP_HIDE_FROM_ABI _Alloc* __get_alloc() _NOEXCEPT { return __storage_.__get_alloc(); } in __get_alloc() 167 _LIBCPP_HIDE_FROM_ABI __value_type* __get_elem() _NOEXCEPT { return __storage_.__get_elem(); } in __get_elem() 190 __storage_.~_Storage(); in __on_zero_shared_weak() 216 _Storage __storage_; member
|