Home
last modified time | relevance | path

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

/freebsd-14.2/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<
/freebsd-14.2/contrib/llvm-project/libcxx/include/__ranges/
H A Diota_view.h85 __decrementable<_Iter> && totally_ordered<_Iter> &&
206 requires totally_ordered<_Start>
212 requires totally_ordered<_Start>
218 requires totally_ordered<_Start>
224 requires totally_ordered<_Start>
230 requires totally_ordered<_Start> && three_way_comparable<_Start>
/freebsd-14.2/contrib/llvm-project/libcxx/modules/std/
H A Dconcepts.inc67 // [concept.totallyordered], concept totally_ordered
68 using std::totally_ordered;
/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A Dconcepts88 // [concept.totallyordered], concept totally_ordered
90 concept totally_ordered = see below;
154 #include <__concepts/totally_ordered.h>
H A Dlibcxx.imp331 { include: [ "<__concepts/totally_ordered.h>", "private", "<concepts>", "public" ] },
H A Dmodule.modulemap.in1236 module std_private_concepts_totally_ordered [system] { header "__concepts/totally_ordered.h" }
/freebsd-14.2/contrib/llvm-project/libcxx/include/__iterator/
H A Dconcepts.h155 totally_ordered<_Ip> && sized_sentinel_for<_Ip, _Ip> &&
H A Diterator_traits.h191 __cpp17_bidirectional_iterator<_Ip> && totally_ordered<_Ip> &&
/freebsd-14.2/lib/libc++/
H A DMakefile652 CON_HEADERS+= totally_ordered.h
H A Dmodule.modulemap1236 module std_private_concepts_totally_ordered [system] { header "__concepts/totally_ordered.h" }
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc2918 SYMBOL(totally_ordered, std::, <concepts>)