| /freebsd-14.2/contrib/llvm-project/libcxx/include/__memory/ |
| H A D | compressed_pair.h | 63 …_LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 reference __get() _NOEXCEPT { return __value_;… in __get() function 64 …_LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR const_reference __get() const _NOEXCEPT { return __value_;… in __get() function 92 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 reference __get() _NOEXCEPT { return *this; } 93 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR const_reference __get() const _NOEXCEPT { return *this; } 130 return static_cast<_Base1&>(*this).__get(); 134 return static_cast<_Base1 const&>(*this).__get(); 138 return static_cast<_Base2&>(*this).__get(); 142 return static_cast<_Base2 const&>(*this).__get();
|
| H A D | allocation_guard.h | 90 _LIBCPP_HIDE_FROM_ABI _Pointer __get() const _NOEXCEPT { return __ptr_; } in __get() function
|
| H A D | shared_ptr.h | 823 …::new ((void*)std::addressof(*__guard.__get())) _ControlBlock(__a, std::forward<_Args>(__args)...); 951 …_ControlBlock* __control_block = reinterpret_cast<_ControlBlock*>(std::addressof(*__guard.__get())… 1024 …_ControlBlock* __control_block = reinterpret_cast<_ControlBlock*>(std::addressof(*__guard.__get())…
|
| /freebsd-14.2/sys/compat/linuxkpi/common/include/linux/ |
| H A D | debugfs.h | 89 #define DEFINE_DEBUGFS_ATTRIBUTE(__fops, __get, __set, __fmt) \ argument 90 DEFINE_SIMPLE_ATTRIBUTE(__fops, __get, __set, __fmt) 91 #define DEFINE_DEBUGFS_ATTRIBUTE_SIGNED(__fops, __get, __set, __fmt) \ argument 92 DEFINE_SIMPLE_ATTRIBUTE_SIGNED(__fops, __get, __set, __fmt)
|
| H A D | fs.h | 382 #define __DEFINE_SIMPLE_ATTRIBUTE(__fops, __get, __set, __fmt, __wrfunc)\ argument 386 return (simple_attr_open(inode, filp, __get, __set, __fmt)); \
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/experimental/__simd/ |
| H A D | reference.h | 36 _LIBCPP_HIDE_FROM_ABI _Vp __get() const noexcept { return __s_.__get(__idx_); } in __get() function 51 _LIBCPP_HIDE_FROM_ABI operator value_type() const noexcept { return __get(); } in value_type()
|
| H A D | scalar.h | 35 _LIBCPP_HIDE_FROM_ABI _Tp __get([[maybe_unused]] size_t __idx) const noexcept {
|
| H A D | simd_mask.h | 63 _LIBCPP_HIDE_FROM_ABI value_type operator[](size_t __i) const noexcept { return __s_.__get(__i); }
|
| H A D | simd.h | 75 _LIBCPP_HIDE_FROM_ABI value_type operator[](size_t __i) const noexcept { return __s_.__get(__i); }
|
| H A D | vec_ext.h | 40 _LIBCPP_HIDE_FROM_ABI _Tp __get(size_t __idx) const noexcept {
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/__mdspan/ |
| H A D | extents.h | 59 …_LIBCPP_HIDE_FROM_ABI static constexpr _Tp __get(size_t __index) noexcept { return __array[__index… in __get() function 62 _LIBCPP_HIDE_FROM_ABI static constexpr _Tp __get() { in __get() function 63 return __get(_Index); in __get() 109 _LIBCPP_HIDE_FROM_ABI static constexpr size_t __get(size_t __index) { return __result[__index]; } 171 _TStatic __static_val = _StaticValues::__get(__i); 173 __dyn_vals_[_DynamicIdxMap::__get(__i)] = __values[__i]; 190 _TStatic __static_val = _StaticValues::__get(__i); 192 __dyn_vals_[_DynamicIdxMap::__get(__i)] = static_cast<_TDynamic>(__vals[__i]); 207 return _StaticValues::__get(__i); 212 _TStatic __static_val = _StaticValues::__get(__i); [all …]
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/__utility/ |
| H A D | no_destroy.h | 51 _LIBCPP_CONSTEXPR_SINCE_CXX14 _LIBCPP_HIDE_FROM_ABI _Tp& __get() { return __obj_; } in __get() function 52 _LIBCPP_CONSTEXPR_SINCE_CXX14 _LIBCPP_HIDE_FROM_ABI _Tp const& __get() const { return __obj_; } in __get() function
|
| H A D | small_buffer.h | 57 _LIBCPP_HIDE_FROM_ABI _Stored* __get() { in __get() function
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/ |
| H A D | optional | 761 return this->__get(); 770 return this->__get(); 778 swap(this->__get(), __opt.__get()); 802 return this->__get(); 807 return this->__get(); 812 return std::move(this->__get()); 817 return std::move(this->__get()); 822 using __base::__get; 828 return this->__get(); 834 return this->__get(); [all …]
|
| H A D | any | 333 return __get(const_cast<any&>(*__this), __info, __fallback_info); 370 …_LIBCPP_HIDE_FROM_ABI static void* __get(any& __this, type_info const* __info, const void* __fallb… 400 return __get(const_cast<any&>(*__this), __info, __fallback_info); 442 …_LIBCPP_HIDE_FROM_ABI static void* __get(any& __this, type_info const* __info, void const* __fallb…
|
| H A D | __tree | 1295 _LIBCPP_HIDE_FROM_ABI __node_pointer __get() const _NOEXCEPT { return __cache_elem_; } 1414 for (; __cache.__get() != nullptr && __first != __last; ++__first) { 1415 if (__node_assign_unique(*__first, __cache.__get()).second) 1434 for (; __cache.__get() && __first != __last; ++__first) { 1435 __cache.__get()->__value_ = *__first; 1436 __node_insert_multi(__cache.__get()); 1515 while (__cache.__get() != nullptr && __t.size() != 0) { 1516 __cache.__get()->__value_ = std::move(__t.remove(__t.begin())->__value_); 1517 __node_insert_multi(__cache.__get());
|
| H A D | forward_list | 552 std::__construct_at(std::addressof(*__guard.__get()), __next); 555 …__node_traits::construct(__a, std::addressof(__guard.__get()->__get_value()), std::forward<_Args>(…
|
| H A D | __locale | 160 long __get(); 168 __install_ctor(__other, __f, __f ? __f->id.__get() : 0);
|
| H A D | list | 563 std::__construct_at(std::addressof(*__guard.__get()), __prev, __next); 567 __alloc, std::addressof(__guard.__get()->__get_value()), std::forward<_Args>(__args)...);
|
| /freebsd-14.2/contrib/llvm-project/libcxx/src/ |
| H A D | locale.cpp | 155 install(f, f->id.__get()); in install() 365 long id = F::id.__get(); in install_from() 505 return &locale::__imp::classic_locale_imp_.__get(); in classic() 507 return classic_locale.__get(); in classic() 512 return g.__get(); in __global() 516 if (this != &locale::__imp::classic_locale_imp_.__get()) in acquire() 521 if (this != &locale::__imp::classic_locale_imp_.__get()) in release() 579 bool locale::has_facet(id& x) const { return __locale_->has_facet(x.__get()); } in has_facet() 581 const locale::facet* locale::use_facet(id& x) const { return __locale_->use_facet(x.__get()); } in use_facet() 597 long locale::id::__get() { in __get() function in locale::id
|