Home
last modified time | relevance | path

Searched defs:rv (Results 1 – 25 of 43) sorted by relevance

12

/llvm-project/libcxx/test/std/ranges/range.factories/range.repeat.view/
H A Dctor.value.bound.pass.cpp40 std::ranges::repeat_view<Empty> rv(Empty{}); in test() local
46 std::ranges::repeat_view<Empty> rv(Empty{}, std::unreachable_sentinel); in test() local
52 std::ranges::repeat_view<Empty, int> rv(Empty{}); in test() local
58 std::ranges::repeat_view<Empty, int> rv(Empty{}, 10); in test() local
65 std::ranges::repeat_view<Empty> rv(e); in test() local
72 std::ranges::repeat_view<Empty> rv(e, std::unreachable_sentinel); in test() local
79 std::ranges::repeat_view<Empty, int> rv(e); in test() local
86 std::ranges::repeat_view<Empty, int> rv(e, 10); in test() local
H A Dbegin.pass.cpp20 std::ranges::repeat_view<int> rv(0); in test() local
27 const std::ranges::repeat_view<int> rv(0); in test() local
34 std::ranges::repeat_view<int, int> rv(1024, 10); in test() local
41 const std::ranges::repeat_view<int, long long> rv(1024, 10); in test() local
H A Dctor.piecewise.pass.cpp83 std::ranges::repeat_view<A, int> rv(std::piecewise_construct, std::tuple{}, std::tuple{3}); in test() local
90 …std::ranges::repeat_view<A> rv(std::piecewise_construct, std::tuple{}, std::tuple{std::unreachable… in test() local
96 std::ranges::repeat_view<A, int> rv(std::piecewise_construct, std::tuple{1, 2}, std::tuple{3}); in test() local
103 …std::ranges::repeat_view<A> rv(std::piecewise_construct, std::tuple{1, 2}, std::tuple{std::unreach… in test() local
109 std::ranges::repeat_view<A, int> rv(std::piecewise_construct, std::tuple{B{11}}, std::tuple{3}); in test() local
116 …std::ranges::repeat_view<A> rv(std::piecewise_construct, std::tuple{B{10}}, std::tuple{std::unreac… in test() local
H A Dsize.pass.cpp29 std::ranges::repeat_view<int, int> rv(10, 20); in test() local
35 std::ranges::repeat_view<int, int> rv(10, int_max); in test() local
H A Dend.pass.cpp22 std::ranges::repeat_view<int, int> rv(0, 10); in test() local
33 std::ranges::repeat_view<int> rv(0); in test() local
/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Posix/
H A Dregex.cpp15 int rv = regexec(preg, string, 0, NULL, 0); in test_matched() local
26 int rv = regexec(preg, string, __arraycount(rm), rm, 0); in test_print_matches() local
47 int rv = regcomp(&regex, "[[:upper:]]\\([[:upper:]]\\)", 0); in main() local
60 int rv = regcomp(&regex, "[[:upp:]]", 0); in main() local
H A Dsysctl.cpp22 int rv = sysctl(mib, __arraycount(mib), buf, &len, NULL, 0); in test_sysctl() local
31 int rv = sysctlbyname("kern.ostype", buf, &len, NULL, 0); in test_sysctlbyname() local
40 int rv = sysctlnametomib("kern.ostype", &mib[0], &mib_len); in test_sysctlnametomib() local
H A Dregex_startend.cpp24 int rv = regexec(preg, string, 1, match, REG_STARTEND); in test_matched() local
51 int rv = regcomp(&regex, "[A-Z][A-Z]", 0); in main() local
H A Dfseek.cpp15 int rv = fseek(fp, 10, SEEK_SET); in main() local
H A Dfts.cpp34 int rv = fts_close(ftsp); in main() local
/llvm-project/compiler-rt/test/sanitizer_common/TestCases/NetBSD/
H A Dcdb.cpp32 int rv = cdbw_put_data(cdbw, data1, __arraycount(data1), &idx); in test_cdbw() local
68 int rv = cdbr_get(cdbr, idx - 1, &data, &data_len); in test_cdbr1() local
90 int rv = munmap(base, sz); in cdbr_unmap() local
100 int rv = fstat(fd, &sb); in test_cdbr2() local
H A Dstatvfs1.cpp18 int rv = statvfs1("/etc/fstab", &buf, ST_WAIT); in test_statvfs1() local
33 int rv = fstatvfs1(fd, &buf, ST_WAIT); in test_fstatvfs1() local
H A Dgetvfsstat.cpp14 int rv = getvfsstat(NULL, 0, ST_WAIT); in main() local
H A Dsysctlgetmibinfo.cpp15 int rv = sysctlgetmibinfo("kern.ostype", &mib[0], &mib_len, NULL, NULL, NULL, in test_sysctlgetmibinfo() local
/llvm-project/clang/test/CodeGenCXX/
H A Dmips-size_t-ptrdiff_t.cpp9 long *rv = new long; // size_t is implicit in the new operator in alloc_long() local
22 long *rv = new long[2]; in alloc_long_array() local
H A Dmicrosoft-abi-try-throw.cpp16 int rv = 0; in main() local
H A Dmangle-win64-ccs.cpp11 ptrdiff_t rv = 0; in useThem() local
/llvm-project/clang/test/SemaCXX/
H A Dlibcxx_move_hack.cpp10 struct rv {}; struct
23 void f(A a, std::rv rv) { in f()
/llvm-project/clang/lib/Headers/
H A D__clang_cuda_intrinsics.h295 c2 rv = __nvvm_ldg_c2(reinterpret_cast<const c2 *>(ptr)); in __ldg() local
303 c4 rv = __nvvm_ldg_c4(reinterpret_cast<const c4 *>(ptr)); in __ldg() local
313 s2 rv = __nvvm_ldg_s2(reinterpret_cast<const s2 *>(ptr)); in __ldg() local
321 s4 rv = __nvvm_ldg_s4(reinterpret_cast<const s4 *>(ptr)); in __ldg() local
331 i2 rv = __nvvm_ldg_i2(reinterpret_cast<const i2 *>(ptr)); in __ldg() local
339 i4 rv = __nvvm_ldg_i4(reinterpret_cast<const i4 *>(ptr)); in __ldg() local
349 ll2 rv = __nvvm_ldg_ll2(reinterpret_cast<const ll2 *>(ptr)); in __ldg() local
358 uc2 rv = __nvvm_ldg_uc2(reinterpret_cast<const uc2 *>(ptr)); in __ldg() local
366 uc4 rv = __nvvm_ldg_uc4(reinterpret_cast<const uc4 *>(ptr)); in __ldg() local
376 us2 rv = __nvvm_ldg_us2(reinterpret_cast<const us2 *>(ptr)); in __ldg() local
[all …]
/llvm-project/clang/test/Sema/
H A Dext_vector_comparisons.c6 int4 vec, rv; in test1() local
21 float4 vec, rv; in test2() local
/llvm-project/compiler-rt/test/sanitizer_common/TestCases/FreeBSD/
H A Dcapsicum.cpp20 int rv = cap_rights_limit(STDIN_FILENO, &rights); in test_cap_ioctls() local
47 int rv = cap_rights_limit(STDIN_FILENO, &rights); in test_cap_rights() local
/llvm-project/lldb/test/API/functionalities/avoids-fd-leak/
H A Dmain.c11 int i, rv = 0; // Set breakpoint here. in main() local
/llvm-project/libcxx/test/std/ranges/range.factories/range.repeat.view/iterator/
H A Ddecrement.pass.cpp19 std::ranges::repeat_view<int> rv(10); in test() local
H A Dincrement.pass.cpp20 std::ranges::repeat_view<int> rv(10); in test() local
/llvm-project/libcxx/test/std/iterators/predef.iterators/iterators.common/
H A Dctor.iter.pass.cpp25 CommonIt rv = CommonIt(std::move(it)); in test() local

12