Home
last modified time | relevance | path

Searched refs:__get (Results 1 – 20 of 20) sorted by relevance

/freebsd-14.2/contrib/llvm-project/libcxx/include/__memory/
H A Dcompressed_pair.h63 …_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 Dallocation_guard.h90 _LIBCPP_HIDE_FROM_ABI _Pointer __get() const _NOEXCEPT { return __ptr_; } in __get() function
H A Dshared_ptr.h823 …::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 Ddebugfs.h89 #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 Dfs.h382 #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 Dreference.h36 _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 Dscalar.h35 _LIBCPP_HIDE_FROM_ABI _Tp __get([[maybe_unused]] size_t __idx) const noexcept {
H A Dsimd_mask.h63 _LIBCPP_HIDE_FROM_ABI value_type operator[](size_t __i) const noexcept { return __s_.__get(__i); }
H A Dsimd.h75 _LIBCPP_HIDE_FROM_ABI value_type operator[](size_t __i) const noexcept { return __s_.__get(__i); }
H A Dvec_ext.h40 _LIBCPP_HIDE_FROM_ABI _Tp __get(size_t __idx) const noexcept {
/freebsd-14.2/contrib/llvm-project/libcxx/include/__mdspan/
H A Dextents.h59 …_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 Dno_destroy.h51 _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 Dsmall_buffer.h57 _LIBCPP_HIDE_FROM_ABI _Stored* __get() { in __get() function
/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A Doptional761 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 Dany333 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__tree1295 _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 Dforward_list552 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__locale160 long __get();
168 __install_ctor(__other, __f, __f ? __f->id.__get() : 0);
H A Dlist563 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 Dlocale.cpp155 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