/llvm-project/libcxx/test/std/ranges/range.adaptors/range.take/ |
H A D | size.pass.cpp | 36 std::ranges::take_view<SizedRandomAccessView> tv(SizedRandomAccessView{buffer}, 0); in test() local 41 const std::ranges::take_view<SizedRandomAccessView> tv(SizedRandomAccessView{buffer}, 2); in test() local 46 std::ranges::take_view<SizedForwardView> tv(SizedForwardView{buffer}, 4); in test() local 51 const std::ranges::take_view<SizedForwardView> tv(SizedForwardView{buffer}, 6); in test() local 56 std::ranges::take_view<SizedForwardView> tv(SizedForwardView{buffer}, 8); in test() local 60 const std::ranges::take_view<SizedForwardView> tv(SizedForwardView{buffer}, 8); in test() local 65 std::ranges::take_view<SizedForwardView> tv(SizedForwardView{buffer}, 10); in test() local 69 const std::ranges::take_view<SizedForwardView> tv(SizedForwardView{buffer}, 10); in test() local
|
H A D | end.pass.cpp | 27 std::ranges::take_view<SizedRandomAccessView> tv(SizedRandomAccessView{buffer}, 0); in test() local 33 const std::ranges::take_view<SizedRandomAccessView> tv(SizedRandomAccessView{buffer}, 1); in test() local 40 std::ranges::take_view<SizedForwardView> tv(SizedForwardView{buffer}, 2); in test() local 46 const std::ranges::take_view<SizedForwardView> tv(SizedForwardView{buffer}, 3); in test() local 53 std::ranges::take_view<MoveOnlyView> tv(MoveOnlyView{buffer}, 4); in test() local 62 const std::ranges::take_view<MoveOnlyView> tv(MoveOnlyView{buffer}, 5); in test() local 68 std::ranges::take_view<SizedRandomAccessView> tv(SizedRandomAccessView{buffer}, 8); in test() local
|
H A D | begin.pass.cpp | 44 std::ranges::take_view<ViewTested> tv(ViewTested(buffer), 4); in test() local 60 …std::ranges::take_view<ViewTested> tv(ViewTested{buffer}, 16); // underlying si… in test() local 73 std::ranges::take_view<ViewTested> tv(ViewTested{buffer}, 4); in test() local 89 std::ranges::take_view<ViewTested> tv{}; in test() local 100 std::ranges::take_view<ViewTested> tv{ViewTested{buffer, buffer + 2}, 4}; in test() local 112 std::ranges::take_view<ViewTested> tv{ViewTested{buffer, buffer + 2}, 4}; in test() local 125 std::ranges::take_view<ViewTested> tv{ViewTested{buffer, buffer + 2}, 4}; in test() local
|
H A D | ctor.view_count.pass.cpp | 40 std::ranges::take_view<CopyableView> tv(CopyableView{buffer}, 0); in test() local 46 std::ranges::take_view<MoveOnlyView> tv(MoveOnlyView{buffer}, 1); in test() local 52 const std::ranges::take_view<CopyableView> tv(CopyableView{buffer}, 2); in test() local
|
H A D | base.pass.cpp | 29 std::ranges::take_view<CopyableView> tv(CopyableView{buffer}, 0); in test() local 39 std::ranges::take_view<MoveOnlyView> tv(MoveOnlyView{buffer}, 1); in test() local 47 const std::ranges::take_view<CopyableView> tv(CopyableView{buffer}, 2); in test() local
|
H A D | ctor.default.pass.cpp | 36 std::ranges::take_view<DefaultConstructible> tv; in test() local
|
H A D | adaptor.pass.cpp | 220 auto tv = std::views::take(std::move(r), 1); in test() local
|
/llvm-project/libcxx/test/std/ranges/range.adaptors/range.transform/ |
H A D | end.pass.cpp | 32 TransformView tv; in test() local 46 TransformView tv; in test() local 60 TransformView tv; in test() local 82 TransformView tv; in test() local 96 TransformView tv; in test() local
|
/llvm-project/libcxx/test/std/ranges/range.adaptors/range.take/range.take.sentinel/ |
H A D | eq.pass.cpp | 89 const CrossConstComparableTakeView tv(CrossConstComparableView{buffer}, 4); in test() local 97 CrossConstComparableTakeView tv(CrossConstComparableView{buffer}, 4); in test() local 107 CrossConstComparableTakeView tv(CrossConstComparableView{buffer}, 4); in test() local 115 CrossConstComparableTakeView tv(CrossConstComparableView{buffer}, 4); in test() local
|
H A D | ctor.pass.cpp | 31 TakeView tv = TakeView(MoveOnlyView(buffer), 4); in test() local 41 TakeView tv = TakeView(MoveOnlyView(buffer), 4); in test() local
|
H A D | base.pass.cpp | 23 std::ranges::take_view<MoveOnlyView> tv(MoveOnlyView(buffer), 4); in test() local
|
/llvm-project/libcxx/test/std/ranges/range.adaptors/range.transform/iterator/ |
H A D | base.pass.cpp | 21 TransformView tv; in test() local 34 TransformView tv; in test() local
|
/llvm-project/libclc/generic/lib/math/ |
H A D | log_base.h | 155 float2 tv = USE_TABLE(log2_tbl, indx); in log2() local 159 float2 tv = USE_TABLE(log10_tbl, indx); in log2() local 163 float2 tv = USE_TABLE(log_tbl, indx); in log2() local 257 double2 tv in log2() local [all...] |
/llvm-project/libc/test/src/time/ |
H A D | gettimeofday_test.cpp | 15 int ret = LIBC_NAMESPACE::gettimeofday(&tv, nullptr); in TEST() local
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | debug-info-alias.cpp | 39 using tv = void; typedef
|
/llvm-project/flang/test/Semantics/ |
H A D | associate01.f90 | 21 type(t) tv local
|
/llvm-project/libcxx/src/filesystem/ |
H A D | filesystem_clock.cpp | 56 timeval tv; now() local
|
/llvm-project/lldb/tools/debugserver/source/ |
H A D | DNBLog.cpp | 119 static struct timeval tv; in _DNBLogThreaded() local 161 static struct timeval tv; in _DNBLogThreadedIf() local
|
/llvm-project/compiler-rt/test/tsan/ |
H A D | real_deadlock_detector_stress_test.cpp | 169 struct timeval tv; in main() local
|
/llvm-project/lldb/source/Utility/ |
H A D | SelectHelper.cpp | 193 struct timeval tv = {0, 0}; Select() local
|
/llvm-project/flang/test/Lower/ |
H A D | default-initialization-globals.f90 | 59 type tv type
|
/llvm-project/clang/test/Parser/ |
H A D | altivec.c | 175 __vector unsigned int tv = gccv; in f() local
|
H A D | cxx-altivec.cpp | 168 __vector unsigned int tv = gccv; in f() local
|
/llvm-project/flang/test/Lower/forall/ |
H A D | array-pointer.f90 | 32 type tv type
|
/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_netbsd.cpp | 244 timeval tv; in NanoTime() local
|