Searched refs:totally_ordered (Results 1 – 10 of 10) sorted by relevance
| /src/contrib/llvm-project/libcxx/include/__concepts/ |
| H A D | totally_ordered.h | 41 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 D | iota_view.h | 84 __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 D | concepts.inc | 67 // [concept.totallyordered], concept totally_ordered 68 using std::totally_ordered;
|
| /src/contrib/llvm-project/libcxx/include/ |
| H A D | concepts | 88 // [concept.totallyordered], concept totally_ordered 90 concept totally_ordered = see below; 156 # include <__concepts/totally_ordered.h>
|
| H A D | module.modulemap | 1217 module std_private_concepts_totally_ordered [system] { header "__concepts/totally_ordered.h" }
|
| /src/contrib/llvm-project/libcxx/include/__iterator/ |
| H A D | concepts.h | 155 totally_ordered<_Ip> && sized_sentinel_for<_Ip, _Ip> &&
|
| H A D | iterator_traits.h | 190 __cpp17_bidirectional_iterator<_Ip> && totally_ordered<_Ip> &&
|
| /src/lib/libc++/ |
| H A D | Makefile | 626 CON_HEADERS+= totally_ordered.h
|
| H A D | libcxx.imp | 315 { include: [ "<__concepts/totally_ordered.h>", "private", "<concepts>", "public" ] },
|
| /src/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
| H A D | StdSymbolMap.inc | 2918 SYMBOL(totally_ordered, std::, <concepts>)
|