Home
last modified time | relevance | path

Searched refs:mismatch_result (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dranges_mismatch.h40 using mismatch_result = in_in_result<_I1, _I2>; variable
45 static _LIBCPP_HIDE_FROM_ABI constexpr mismatch_result<_I1, _I2>
68 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr mismatch_result<_I1, _I2> operator()( in operator()
81 …_LIBCPP_HIDE_FROM_ABI constexpr mismatch_result<borrowed_iterator_t<_R1>, borrowed_iterator_t<_R2>>
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dalgorithm.cppm
H A Dalgorithm.inc123 using std::ranges::mismatch_result;
/freebsd/contrib/llvm-project/libcxx/include/
H A Dalgorithm65 using mismatch_result = in_in_result<I1, I2>;
70 …constexpr mismatch_result<_I1, _I2> …
76 constexpr mismatch_result<borrowed_iterator_t<R1>, borrowed_iterator_t<R2>>
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc3659 SYMBOL(mismatch_result, std::ranges::, <algorithm>)