Searched refs:adjacent_find (Results 1 – 15 of 15) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/libcxx/include/__algorithm/ |
| D | adjacent_find.h | 28 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()
|
| D | unique.h | 34 …__first = _VSTD::adjacent_find<_ForwardIterator, typename add_lvalue_reference<_BinaryPredicate>::… in unique()
|
| /freebsd-12-stable/contrib/libstdc++/include/backward/ |
| D | algo.h | 72 using std::adjacent_find;
|
| /freebsd-12-stable/contrib/llvm-project/libcxx/include/ |
| D | algorithm | 75 adjacent_find(ForwardIterator first, ForwardIterator last); 79 adjacent_find(ForwardIterator first, ForwardIterator last, BinaryPredicate pred); 663 #include <__algorithm/adjacent_find.h>
|
| D | module.modulemap | 222 module adjacent_find { private header "__algorithm/adjacent_find.h" }
|
| /freebsd-12-stable/lib/libc++/ |
| D | Makefile | 249 ALG_HEADERS+= adjacent_find.h
|
| /freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Utility/ |
| D | RangeMap.h | 197 auto first_intersect = std::adjacent_find( in CombineConsecutiveRanges()
|
| /freebsd-12-stable/contrib/libstdc++/include/bits/ |
| D | stl_algo.h | 362 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/ |
| D | SemaStmtAsm.cpp | 715 std::adjacent_find(begin(NamedOperandList), end(NamedOperandList), in ActOnGCCAsmStmt()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/ |
| D | X86IntrinsicsInfo.h | 1163 assert((std::adjacent_find(std::begin(IntrinsicsWithoutChain), in verifyIntrinsicTables() 1166 (std::adjacent_find(std::begin(IntrinsicsWithChain), in verifyIntrinsicTables()
|
| D | X86InstrFoldTables.cpp | 5553 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++/ |
| D | ChangeLog-2005 | 3000 * testsuite/25_algorithms/adjacent_find/1.cc: New. 3001 * testsuite/25_algorithms/adjacent_find/check_type.cc: New.
|
| D | ChangeLog-2002 | 4467 adjacent_find, count, count_if, search, search_n, swap_ranges,
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| D | AArch64InstrInfo.cpp | 6470 if (std::adjacent_find( in getOutliningCandidateInfo()
|
| /freebsd-12-stable/tools/build/mk/ |
| D | OptionalObsoleteFiles.inc | 4731 OLD_FILES+=usr/include/c++/v1/__algorithm/adjacent_find.h
|