Home
last modified time | relevance | path

Searched defs:__rewrap (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/llvm-project/libcxx/include/__algorithm/
H A Dunwrap_range.h49 __rewrap(_Iter __orig_iter, decltype(std::__unwrap_iter(std::move(__orig_iter))) __iter) in __rewrap() function
55 _LIBCPP_HIDE_FROM_ABI static constexpr auto __rewrap(const _Iter&, _Iter __iter) in __rewrap() function
H A Dunwrap_iter.h39 static _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR _Iter __rewrap(_Iter, _Iter __iter) { return __iter; } in __rewrap() function
/freebsd-src/contrib/llvm-project/libcxx/include/__iterator/
H A Dreverse_iterator.h475 __rewrap(_ReverseWrapper __orig_iter, _UnwrappedIter __unwrapped_iter) { __rewrap() function