Searched refs:__result_ (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ |
H A D | copy.h | 52 _OutIter& __result_; member 55 : __result_(__result) {} in _CopySegment() 59 __result_ = std::__copy<_AlgPolicy>(__lfirst, __llast, std::move(__result_)).second; in operator()
|
H A D | move.h | 53 _OutIter& __result_; member 56 : __result_(__result) {} in _MoveSegment() 60 __result_ = std::__move<_AlgPolicy>(__lfirst, __llast, std::move(__result_)).second; in operator()
|
/freebsd/contrib/llvm-project/libcxx/include/__pstl/backends/ |
H A D | libdispatch.h | 101 : __mid1_(__mid1), __mid2_(__mid2), __result_(__result) {} 105 _RandomAccessIteratorOut __result_; 201 __first_iters.__result_,
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | regex | 5479 const value_type* __result_; 5555 _LIBCPP_HIDE_FROM_ABI const value_type& operator*() const { return *__result_; } 5556 _LIBCPP_HIDE_FROM_ABI const value_type* operator->() const { return __result_; } 5569 __result_ = &__position_->prefix(); 5571 __result_ = &(*__position_)[__subs_[__n_]]; 5577 : __result_(nullptr), __suffix_(), __n_(0) {} 5588 __result_ = &__suffix_; 5590 __result_ = nullptr; 5645 __result_(__x.__result_), 5649 if (__x.__result_ == &__x.__suffix_) [all …]
|