/llvm-project/libcxx/test/std/algorithms/algorithms.results/ |
H A D | in_in_result.pass.cpp | 67 std::ranges::in_in_result<ConstructibleFrom<int>, ConstructibleFrom<double>> res2 = res; in test() local 76 …[[maybe_unused]] auto res2 = static_cast<std::ranges::in_in_result<MoveOnly, int>>(std::move(res)); in test() local
|
H A D | in_in_out_result.pass.cpp | 76 …in_in_out_result<ConvertibleFrom<int>, ConvertibleFrom<double>, ConvertibleFrom<float>> res2 = res; in test() local 86 auto res2 = static_cast<std::ranges::in_in_out_result<MoveOnly, int, int>>(std::move(res1)); in test() local
|
H A D | in_out_out_result.pass.cpp | 74 …n_out_out_result<ConvertibleFrom<int>, ConvertibleFrom<double>, ConvertibleFrom<float>> res2 = res; in test() local 84 auto res2 = static_cast<std::ranges::in_out_out_result<MoveOnly, int, int>>(std::move(res1)); in test() local
|
H A D | in_value_result.pass.cpp | 79 std::ranges::in_value_result<ConvertibleFrom<int>, ConvertibleFrom<double>> res2 = res; in test() local 89 auto res2 = static_cast<std::ranges::in_value_result<MoveOnly, int>>(std::move(res)); in test() local
|
H A D | in_found_result.pass.cpp | 72 std::ranges::in_found_result<ConvertibleFrom<int>> res2 = res; in test() local 82 auto res2 = std::move(res); in test() local
|
H A D | in_fun_result.pass.cpp | 72 std::ranges::in_fun_result<ConvertibleFrom<int>, ConvertibleFrom<double>> res2 = res; in test() local 82 auto res2 = static_cast<std::ranges::in_fun_result<MoveOnly, int>>(std::move(res)); in test() local
|
H A D | in_out_result.pass.cpp | 67 std::ranges::in_out_result<ConvertibleFrom<double>, ConvertibleFrom<int>> res2 = res; in test() local 77 auto res2 = std::move(res); in test() local
|
H A D | min_max_result.pass.cpp | 68 std::ranges::min_max_result<ConvertibleFrom<int>> res2 = res; in test() local 78 auto res2 = std::move(res); in test() local
|
/llvm-project/clang/test/CoverageMapping/ |
H A D | mcdc-logical-scalar-ids.cpp | 6 bool res2 = a && b && c; in func_scalar_and() local 41 bool res2 = a || b || c; in func_scalar_or() local 77 bool res2 = a && (b || c); in func_scalar_mix() local
|
/llvm-project/clang/test/CodeGen/PowerPC/ |
H A D | builtins-ppc-xlcompat-pwr9-warning.c | 10 …unsigned long long res2 = __builtin_ppc_addex(ull, ull, 3); // expected-warning {{argument value 3… in test_builtin_ppc_addex() local
|
H A D | builtins-ppc-xlcompat-pwr9-error.c | 25 …unsigned long long res2 = __builtin_ppc_addex(ull, ull, -1); // expected-error {{argument value -1… in test_builtin_ppc_addex() local
|
/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Posix/ |
H A D | readlinkat.c | 21 int res2 = readlinkat(AT_FDCWD, symlink_path, readlinkat_path, in main() local
|
H A D | readlink.c | 20 ssize_t res2 = readlink(symlink_path, readlink_path, sizeof(readlink_path)); in main() local
|
/llvm-project/clang/test/CodeGen/ |
H A D | debug-info-extern-call.c | 47 int res2 = memcmp(dst, src, res); in fn2() local
|
/llvm-project/compiler-rt/test/hwasan/TestCases/Linux/ |
H A D | decorate-proc-maps.c | 51 void * volatile res2 = malloc(1000000); in main() local
|
/llvm-project/libc/test/src/math/ |
H A D | CopySignTest.h | 48 double res2 = func(x, x); local
|
/llvm-project/flang/test/Integration/ |
H A D | debug-local-var-2.f90 | 104 integer(kind=4) :: res2 local
|
/llvm-project/libc/test/src/math/smoke/ |
H A D | CopySignTest.h | 52 T res2 = func(x, x); local
|
/llvm-project/libcxx/test/std/numerics/numeric.ops/accumulate/ |
H A D | accumulate_op.pass.cpp | 56 auto res2 = std::accumulate(arr, arr + 100, rvalue_addable(), /*predicate=*/rvalue_addable()); in test_use_move() local
|
/llvm-project/pstl/test/std/algorithms/alg.nonmodifying/ |
H A D | mismatch.pass.cpp | 47 const auto res2 = mismatch(exec, first1, last1, first2, last2); in operator ()() local
|
/llvm-project/libcxx/test/std/numerics/numeric.ops/partial.sum/ |
H A D | partial_sum_op.pass.cpp | 59 rvalue_addable res2[size]; in test_use_move() local
|
/llvm-project/libcxx/test/std/numerics/numeric.ops/inner.product/ |
H A D | inner_product_comp.pass.cpp | 69 …auto res2 = std::inner_product(arr, arr + 100, arr, rvalue_addable(), /*predicate=*/rvalue_addable… in test_use_move() local
|
/llvm-project/flang/test/Lower/ |
H A D | statement-function.f90 | 42 real :: res1, res2 local
|
/llvm-project/clang/test/SemaCXX/ |
H A D | altivec.cpp | 22 int res2[vec_step(vbc) == 16 ? 1 : -1]; in test_vec_step() local
|
/llvm-project/libcxx/test/std/numerics/numeric.ops/adjacent.difference/ |
H A D | adjacent_difference_op.pass.cpp | 60 rvalue_subtractable res2[size]; in test_use_move() local
|