Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/libcxx/include/__algorithm/
H A Dunwrap_range.h37 _LIBCPP_HIDE_FROM_ABI static constexpr auto __unwrap(_Iter __first, _Sent __sent) in __unwrap() function
44 _LIBCPP_HIDE_FROM_ABI static constexpr auto __unwrap(_Iter __first, _Sent __last) { in __unwrap() function
H A Dunwrap_iter.h40 static _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR _Iter __unwrap(_Iter __i) _NOEXCEPT { return __i; } in __unwrap() function
/freebsd-src/contrib/llvm-project/libcxx/include/__iterator/
H A Dreverse_iterator.h480 static _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR _UnwrappedIter __unwrap(_ReverseWrapper __i) _NOEXCEPT { __unwrap() function