Home
last modified time | relevance | path

Searched refs:search_n (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dsearch_n.h139 …CPP_NODISCARD inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 _ForwardIterator search_n( in search_n() function
149 search_n(_ForwardIterator __first, _ForwardIterator __last, _Size __count, const _Tp& __value) { in search_n() function
150 return std::search_n(__first, __last, std::__convert_to_integral(__count), __value, __equal_to()); in search_n()
H A Dranges_search_n.h106 inline constexpr auto search_n = __search_n::__fn{};
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dalgorithm.cppm
H A Dalgorithm.inc149 using std::search_n;
152 using std::ranges::search_n;
/freebsd/contrib/llvm-project/libcxx/include/__pstl/internal/
H A Dglue_algorithm_defs.h
H A Dglue_algorithm_impl.h
H A Dalgorithm_impl.h
/freebsd/contrib/llvm-project/libcxx/include/
H A Dalgorithm915 ranges::search_n(I first, S last, iter_difference_t<I> count,
922 ranges::search_n(R&& r, range_difference_t<R> count,
1299 search_n(ForwardIterator first, ForwardIterator last, Size count, const T& value);
1303 search_n(ForwardIterator first, ForwardIterator last,
1891 #include <__algorithm/search_n.h>
H A Dmodule.modulemap993 …_algorithm_search_n [system] { header "__algorithm/search_n.h" }
/freebsd/lib/libc++/
H A DMakefile459 ALG_HEADERS+= search_n.h
H A Dlibcxx.imp182 { include: [ "<__algorithm/search_n.h>", "private", "<algorithm>", "public" ] },
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc2578 SYMBOL(search_n, std::, <algorithm>)
3717 SYMBOL(search_n, std::ranges::, <algorithm>)