/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ |
H A D | lexicographical_compare.h | 40 …_NODISCARD inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 bool lexicographical_compare( in lexicographical_compare() function 50 …_NODISCARD inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 bool lexicographical_compare( in lexicographical_compare() function 52 return std::lexicographical_compare(__first1, __last1, __first2, __last2, __less<>()); in lexicographical_compare()
|
H A D | ranges_lexicographical_compare.h | 96 inline constexpr auto lexicographical_compare = __lexicographical_compare::__fn{};
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Basic/ |
H A D | SequenceToOffsetTable.h | 56 return std::lexicographical_compare(A.rbegin(), A.rend(), B.rbegin(), in operator()
|
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
H A D | OMP.cpp | 160 return std::lexicographical_compare(BeginA, EndA, BeginB, EndB); in getCompoundConstruct()
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | algorithm.cppm |
|
H A D | algorithm.inc | 596 using std::lexicographical_compare; 599 using std::ranges::lexicographical_compare;
|
/freebsd/contrib/llvm-project/libcxx/include/__pstl/internal/ |
H A D | glue_algorithm_defs.h |
|
H A D | glue_algorithm_impl.h |
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | array | 116 #include <__algorithm/lexicographical_compare.h> 402 return std::lexicographical_compare(__x.begin(), __x.end(), __y.begin(), __y.end());
|
H A D | set | 516 #include <__algorithm/lexicographical_compare.h> 964 return std::lexicographical_compare(__x.begin(), __x.end(), __y.begin(), __y.end()); 1423 return std::lexicographical_compare(__x.begin(), __x.end(), __y.begin(), __y.end());
|
H A D | algorithm | 692 ranges::lexicographical_compare(I1 first1, S1 last1, I2 first2, S2 last2, 700 ranges::lexicographical_compare(R1&& r1, R2&& r2, Comp comp = {}, 1783 …lexicographical_compare(InputIterator1 first1, InputIterator1 last1, InputIterator2 first2, InputI… 1787 lexicographical_compare(InputIterator1 first1, InputIterator1 last1, 1854 #include <__algorithm/lexicographical_compare.h>
|
H A D | forward_list | 199 #include <__algorithm/lexicographical_compare.h> 1495 return std::lexicographical_compare(__x.begin(), __x.end(), __y.begin(), __y.end());
|
H A D | map | 575 #include <__algorithm/lexicographical_compare.h> 1588 return std::lexicographical_compare(__x.begin(), __x.end(), __y.begin(), __y.end()); 2101 return std::lexicographical_compare(__x.begin(), __x.end(), __y.begin(), __y.end());
|
H A D | list | 202 #include <__algorithm/lexicographical_compare.h> 1654 return std::lexicographical_compare(__x.begin(), __x.end(), __y.begin(), __y.end());
|
H A D | deque | 185 #include <__algorithm/lexicographical_compare.h> 2536 return std::lexicographical_compare(__x.begin(), __x.end(), __y.begin(), __y.end());
|
H A D | vector | 312 #include <__algorithm/lexicographical_compare.h> 2921 return std::lexicographical_compare(__x.begin(), __x.end(), __y.begin(), __y.end());
|
H A D | module.modulemap | 685 …cographical_compare [system] { header "__algorithm/lexicographical_compare.h" }
|
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
H A D | MemProf.cpp | 540 return std::lexicographical_compare( in build()
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | DirectiveEmitter.cpp | 568 return std::lexicographical_compare(&LeavesA[2], &LeavesA[2] + LeavesA[1], in EmitLeafTable()
|
H A D | AsmMatcherEmitter.cpp | 1250 return std::lexicographical_compare(LHS.begin(), LHS.end(), RHS.begin(), in operator ()()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | SmallVector.h | 973 return std::lexicographical_compare(this->begin(), this->end(),
|
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/ |
H A D | CoverageMapping.cpp | 1043 return std::lexicographical_compare(A.begin(), A.end(), B.begin(), in load()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineScheduler.cpp | 1770 if (std::lexicographical_compare(BaseOps.begin(), BaseOps.end(), in operator <() 1774 if (std::lexicographical_compare(RHS.BaseOps.begin(), RHS.BaseOps.end(), in operator <()
|
/freebsd/lib/libc++/ |
H A D | Makefile | 326 ALG_HEADERS+= lexicographical_compare.h
|
H A D | libcxx.imp | 49 { include: [ "<__algorithm/lexicographical_compare.h>", "private", "<algorithm>", "public" ] },
|