Home
last modified time | relevance | path

Searched refs:adjacent_find (Results 1 – 15 of 15) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/libcxx/include/__algorithm/
Dadjacent_find.h28 adjacent_find(_ForwardIterator __first, _ForwardIterator __last, _BinaryPredicate __pred) { in adjacent_find() function
42 adjacent_find(_ForwardIterator __first, _ForwardIterator __last) { in adjacent_find() function
44 return _VSTD::adjacent_find(__first, __last, __equal_to<__v>()); in adjacent_find()
Dunique.h34 …__first = _VSTD::adjacent_find<_ForwardIterator, typename add_lvalue_reference<_BinaryPredicate>::… in unique()
/freebsd-12-stable/contrib/libstdc++/include/backward/
Dalgo.h72 using std::adjacent_find;
/freebsd-12-stable/contrib/llvm-project/libcxx/include/
Dalgorithm75 adjacent_find(ForwardIterator first, ForwardIterator last);
79 adjacent_find(ForwardIterator first, ForwardIterator last, BinaryPredicate pred);
663 #include <__algorithm/adjacent_find.h>
Dmodule.modulemap222 module adjacent_find { private header "__algorithm/adjacent_find.h" }
/freebsd-12-stable/lib/libc++/
DMakefile249 ALG_HEADERS+= adjacent_find.h
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Utility/
DRangeMap.h197 auto first_intersect = std::adjacent_find( in CombineConsecutiveRanges()
/freebsd-12-stable/contrib/libstdc++/include/bits/
Dstl_algo.h362 adjacent_find(_ForwardIterator __first, _ForwardIterator __last) in adjacent_find() function
393 adjacent_find(_ForwardIterator __first, _ForwardIterator __last, in adjacent_find() function
1572 __first = std::adjacent_find(__first, __last); in unique()
1613 __first = std::adjacent_find(__first, __last, __binary_pred); in unique()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaStmtAsm.cpp715 std::adjacent_find(begin(NamedOperandList), end(NamedOperandList), in ActOnGCCAsmStmt()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
DX86IntrinsicsInfo.h1163 assert((std::adjacent_find(std::begin(IntrinsicsWithoutChain), in verifyIntrinsicTables()
1166 (std::adjacent_find(std::begin(IntrinsicsWithChain), in verifyIntrinsicTables()
DX86InstrFoldTables.cpp5553 std::adjacent_find(std::begin(MemoryFoldTable2Addr), in lookupFoldTableImpl()
5558 std::adjacent_find(std::begin(MemoryFoldTable0), in lookupFoldTableImpl()
5563 std::adjacent_find(std::begin(MemoryFoldTable1), in lookupFoldTableImpl()
5568 std::adjacent_find(std::begin(MemoryFoldTable2), in lookupFoldTableImpl()
5573 std::adjacent_find(std::begin(MemoryFoldTable3), in lookupFoldTableImpl()
5578 std::adjacent_find(std::begin(MemoryFoldTable4), in lookupFoldTableImpl()
5583 std::adjacent_find(std::begin(BroadcastFoldTable2), in lookupFoldTableImpl()
5588 std::adjacent_find(std::begin(BroadcastFoldTable3), in lookupFoldTableImpl()
5673 assert(std::adjacent_find(Table.begin(), Table.end()) == Table.end() && in X86MemUnfoldTable()
/freebsd-12-stable/contrib/libstdc++/
DChangeLog-20053000 * testsuite/25_algorithms/adjacent_find/1.cc: New.
3001 * testsuite/25_algorithms/adjacent_find/check_type.cc: New.
DChangeLog-20024467 adjacent_find, count, count_if, search, search_n, swap_ranges,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
DAArch64InstrInfo.cpp6470 if (std::adjacent_find( in getOutliningCandidateInfo()
/freebsd-12-stable/tools/build/mk/
DOptionalObsoleteFiles.inc4731 OLD_FILES+=usr/include/c++/v1/__algorithm/adjacent_find.h