Home
last modified time | relevance | path

Searched refs:lexicographical_compare (Results 1 – 25 of 27) sorted by relevance

12

/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dlexicographical_compare.h40 …_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 Dranges_lexicographical_compare.h96 inline constexpr auto lexicographical_compare = __lexicographical_compare::__fn{};
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Basic/
H A DSequenceToOffsetTable.h56 return std::lexicographical_compare(A.rbegin(), A.rend(), B.rbegin(), in operator()
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMP.cpp160 return std::lexicographical_compare(BeginA, EndA, BeginB, EndB); in getCompoundConstruct()
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dalgorithm.cppm
H A Dalgorithm.inc596 using std::lexicographical_compare;
599 using std::ranges::lexicographical_compare;
/freebsd/contrib/llvm-project/libcxx/include/__pstl/internal/
H A Dglue_algorithm_defs.h
H A Dglue_algorithm_impl.h
/freebsd/contrib/llvm-project/libcxx/include/
H A Darray116 #include <__algorithm/lexicographical_compare.h>
402 return std::lexicographical_compare(__x.begin(), __x.end(), __y.begin(), __y.end());
H A Dset516 #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 Dalgorithm692 ranges::lexicographical_compare(I1 first1, S1 last1, I2 first2, S2 last2,
700 ranges::lexicographical_compare(R1&& r1, R2&& r2, Comp comp = {},
1783lexicographical_compare(InputIterator1 first1, InputIterator1 last1, InputIterator2 first2, InputI…
1787 lexicographical_compare(InputIterator1 first1, InputIterator1 last1,
1854 #include <__algorithm/lexicographical_compare.h>
H A Dforward_list199 #include <__algorithm/lexicographical_compare.h>
1495 return std::lexicographical_compare(__x.begin(), __x.end(), __y.begin(), __y.end());
H A Dmap575 #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 Dlist202 #include <__algorithm/lexicographical_compare.h>
1654 return std::lexicographical_compare(__x.begin(), __x.end(), __y.begin(), __y.end());
H A Ddeque185 #include <__algorithm/lexicographical_compare.h>
2536 return std::lexicographical_compare(__x.begin(), __x.end(), __y.begin(), __y.end());
H A Dvector312 #include <__algorithm/lexicographical_compare.h>
2921 return std::lexicographical_compare(__x.begin(), __x.end(), __y.begin(), __y.end());
H A Dmodule.modulemap685 …cographical_compare [system] { header "__algorithm/lexicographical_compare.h" }
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DMemProf.cpp540 return std::lexicographical_compare( in build()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDirectiveEmitter.cpp568 return std::lexicographical_compare(&LeavesA[2], &LeavesA[2] + LeavesA[1], in EmitLeafTable()
H A DAsmMatcherEmitter.cpp1250 return std::lexicographical_compare(LHS.begin(), LHS.end(), RHS.begin(), in operator ()()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSmallVector.h973 return std::lexicographical_compare(this->begin(), this->end(),
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp1043 return std::lexicographical_compare(A.begin(), A.end(), B.begin(), in load()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineScheduler.cpp1770 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 DMakefile326 ALG_HEADERS+= lexicographical_compare.h
H A Dlibcxx.imp49 { include: [ "<__algorithm/lexicographical_compare.h>", "private", "<algorithm>", "public" ] },

12