Home
last modified time | relevance | path

Searched refs:totally_ordered (Results 1 – 10 of 10) sorted by relevance

/src/contrib/llvm-project/libcxx/include/__concepts/
H A Dtotally_ordered.h41 concept totally_ordered = equality_comparable<_Tp> && __partially_ordered_with<_Tp, _Tp>; variable
46 totally_ordered<_Tp> && totally_ordered<_Up> &&
48 totally_ordered<
/src/contrib/llvm-project/libcxx/include/__ranges/
H A Diota_view.h84 __decrementable<_Iter> && totally_ordered<_Iter> &&
205 requires totally_ordered<_Start>
211 requires totally_ordered<_Start>
217 requires totally_ordered<_Start>
223 requires totally_ordered<_Start>
229 requires totally_ordered<_Start> && three_way_comparable<_Start>
/src/contrib/llvm-project/libcxx/modules/std/
H A Dconcepts.inc67 // [concept.totallyordered], concept totally_ordered
68 using std::totally_ordered;
/src/contrib/llvm-project/libcxx/include/
H A Dconcepts88 // [concept.totallyordered], concept totally_ordered
90 concept totally_ordered = see below;
156 # include <__concepts/totally_ordered.h>
H A Dmodule.modulemap1217 module std_private_concepts_totally_ordered [system] { header "__concepts/totally_ordered.h" }
/src/contrib/llvm-project/libcxx/include/__iterator/
H A Dconcepts.h155 totally_ordered<_Ip> && sized_sentinel_for<_Ip, _Ip> &&
H A Diterator_traits.h190 __cpp17_bidirectional_iterator<_Ip> && totally_ordered<_Ip> &&
/src/lib/libc++/
H A DMakefile626 CON_HEADERS+= totally_ordered.h
H A Dlibcxx.imp315 { include: [ "<__concepts/totally_ordered.h>", "private", "<concepts>", "public" ] },
/src/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc2918 SYMBOL(totally_ordered, std::, <concepts>)