Home
last modified time | relevance | path

Searched refs:out_value_result (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dout_value_result.h31 struct out_value_result { struct
37 _LIBCPP_HIDE_FROM_ABI constexpr operator out_value_result<_OutIter2, _ValType2>() const& { in out_value_result() argument
43 _LIBCPP_HIDE_FROM_ABI constexpr operator out_value_result<_OutIter2, _ValType2>() && { in out_value_result() argument
/freebsd/contrib/llvm-project/libcxx/include/__numeric/
H A Dranges_iota.h34 using iota_result = ranges::out_value_result<_Out, _Tp>;
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dalgorithm.cppm
H A Dalgorithm.inc24 using std::ranges::out_value_result;
/freebsd/lib/libc++/
H A Dmodule.modulemap488 module out_value_result { header "__algorithm/out_value_result.h" }
H A Dlibcxx.imp68 { include: [ "<__algorithm/out_value_result.h>", "private", "<algorithm>", "public" ] },
H A DMakefile350 ALG_HEADERS+= out_value_result.h
/freebsd/contrib/llvm-project/libcxx/include/
H A Dmodule.modulemap.in488 module out_value_result { header "__algorithm/out_value_result.h" }
H A Dalgorithm49 struct out_value_result; // since C++23
1942 # include <__algorithm/out_value_result.h>
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc3760 SYMBOL(out_value_result, std::ranges::, <algorithm>)