Home
last modified time | relevance | path

Searched refs:totally_ordered_with (Results 1 – 6 of 6) sorted by relevance

/src/contrib/llvm-project/libcxx/include/__functional/
H A Dranges_operations.h53 requires totally_ordered_with<_Tp, _Up>
64 requires totally_ordered_with<_Tp, _Up>
75 requires totally_ordered_with<_Tp, _Up>
86 requires totally_ordered_with<_Tp, _Up>
/src/contrib/llvm-project/libcxx/include/__concepts/
H A Dtotally_ordered.h45 concept totally_ordered_with = variable
/src/contrib/llvm-project/libcxx/modules/std/
H A Dconcepts.inc69 using std::totally_ordered_with;
/src/contrib/llvm-project/libcxx/include/
H A Dconcepts92 concept totally_ordered_with = see below;
/src/contrib/llvm-project/libcxx/include/__ranges/
H A Diota_view.h314 if constexpr (totally_ordered_with<_Start, _BoundSentinel>) {
/src/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc2919 SYMBOL(totally_ordered_with, std::, <concepts>)