Home
last modified time | relevance | path

Searched refs:__func_ (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/libcxx/include/__ranges/
H A Dtransform_view.h79 _LIBCPP_NO_UNIQUE_ADDRESS __movable_box<_Fn> __func_; variable
88 : __func_(std::in_place, std::move(__func)), __base_(std::move(__base)) {} in transform_view()
215 noexcept(noexcept(std::invoke(*__parent_->__func_, *__current_))) {
216 return std::invoke(*__parent_->__func_, *__current_);
264 noexcept(noexcept(std::invoke(*__parent_->__func_, __current_[__n])))
267 return std::invoke(*__parent_->__func_, __current_[__n]);
/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A Dfuture764 _Fp __func_;
773 inline __deferred_assoc_state<_Rp, _Fp>::__deferred_assoc_state(_Fp&& __f) : __func_(std::forward<_…
782 this->set_value(__func_());
794 _Fp __func_;
812 __func_();
825 _Fp __func_;
836 inline __async_assoc_state<_Rp, _Fp>::__async_assoc_state(_Fp&& __f) : __func_(std::forward<_Fp>(__…
843 this->set_value(__func_());
861 _Fp __func_;
872 inline __async_assoc_state<void, _Fp>::__async_assoc_state(_Fp&& __f) : __func_(std::forward<_Fp>(_…
[all …]