Searched refs:__get (Results 1 – 12 of 12) sorted by relevance
| /llvm-project-15.0.7/libcxx/test/libcxx/localization/locales/locale/locale.types/locale.id/ |
| H A D | id.pass.cpp | 32 long id = id0.__get(); in main() 33 assert(id0.__get() == id+0); in main() 34 assert(id0.__get() == id+0); in main() 35 assert(id0.__get() == id+0); in main() 36 assert(id1.__get() == id+1); in main() 37 assert(id1.__get() == id+1); in main() 38 assert(id1.__get() == id+1); in main() 39 assert(id2.__get() == id+2); in main() 40 assert(id2.__get() == id+2); in main() 41 assert(id2.__get() == id+2); in main() [all …]
|
| /llvm-project-15.0.7/libcxx/include/__memory/ |
| H A D | compressed_pair.h | 49 …_LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_AFTER_CXX11 reference __get() _NOEXCEPT { return __value_;… in __get() function 50 …_LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR const_reference __get() const _NOEXCEPT { return __value_;… in __get() function 78 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_AFTER_CXX11 reference __get() _NOEXCEPT { return *this; } 79 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR const_reference __get() const _NOEXCEPT { return *this; } 121 return static_cast<_Base1&>(*this).__get(); 126 return static_cast<_Base1 const&>(*this).__get(); 131 return static_cast<_Base2&>(*this).__get(); 136 return static_cast<_Base2 const&>(*this).__get();
|
| H A D | allocation_guard.h | 71 _Pointer __get() const _NOEXCEPT { in __get() function
|
| H A D | shared_ptr.h | 953 …::new ((void*)_VSTD::addressof(*__guard.__get())) _ControlBlock(__a, _VSTD::forward<_Args>(__args)… 1052 …_ControlBlock* __control_block = reinterpret_cast<_ControlBlock*>(std::addressof(*__guard.__get())… 1111 …_ControlBlock* __control_block = reinterpret_cast<_ControlBlock*>(std::addressof(*__guard.__get())…
|
| /llvm-project-15.0.7/libcxx/include/ |
| H A D | optional | 899 return this->__get(); 914 return this->__get(); 926 swap(this->__get(), __opt.__get()); 967 return this->__get(); 976 return this->__get(); 985 return _VSTD::move(this->__get()); 994 return _VSTD::move(this->__get()); 1001 using __base::__get; 1009 return this->__get(); 1018 return this->__get(); [all …]
|
| H A D | any | 372 return __get(const_cast<any &>(*__this), __info, __fallback_info); 416 static void* __get(any & __this, 456 return __get(const_cast<any &>(*__this), __info, __fallback_info); 504 static void* __get(any & __this, type_info const * __info,
|
| H A D | __tree | 1494 __node_pointer __get() const _NOEXCEPT { 1635 for (; __cache.__get() != nullptr && __first != __last; ++__first) { 1636 if (__node_assign_unique(*__first, __cache.__get()).second) 1658 for (; __cache.__get() && __first != __last; ++__first) { 1659 __cache.__get()->__value_ = *__first; 1660 __node_insert_multi(__cache.__get()); 1758 while (__cache.__get() != nullptr && __t.size() != 0) { 1759 __cache.__get()->__value_ = _VSTD::move(__t.remove(__t.begin())->__value_); 1760 __node_insert_multi(__cache.__get());
|
| H A D | __locale | 216 long __get(); 226 __install_ctor(__other, __f, __f ? __f->id.__get() : 0);
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/string/simulator/ |
| H A D | main.cpp | 41 _Tp &__get() { return __value_; } in __get() function 51 _Tp &__get() { return *this; } in __get() function 63 _T1 &first() { return static_cast<_Base1 &>(*this).__get(); } in first()
|
| /llvm-project-15.0.7/libcxx/include/experimental/ |
| H A D | simd | 847 operator _Vp() const { return __ptr_->__get(__index_); } 855 return std::move(*this) = __ptr_->__get(__index_) + 1; 859 auto __val = __ptr_->__get(__index_); 865 return std::move(*this) = __ptr_->__get(__index_) - 1; 869 auto __val = __ptr_->__get(__index_); 875 return std::move(*this) = __ptr_->__get(__index_) + __value; 879 return std::move(*this) = __ptr_->__get(__index_) - __value; 883 return std::move(*this) = __ptr_->__get(__index_) * __value; 887 return std::move(*this) = __ptr_->__get(__index_) / __value; 891 return std::move(*this) = __ptr_->__get(__index_) % __value; [all …]
|
| /llvm-project-15.0.7/libcxx/include/__support/win32/ |
| H A D | locale_win32.h | 78 lconv *__get() { in __get() function 178 return __lc->__get(); in __store_lconv()
|
| /llvm-project-15.0.7/libcxx/src/ |
| H A D | locale.cpp | 171 template <class F> void install(F* f) {install(f, f->id.__get());} in install() 407 long id = F::id.__get(); in install_from() 674 return __locale_->has_facet(x.__get()); in has_facet() 680 return __locale_->use_facet(x.__get()); in use_facet() 726 locale::id::__get() in __get() function in locale::id
|