Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/libcxx/include/__ranges/
H A Dtransform_view.h51 [[no_unique_address]] __copyable_box<_Fn> __func_; variable
61 : __func_(_VSTD::in_place, _VSTD::move(__func)), __base_(_VSTD::move(__base)) {} in transform_view()
197 noexcept(noexcept(_VSTD::invoke(*__parent_->__func_, *__current_)))
199 return _VSTD::invoke(*__parent_->__func_, *__current_);
255 noexcept(noexcept(_VSTD::invoke(*__parent_->__func_, __current_[__n])))
258 return _VSTD::invoke(*__parent_->__func_, __current_[__n]);
/freebsd-13.1/contrib/llvm-project/libcxx/include/
H A Dfuture844 _Fp __func_;
856 : __func_(_VSTD::forward<_Fp>(__f))
869 this->set_value(__func_());
885 _Fp __func_;
897 : __func_(_VSTD::forward<_Fp>(__f))
910 __func_();
927 _Fp __func_;
940 : __func_(_VSTD::forward<_Fp>(__f))
952 this->set_value(__func_());
976 _Fp __func_;
[all …]