Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__memory/
H A Dcompressed_pair.h62 …_LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 reference __get() _NOEXCEPT { return __value_;… in __get() function
63 …_LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR const_reference __get() const _NOEXCEPT { return __value_;… in __get() function
91 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 reference __get() _NOEXCEPT { return *this; }
92 _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.h35 // 2 do_some_initialization_that_may_throw(guard.__get());
90 _LIBCPP_HIDE_FROM_ABI _Pointer __get() const _NOEXCEPT { return __ptr_; } in __release_ptr()
95 _Pointer __get() const _NOEXCEPT { __get() function
H A Dshared_ptr.h843 …::new ((void*)std::addressof(*__guard.__get())) _ControlBlock(__a, std::forward<_Args>(__args)...);
971 …_ControlBlock* __control_block = reinterpret_cast<_ControlBlock*>(std::addressof(*__guard.__get())…
1044 …_ControlBlock* __control_block = reinterpret_cast<_ControlBlock*>(std::addressof(*__guard.__get())…
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Ddebugfs.h91 #define DEFINE_DEBUGFS_ATTRIBUTE(__fops, __get, __set, __fmt) \ argument
92 DEFINE_SIMPLE_ATTRIBUTE(__fops, __get, __set, __fmt)
93 #define DEFINE_DEBUGFS_ATTRIBUTE_SIGNED(__fops, __get, __set, __fmt) \ argument
94 DEFINE_SIMPLE_ATTRIBUTE_SIGNED(__fops, __get, __set, __fmt)
H A Dfs.h387 #define __DEFINE_SIMPLE_ATTRIBUTE(__fops, __get, __set, __fmt, __wrfunc)\ argument
391 return (simple_attr_open(inode, filp, __get, __set, __fmt)); \
/freebsd/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/contrib/llvm-project/libcxx/include/__utility/
H A Dno_destroy.h45 _LIBCPP_HIDE_FROM_ABI _Tp& __get() { return *reinterpret_cast<_Tp*>(__obj_); } in __get() function
46 _LIBCPP_HIDE_FROM_ABI _Tp const& __get() const { return *reinterpret_cast<const _Tp*>(__obj_); } in __get() function
H A Dsmall_buffer.h57 _LIBCPP_HIDE_FROM_ABI _Stored* __get() { in __get() function
/freebsd/contrib/llvm-project/libcxx/include/
H A Doptional355 _LIBCPP_HIDE_FROM_ABI constexpr value_type& __get() & noexcept { return this->__val_; }
356 _LIBCPP_HIDE_FROM_ABI constexpr const value_type& __get() const& noexcept { return this->__val_; }
357 …_LIBCPP_HIDE_FROM_ABI constexpr value_type&& __get() && noexcept { return std::move(this->__val_);…
358 …_LIBCPP_HIDE_FROM_ABI constexpr const value_type&& __get() const&& noexcept { return std::move(thi…
370 __construct(std::forward<_That>(__opt).__get());
377 this->__val_ = std::forward<_That>(__opt).__get();
382 __construct(std::forward<_That>(__opt).__get());
426 _LIBCPP_HIDE_FROM_ABI constexpr value_type& __get() const& noexcept { return *__value_; }
428 …_LIBCPP_HIDE_FROM_ABI constexpr value_type&& __get() const&& noexcept { return std::forward<value_…
442 __construct(std::forward<_That>(__opt).__get());
[all …]
H A Dany330 return __get(const_cast<any&>(*__this), __info, __fallback_info);
367 …_LIBCPP_HIDE_FROM_ABI static void* __get(any& __this, type_info const* __info, const void* __fallb…
397 return __get(const_cast<any&>(*__this), __info, __fallback_info);
439 …_LIBCPP_HIDE_FROM_ABI static void* __get(any& __this, type_info const* __info, void const* __fallb…
H A Dvalarray752 // __get(size_t)
755 // __get(__val_expr, size_t)
759 // __get(size_t)
952 _LIBCPP_HIDE_FROM_ABI typename _Expr::value_type __get(const _Expr& __v, size_t __i) {
953 return __v.__get(__i);
958 _LIBCPP_HIDE_FROM_ABI typename _Expr::value_type __get(const _Expr& __v, size_t __i) {
1085 _LIBCPP_HIDE_FROM_ABI value_type __get(size_t __i) const {
1086 _LIBCPP_ASSERT_VALID_ELEMENT_ACCESS(__i < __size_, "slice_array.__get() index out of bounds");
1312 _LIBCPP_HIDE_FROM_ABI value_type __get(size_t __i) const {
1313 …_LIBCPP_ASSERT_VALID_ELEMENT_ACCESS(__i < __1d_.size(), "gslice_array.__get() index out of bounds"…
[all …]
H A Dios533 _LIBCPP_HIDE_FROM_ABI typename _Traits::int_type __get() const { return __fill_val_; }
548 _LIBCPP_HIDE_FROM_ABI typename _Traits::int_type __get() const { return __fill_val_; }
696 return __fill_.__get();
703 char_type __r = __fill_.__get();
H A D__tree1288 _LIBCPP_HIDE_FROM_ABI __node_pointer __get() const _NOEXCEPT { return __cache_elem_; }
1407 for (; __cache.__get() != nullptr && __first != __last; ++__first) {
1408 if (__node_assign_unique(*__first, __cache.__get()).second)
1427 for (; __cache.__get() && __first != __last; ++__first) {
1428 __cache.__get()->__value_ = *__first;
1429 __node_insert_multi(__cache.__get());
1508 while (__cache.__get() != nullptr && __t.size() != 0) {
1509 __cache.__get()->__value_ = std::move(__t.remove(__t.begin())->__value_);
1510 __node_insert_multi(__cache.__get());
H A D__locale142 long __get();
150 __install_ctor(__other, __f, __f ? __f->id.__get() : 0);
H A Dforward_list548 std::__construct_at(std::addressof(*__guard.__get()), __next);
551 …__node_traits::construct(__a, std::addressof(__guard.__get()->__get_value()), std::forward<_Args>(…
H A Dlist560 std::__construct_at(std::addressof(*__guard.__get()), __prev, __next);
564 __alloc, std::addressof(__guard.__get()->__get_value()), std::forward<_Args>(__args)...);
/freebsd/contrib/llvm-project/libcxx/include/experimental/__simd/
H A Dreference.h40 _LIBCPP_HIDE_FROM_ABI _Vp __get() const noexcept { return __s_.__get(__idx_); } in __get() function
55 _LIBCPP_HIDE_FROM_ABI operator value_type() const noexcept { return __get(); } in value_type()
H A Dscalar.h36 _LIBCPP_HIDE_FROM_ABI _Tp __get([[maybe_unused]] size_t __idx) const noexcept {
H A Dsimd_mask.h74 _LIBCPP_HIDE_FROM_ABI value_type operator[](size_t __i) const noexcept { return __s_.__get(__i); }
H A Dsimd.h86 _LIBCPP_HIDE_FROM_ABI value_type operator[](size_t __i) const noexcept { return __s_.__get(__i); }
H A Dvec_ext.h41 _LIBCPP_HIDE_FROM_ABI _Tp __get(size_t __idx) const noexcept {
/freebsd/contrib/llvm-project/libcxx/include/__locale_dir/locale_base_api/
H A Dwin32.h75 lconv* __get() { return &__lc_; } in __get() function
145 return __lc_->__get(); in __store_lconv()
/freebsd/contrib/llvm-project/libcxx/src/
H A Dlocale.cpp153 install(f, f->id.__get()); in install()
363 long id = F::id.__get(); in install_from()
503 return &locale::__imp::classic_locale_imp_.__get(); in classic()
505 return classic_locale.__get(); in classic()
510 return g.__get(); in __global()
514 if (this != &locale::__imp::classic_locale_imp_.__get()) in acquire()
519 if (this != &locale::__imp::classic_locale_imp_.__get()) in release()
577 bool locale::has_facet(id& x) const { return __locale_->has_facet(x.__get()); } in has_facet()
579 const locale::facet* locale::use_facet(id& x) const { return __locale_->use_facet(x.__get()); } in use_facet()
595 long locale::id::__get() { in __get() function in locale::id