Home
last modified time | relevance | path

Searched defs:res2 (Results 1 – 25 of 36) sorted by relevance

12

/llvm-project/libcxx/test/std/algorithms/algorithms.results/
H A Din_in_result.pass.cpp67 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 Din_in_out_result.pass.cpp76 …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 Din_out_out_result.pass.cpp74 …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 Din_value_result.pass.cpp79 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 Din_found_result.pass.cpp72 std::ranges::in_found_result<ConvertibleFrom<int>> res2 = res; in test() local
82 auto res2 = std::move(res); in test() local
H A Din_fun_result.pass.cpp72 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 Din_out_result.pass.cpp67 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 Dmin_max_result.pass.cpp68 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 Dmcdc-logical-scalar-ids.cpp6 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 Dbuiltins-ppc-xlcompat-pwr9-warning.c10 …unsigned long long res2 = __builtin_ppc_addex(ull, ull, 3); // expected-warning {{argument value 3… in test_builtin_ppc_addex() local
H A Dbuiltins-ppc-xlcompat-pwr9-error.c25 …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 Dreadlinkat.c21 int res2 = readlinkat(AT_FDCWD, symlink_path, readlinkat_path, in main() local
H A Dreadlink.c20 ssize_t res2 = readlink(symlink_path, readlink_path, sizeof(readlink_path)); in main() local
/llvm-project/clang/test/CodeGen/
H A Ddebug-info-extern-call.c47 int res2 = memcmp(dst, src, res); in fn2() local
/llvm-project/compiler-rt/test/hwasan/TestCases/Linux/
H A Ddecorate-proc-maps.c51 void * volatile res2 = malloc(1000000); in main() local
/llvm-project/libc/test/src/math/
H A DCopySignTest.h48 double res2 = func(x, x); local
/llvm-project/flang/test/Integration/
H A Ddebug-local-var-2.f90104 integer(kind=4) :: res2 local
/llvm-project/libc/test/src/math/smoke/
H A DCopySignTest.h52 T res2 = func(x, x); local
/llvm-project/libcxx/test/std/numerics/numeric.ops/accumulate/
H A Daccumulate_op.pass.cpp56 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 Dmismatch.pass.cpp47 const auto res2 = mismatch(exec, first1, last1, first2, last2); in operator ()() local
/llvm-project/libcxx/test/std/numerics/numeric.ops/partial.sum/
H A Dpartial_sum_op.pass.cpp59 rvalue_addable res2[size]; in test_use_move() local
/llvm-project/libcxx/test/std/numerics/numeric.ops/inner.product/
H A Dinner_product_comp.pass.cpp69 …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 Dstatement-function.f9042 real :: res1, res2 local
/llvm-project/clang/test/SemaCXX/
H A Daltivec.cpp22 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 Dadjacent_difference_op.pass.cpp60 rvalue_subtractable res2[size]; in test_use_move() local

12