/llvm-project/libcxx/test/std/ranges/range.adaptors/range.take/range.take.sentinel/ |
H A D | ctor.pass.cpp | 29 using Sentinel = std::ranges::sentinel_t<TakeView>; in test() typedef 38 using Sentinel = std::ranges::sentinel_t<TakeView>; in test() typedef 54 using Sentinel = std::ranges::sentinel_t<TakeView>; in test() typedef
|
/llvm-project/libcxx/test/std/ranges/range.adaptors/range.take.while/sentinel/ |
H A D | ctor.base.pass.cpp | 53 using Sentinel = std::ranges::sentinel_t<R>; in test() typedef 68 using Sentinel = std::ranges::sentinel_t<R>; in test() typedef
|
H A D | ctor.convert.pass.cpp | 74 using Sentinel = std::ranges::sentinel_t<R>; in test() typedef 92 using Sentinel = std::ranges::sentinel_t<R>; in test() typedef 121 using Sentinel = std::ranges::sentinel_t<R>; in test() typedef
|
H A D | ctor.default.pass.cpp | 30 using Sentinel = std::ranges::sentinel_t<R>; in test() typedef
|
/llvm-project/libcxx/test/std/ranges/range.adaptors/range.filter/iterator/ |
H A D | compare.pass.cpp | 29 using Sentinel = sentinel_wrapper<Iterator>; in test() typedef 76 using Sentinel = sentinel_wrapper<Iterator>; in tests() typedef
|
H A D | iter_move.pass.cpp | 25 using Sentinel = sentinel_wrapper<Iterator>; in test() typedef
|
H A D | iter_swap.pass.cpp | 36 using Sentinel = sentinel_wrapper<Iterator>; in test() typedef
|
H A D | increment.pass.cpp | 38 using Sentinel = sentinel_wrapper<Iterator>; in test() typedef
|
/llvm-project/libcxx/test/std/ranges/range.adaptors/range.zip/sentinel/ |
H A D | eq.pass.cpp | 90 using Sentinel = std::ranges::sentinel_t<decltype(v)>; in test() typedef 115 using Sentinel = std::ranges::sentinel_t<decltype(v)>; in test() typedef 134 using Sentinel = std::ranges::sentinel_t<decltype(v)>; in test() typedef
|
H A D | ctor.default.pass.cpp | 31 using Sentinel = std::ranges::sentinel_t<R>; in test() typedef
|
H A D | minus.pass.cpp | 167 using Sentinel = std::ranges::sentinel_t<decltype(v)>; in test() typedef 199 using Sentinel = std::ranges::sentinel_t<decltype(v)>; in test() typedef
|
/llvm-project/libcxx/test/std/ranges/ |
H A D | iterator_robust_against_adl.compile.pass.cpp | 43 struct Sentinel { struct
|
/llvm-project/libcxx/test/std/ranges/range.utility/range.subrange/ |
H A D | ctor.default.pass.cpp | 33 struct Sentinel { struct
|
/llvm-project/clang-tools-extra/clangd/index/dex/ |
H A D | Token.h | 69 Sentinel, enumerator
|
H A D | Trigram.h | 41 enum class Sentinel { Tombstone = 4, Empty = 5 }; enum
|
/llvm-project/libcxx/test/std/ranges/range.adaptors/range.elements/sentinel/ |
H A D | ctor.base.pass.cpp | 38 using Sentinel = std::ranges::sentinel_t<R>; in test() typedef
|
H A D | ctor.default.pass.cpp | 30 using Sentinel = std::ranges::sentinel_t<EleView>; in test() typedef
|
H A D | ctor.convert.pass.cpp | 71 using Sentinel = std::ranges::sentinel_t<R>; in test() typedef
|
/llvm-project/llvm/unittests/ADT/ |
H A D | IListSentinelTest.cpp | 24 typedef PickSentinel<Node>::type Sentinel; typedef
|
/llvm-project/clang/test/FixIt/ |
H A D | fixit-objc.m | 60 @interface Sentinel interface
|
/llvm-project/libcxx/test/std/ranges/range.adaptors/range.filter/ |
H A D | begin.pass.cpp | 21 using Sentinel = sentinel_wrapper<Iterator>; typedef 35 using Sentinel = sentinel_wrapper<Iterator>; typedef
|
H A D | adaptor.pass.cpp | 32 using Sentinel = sentinel_wrapper<Iterator>; typedef
|
H A D | end.pass.cpp | 22 using Sentinel = sentinel_wrapper<Iterator>; typedef
|
/llvm-project/libcxx/test/std/ranges/range.adaptors/range.chunk.by/range.chunk.by.iter/ |
H A D | increment.pass.cpp | 37 using Sentinel = sentinel_wrapper<Iterator>; in test() typedef
|
/llvm-project/llvm/include/llvm/IR/ |
H A D | PseudoProbe.h | 33 Sentinel = 0x2, // A place holder for split function entry address. enumerator
|