Home
last modified time | relevance | path

Searched refs:__decay_copy (Results 1 – 9 of 9) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/libcxx/include/__ranges/
Daccess.h49 { _VSTD::__decay_copy(__t.begin()) } -> input_or_output_iterator; in requires()
61 { _VSTD::__decay_copy(begin(__t)) } -> input_or_output_iterator;
80 noexcept(noexcept(_VSTD::__decay_copy(__t.begin()))) in operator()
88 noexcept(noexcept(_VSTD::__decay_copy(begin(__t)))) in operator()
113 { _VSTD::__decay_copy(_VSTD::forward<_Tp>(__t).end()) } -> sentinel_for<iterator_t<_Tp> >; in requires()
126 { _VSTD::__decay_copy(end(_VSTD::forward<_Tp>(__t))) } -> sentinel_for<iterator_t<_Tp> >;
145 noexcept(noexcept(_VSTD::__decay_copy(__t.end()))) in operator()
153 noexcept(noexcept(_VSTD::__decay_copy(end(__t)))) in operator()
Dsize.h47 { _VSTD::__decay_copy(_VSTD::forward<_Tp>(__t).size()) } -> __integer_like; in requires()
56 { _VSTD::__decay_copy(size(_VSTD::forward<_Tp>(__t))) } -> __integer_like;
Dall.h43 noexcept(noexcept(_VSTD::__decay_copy(_VSTD::forward<_Tp>(__t)))) in operator()
/freebsd-12-stable/contrib/llvm-project/libcxx/include/__utility/
D__decay_copy.h27 inline _LIBCPP_INLINE_VISIBILITY typename decay<_Tp>::type __decay_copy(_Tp&& __t) in __decay_copy() function
/freebsd-12-stable/contrib/llvm-project/libcxx/include/
Dthread90 #include <__utility/__decay_copy.h>
305 _VSTD::__decay_copy(_VSTD::forward<_Fp>(__f)),
306 _VSTD::__decay_copy(_VSTD::forward<_Args>(__args))...));
Dfuture369 #include <__utility/__decay_copy.h>
2210 … return _VSTD::__make_async_assoc_state<_Rp>(_BF(_VSTD::__decay_copy(_VSTD::forward<_Fp>(__f)),
2211 … _VSTD::__decay_copy(_VSTD::forward<_Args>(__args))...));
2218 … return _VSTD::__make_deferred_assoc_state<_Rp>(_BF(_VSTD::__decay_copy(_VSTD::forward<_Fp>(__f)),
2219 … _VSTD::__decay_copy(_VSTD::forward<_Args>(__args))...));
Dmodule.modulemap743 module __decay_copy { private header "__utility/__decay_copy.h" }
/freebsd-12-stable/lib/libc++/
DMakefile477 UTL_HEADERS+= __decay_copy.h
/freebsd-12-stable/tools/build/mk/
DOptionalObsoleteFiles.inc4948 OLD_FILES+=usr/include/c++/v1/__utility/__decay_copy.h