/llvm-project/libcxx/test/std/ranges/range.factories/range.repeat.view/ |
H A D | ctor.value.bound.pass.cpp | 40 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 D | begin.pass.cpp | 20 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 D | ctor.piecewise.pass.cpp | 83 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 D | size.pass.cpp | 29 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 D | end.pass.cpp | 22 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 D | regex.cpp | 15 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(®ex, "[[:upper:]]\\([[:upper:]]\\)", 0); in main() local 60 int rv = regcomp(®ex, "[[:upp:]]", 0); in main() local
|
H A D | sysctl.cpp | 22 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 D | regex_startend.cpp | 24 int rv = regexec(preg, string, 1, match, REG_STARTEND); in test_matched() local 51 int rv = regcomp(®ex, "[A-Z][A-Z]", 0); in main() local
|
H A D | fseek.cpp | 15 int rv = fseek(fp, 10, SEEK_SET); in main() local
|
H A D | fts.cpp | 34 int rv = fts_close(ftsp); in main() local
|
/llvm-project/compiler-rt/test/sanitizer_common/TestCases/NetBSD/ |
H A D | cdb.cpp | 32 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 D | statvfs1.cpp | 18 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 D | getvfsstat.cpp | 14 int rv = getvfsstat(NULL, 0, ST_WAIT); in main() local
|
H A D | sysctlgetmibinfo.cpp | 15 int rv = sysctlgetmibinfo("kern.ostype", &mib[0], &mib_len, NULL, NULL, NULL, in test_sysctlgetmibinfo() local
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | mips-size_t-ptrdiff_t.cpp | 9 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 D | microsoft-abi-try-throw.cpp | 16 int rv = 0; in main() local
|
H A D | mangle-win64-ccs.cpp | 11 ptrdiff_t rv = 0; in useThem() local
|
/llvm-project/clang/test/SemaCXX/ |
H A D | libcxx_move_hack.cpp | 10 struct rv {}; struct 23 void f(A a, std::rv rv) { in f()
|
/llvm-project/clang/lib/Headers/ |
H A D | __clang_cuda_intrinsics.h | 295 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 D | ext_vector_comparisons.c | 6 int4 vec, rv; in test1() local 21 float4 vec, rv; in test2() local
|
/llvm-project/compiler-rt/test/sanitizer_common/TestCases/FreeBSD/ |
H A D | capsicum.cpp | 20 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 D | main.c | 11 int i, rv = 0; // Set breakpoint here. in main() local
|
/llvm-project/libcxx/test/std/ranges/range.factories/range.repeat.view/iterator/ |
H A D | decrement.pass.cpp | 19 std::ranges::repeat_view<int> rv(10); in test() local
|
H A D | increment.pass.cpp | 20 std::ranges::repeat_view<int> rv(10); in test() local
|
/llvm-project/libcxx/test/std/iterators/predef.iterators/iterators.common/ |
H A D | ctor.iter.pass.cpp | 25 CommonIt rv = CommonIt(std::move(it)); in test() local
|