Home
last modified time | relevance | path

Searched defs:result (Results 1 – 25 of 1868) sorted by relevance

12345678910>>...75

/llvm-project/libcxx/test/libcxx/ranges/range.adaptors/range.move.wrap/
H A Dassign.move.pass.cpp34 Box& result = (x = std::move(y)); in test() local
44 Box& result = (x = std::move(x)); in test() local
62 Box& result = (x = std::move(y)); in test() local
73 Box& result = (x = std::move(x)); in test() local
91 Box& result = (x = std::move(y)); in test() local
102 Box& result = (x = std::move(x)); in test() local
121 Box& result = (x = std::move(y)); in test() local
132 Box& result = (x = std::move(x)); in test() local
150 Box& result = (x = std::move(y)); in test() local
160 Box& result = (x = std::move(x)); in test() local
[all …]
H A Dassign.copy.pass.cpp34 Box& result = (x = y); in test() local
44 Box& result = (x = x); in test() local
61 Box& result = (x = y); in test() local
72 Box& result = (x = x); in test() local
90 Box& result = (x = y); in test() local
100 Box& result = (x = x); in test() local
121 Box& result = (x = y); in test_empty_state() local
132 Box& result = (x = y); in test_empty_state() local
142 Box& result = (x = y); in test_empty_state() local
151 Box& result = (x = x); in test_empty_state() local
/llvm-project/libcxx/test/libcxx/iterators/bounded_iter/
H A Darithmetic.pass.cpp29 std::__bounded_iter<Iter>& result = ++iter; tests() local
36 std::__bounded_iter<Iter> result = iter++; tests() local
43 std::__bounded_iter<Iter>& result = --iter; tests() local
50 std::__bounded_iter<Iter> result = iter--; tests() local
57 std::__bounded_iter<Iter>& result = (iter += 3); tests() local
64 std::__bounded_iter<Iter> result = iter + 3; tests() local
71 std::__bounded_iter<Iter> result = 3 + iter; tests() local
78 std::__bounded_iter<Iter>& result = (iter -= 3); tests() local
85 std::__bounded_iter<Iter> result = iter - 3; tests() local
93 std::ptrdiff_t result = iter2 - iter1; tests() local
[all...]
/llvm-project/lldb/unittests/API/
H A DSBCommandInterpreterTest.cpp35 SBCommandReturnObject &result) override { in DoExecute()
51 SBCommandReturnObject result; in TEST_F() local
57 SBCommandReturnObject result; in TEST_F() local
67 SBCommandReturnObject result; in TEST_F() local
74 SBCommandReturnObject result; in TEST_F() local
88 SBCommandReturnObject result; in TEST_F() local
95 SBCommandReturnObject result; in TEST_F() local
106 SBCommandReturnObject result; in TEST_F() local
113 SBCommandReturnObject result; in TEST_F() local
126 SBCommandReturnObject result; in TEST_F() local
[all …]
/llvm-project/clang/test/CodeGen/
H A Daarch64-neon-sha3.c
H A Daarch64-neon-vcadd.c
H A Dbuiltins-overflow.c297 if (__builtin_add_overflow(x, y, &result)) in test_uadd_overflow() local
306 if (__builtin_uadd_overflow(x, y, &result)) in test_uaddl_overflow() local
315 if (__builtin_uaddl_overflow(x, y, &result)) in test_uaddll_overflow() local
288 volatile int result; test_add_overflow_volatile() local
324 unsigned result; test_usub_overflow() local
333 unsigned long result; test_usubl_overflow() local
342 unsigned long long result; test_usubll_overflow() local
351 unsigned result; test_umul_overflow() local
360 unsigned long result; test_umull_overflow() local
369 unsigned long long result; test_umulll_overflow() local
378 int result; test_sadd_overflow() local
387 long result; test_saddl_overflow() local
396 long long result; test_saddll_overflow() local
405 int result; test_ssub_overflow() local
414 long result; test_ssubl_overflow() local
423 long long result; test_ssubll_overflow() local
432 int result; test_smul_overflow() local
441 long result; test_smull_overflow() local
450 long long result; test_smulll_overflow() local
460 int result; test_mixed_sign_mul_overflow_sext_signed_op() local
471 int result; test_mixed_sign_mul_overflow_zext_unsigned_op() local
494 int result; test_mixed_sign_mull_overflow() local
516 unsigned result; test_mixed_sign_mull_overflow_unsigned() local
526 int result; test_mixed_sign_mull_overflow_swapped() local
536 long long result; test_mixed_sign_mulll_overflow() local
546 long long result; test_mixed_sign_mulll_overflow_swapped() local
558 int result; test_mixed_sign_mulll_overflow_trunc_signed() local
576 unsigned result; test_mixed_sign_mulll_overflow_trunc_unsigned() local
585 long long result; test_mixed_sign_mul_overflow_extend_signed() local
594 unsigned long long result; test_mixed_sign_mul_overflow_extend_unsigned() local
[all...]
H A Darm-neon-vcadd.c11 float16x4_t result = vcadd_rot90_f16(a, b); in foo16x4_rot90() local
17 float32x2_t result = vcadd_rot90_f32(a, b); in foo32x2_rot90() local
23 float16x8_t result = vcaddq_rot90_f16(a, b); in foo16x8_rot90() local
29 float32x4_t result = vcaddq_rot90_f32(a, b); in foo32x4_rot90() local
35 float16x4_t result = vcadd_rot270_f16(a, b); in foo16x4_rot270() local
41 float32x2_t result = vcadd_rot270_f32(a, b); in foo32x2_rot270() local
47 float16x8_t result = vcaddq_rot270_f16(a, b); in foo16x8_rot270() local
53 float32x4_t result = vcaddq_rot270_f32(a, b); in foo32x4_rot270() local
H A Daarch64-neon-sm4-sm3.c
/llvm-project/libcxx/test/libcxx/time/time.zone/time.zone.db/
H A Drules.pass.cpp153 assert(result.rules[1].first == "z"); in test_from() local
42 static std::string result = dir.string(); __libcpp_tzdb_directory() local
136 parse_result result{ test_name() local
189 parse_result result{ test_to() local
236 parse_result result{ test_in() local
303 parse_result result{ test_on_day() local
323 parse_result result{ test_on_last() local
377 parse_result result{ test_on_constrain() local
457 parse_result result{ test_at() local
509 parse_result result{ test_save() local
538 parse_result result{ test_letter() local
557 parse_result result{ test_mixed_order() local
[all...]
/llvm-project/libc/test/src/string/
H A Dmemmem_test.cpp19 void *result = LIBC_NAMESPACE::memmem(h, 0, n, 0); TEST() local
26 void *result = LIBC_NAMESPACE::memmem(h, 0, n, sizeof(n)); TEST() local
33 void *result = LIBC_NAMESPACE::memmem(h, sizeof(h), n, 0); TEST() local
40 void *result = LIBC_NAMESPACE::memmem(h, sizeof(h), n, sizeof(n)); TEST() local
47 void *result = LIBC_NAMESPACE::memmem(h, sizeof(h), n, sizeof(n)); TEST() local
55 void *result = LIBC_NAMESPACE::memmem(h, sizeof(h), n, sizeof(n)); TEST() local
61 void *result = LIBC_NAMESPACE::memmem(h, sizeof(h), n, sizeof(n)); TEST() local
69 void *result = LIBC_NAMESPACE::memmem(h, sizeof(h), n, sizeof(n)); TEST() local
77 void *result = LIBC_NAMESPACE::memmem(h, sizeof(h), n, sizeof(n)); TEST() local
83 void *result = LIBC_NAMESPACE::memmem(h, sizeof(h), n, sizeof(n)); TEST() local
89 void *result = LIBC_NAMESPACE::memmem(h, sizeof(h), n, sizeof(n)); TEST() local
95 void *result = LIBC_NAMESPACE::memmem(h, sizeof(h), n, sizeof(n)); TEST() local
104 void *result = LIBC_NAMESPACE::memmem(h, sizeof(h), n, 0); TEST() local
110 void *result = LIBC_NAMESPACE::memmem(h, sizeof(h), n, 2); TEST() local
119 void *result = LIBC_NAMESPACE::memmem(h, 2, n, sizeof(n)); TEST() local
125 void *result = LIBC_NAMESPACE::memmem(h, 2, n, sizeof(n)); TEST() local
[all...]
H A Dstrncmp_test.cpp18 int result = LIBC_NAMESPACE::strncmp(s1, s2, 1); in TEST() local
30 int result = LIBC_NAMESPACE::strncmp(empty, s2, 3); in TEST() local
44 int result = LIBC_NAMESPACE::strncmp(s1, s2, 3); in TEST() local
56 int result = LIBC_NAMESPACE::strncmp(s1, s2, 8); in TEST() local
70 int result = LIBC_NAMESPACE::strncmp(s1, s2, 4); in TEST() local
84 int result = LIBC_NAMESPACE::strncmp(s1, s2, 4); in TEST() local
97 int result = LIBC_NAMESPACE::strncmp(b, a, 1); in TEST() local
111 int result = LIBC_NAMESPACE::strncmp(s1, s2, 0); in TEST() local
122 int result = LIBC_NAMESPACE::strncmp(s1, s2, 1); in TEST() local
133 int result = LIBC_NAMESPACE::strncmp(s1, s2, 3); in TEST() local
[all …]
/llvm-project/mlir/unittests/TableGen/
H A DFormatTest.cpp18 std::string result = std::string(tgfmt("", &ctx)); in TEST() local
25 std::string result = std::string(tgfmt("", &ctx, "a", "b", "c")); in TEST() local
33 std::string result = std::string(tgfmt("", &ctx)); in TEST() local
39 std::string result = std::string(tgfmt("void foo {}", &ctx)); in TEST() local
46 std::string result = std::string(tgfmt("$", &ctx)); in TEST() local
53 std::string result = std::string(tgfmt("foo bar baz$", &ctx)); in TEST() local
60 std::string result = in TEST() local
70 std::string result = in TEST() local
78 std::string result = std::string(tgfmt("$0 %1 $2", &ctx)); in TEST() local
85 std::string result = std::string(tgfmt("$2 $0 $2", &ctx, "a", "b", "c")); in TEST() local
[all …]
/llvm-project/libcxx/test/std/ranges/range.adaptors/range.reverse/
H A Dadaptor.pass.cpp31 std::same_as<BidirRange> auto result = std::views::reverse(reversed); in test() local
38 std::same_as<BidirRange> auto result = std::views::reverse(std::views::reverse(view)); in test() local
56 std::same_as<Subrange> auto result = std::views::reverse(subrange); in test() local
64 std::same_as<Subrange> auto result = std::views::reverse(std::move(subrange)); in test() local
72 std::same_as<Subrange> auto result = std::views::reverse(subrange); in test() local
90 std::same_as<Subrange> auto result = std::views::reverse(subrange); in test() local
98 std::same_as<Subrange> auto result = std::views::reverse(std::move(subrange)); in test() local
106 std::same_as<Subrange> auto result = std::views::reverse(subrange); in test() local
115 std::same_as<std::ranges::reverse_view<BidirRange>> auto result = std::views::reverse(view); in test() local
125 std::same_as<std::ranges::reverse_view<BidirRange>> auto result = view | std::views::reverse; in test() local
[all …]
/llvm-project/mlir/unittests/Dialect/
H A DBroadcastShapeTest.cpp19 SmallVector<int64_t, 4> result; in TEST() local
25 SmallVector<int64_t, 4> result; in TEST() local
31 SmallVector<int64_t, 4> result; in TEST() local
37 SmallVector<int64_t, 4> result; in TEST() local
43 SmallVector<int64_t, 4> result; in TEST() local
49 SmallVector<int64_t, 4> result; in TEST() local
57 SmallVector<int64_t, 4> result; in TEST() local
63 SmallVector<int64_t, 4> result; in TEST() local
69 SmallVector<int64_t, 4> result; in TEST() local
/llvm-project/libc/test/src/__support/
H A Dstr_to_integer_test.cpp20 auto result = LIBC_NAMESPACE::internal::strtointeger<int>("12345", 10, 10); in TEST() local
37 auto result = in TEST() local
65 auto result = LIBC_NAMESPACE::internal::strtointeger<int>("+12345", 10, 10); in TEST() local
117 auto result = LIBC_NAMESPACE::internal::strtointeger<int>("0x12345", 0, 10); in TEST() local
144 auto result = LIBC_NAMESPACE::internal::strtointeger<int>("0x12345", 16, 10); in TEST() local
171 auto result = LIBC_NAMESPACE::internal::strtointeger<int>("012345", 0, 10); in TEST() local
198 auto result = LIBC_NAMESPACE::internal::strtointeger<int>("012345", 8, 10); in TEST() local
225 auto result = in TEST() local
/llvm-project/libcxx/test/std/containers/sequences/forwardlist/forwardlist.modifiers/
H A Dinsert_range_after.pass.cpp64 auto result = c.insert_range_after(pos, in); in test_sequence_insert_range_after() local
76 auto result = c.insert_range_after(pos, in); in test_sequence_insert_range_after() local
88 auto result = c.insert_range_after(pos, in); in test_sequence_insert_range_after() local
102 auto result = c.insert_range_after(pos, in); in test_sequence_insert_range_after() local
114 auto result = c.insert_range_after(pos, in); in test_sequence_insert_range_after() local
126 auto result = c.insert_range_after(pos, in); in test_sequence_insert_range_after() local
138 auto result = c.insert_range_after(pos, in); in test_sequence_insert_range_after() local
150 auto result = c.insert_range_after(pos, in); in test_sequence_insert_range_after() local
162 auto result = c.insert_range_after(pos, in); in test_sequence_insert_range_after() local
176 auto result = c.insert_range_after(pos, in); in test_sequence_insert_range_after() local
[all …]
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dchained-comparison.c5 int result = x < y < z; in badly_chained_1() local
11 int result = x <= y <= z; in badly_chained_2() local
17 int result = x > y > z; in badly_chained_3() local
23 int result = x >= y >= z; in badly_chained_4() local
29 int result = x == y != z; in badly_chained_5() local
35 int result = x != y == z; in badly_chained_6() local
41 int result = a == b == c == d == e == f == g == h; in badly_chained_multiple() local
48 int result = v[0] == v[1] == v[2] == v[3] == v[4] == v[5] == v[6] == v[7] == in badly_chained_limit() local
57 int result = (x < y) < (z && t) > (a == b); in badly_chained_parens2() local
63 int result = x && y < z < t && u; in badly_chained_inner() local
[all …]
H A Dchained-comparison.cpp5 bool result = x < y < z; in badly_chained_1() local
11 bool result = x <= y <= z; in badly_chained_2() local
17 bool result = x > y > z; in badly_chained_3() local
23 bool result = x >= y >= z; in badly_chained_4() local
29 bool result = x == y != z; in badly_chained_5() local
35 bool result = x != y == z; in badly_chained_6() local
41 bool result = a == b == c == d == e == f == g == h; in badly_chained_multiple() local
48 bool result = v[0] == v[1] == v[2] == v[3] == v[4] == v[5] == v[6] == v[7] == in badly_chained_limit() local
57 bool result = (x < y) < (z && t) > (a == b); in badly_chained_parens2() local
63 bool result = x && y < z < t && u; in badly_chained_inner() local
[all …]
/llvm-project/libc/utils/MPFRWrapper/
H A DMPFRUtils.cpp282 << "Libc integral result: " << libc_result.i << '\n'; in erf() local
171 MPFRNumber result(*this); abs() local
177 MPFRNumber result(*this); acos() local
183 MPFRNumber result(*this); acosh() local
189 MPFRNumber result(*this); add() local
195 MPFRNumber result(*this); asin() local
201 MPFRNumber result(*this); asinh() local
207 MPFRNumber result(*this); atan() local
213 MPFRNumber result(*this); atan2() local
219 MPFRNumber result(*this); atanh() local
225 MPFRNumber result(*this); cbrt() local
231 MPFRNumber result(*this); ceil() local
237 MPFRNumber result(*this); cos() local
243 MPFRNumber result(*this); cosh() local
249 MPFRNumber result(*this); cospi() local
288 MPFRNumber result(*this); exp() local
294 MPFRNumber result(*this); exp2() local
303 MPFRNumber result(*this); exp2m1() local
330 MPFRNumber result(*this); exp10() local
336 MPFRNumber result(*this); expm1() local
342 MPFRNumber result(*this); div() local
348 MPFRNumber result(*this); floor() local
354 MPFRNumber result(*this); fmod() local
360 MPFRNumber result(*this); frexp() local
368 MPFRNumber result(*this); hypot() local
374 MPFRNumber result(*this); log() local
380 MPFRNumber result(*this); log2() local
386 MPFRNumber result(*this); log10() local
392 MPFRNumber result(*this); log1p() local
398 MPFRNumber result(*this); pow() local
412 MPFRNumber result(*this); round() local
418 MPFRNumber result(*this); roundeven() local
444 MPFRNumber result(*this); rint() local
450 MPFRNumber result(0.0, 1280); mod_2pi() local
459 MPFRNumber result(0.0, 1280); mod_pi_over_2() local
468 MPFRNumber result(0.0, 1280); mod_pi_over_4() local
477 MPFRNumber result(*this); sin() local
483 MPFRNumber result(*this); sinpi() local
500 MPFRNumber result(*this); sinh() local
506 MPFRNumber result(*this); sqrt() local
512 MPFRNumber result(*this); sub() local
518 MPFRNumber result(*this); tan() local
524 MPFRNumber result(*this); tanh() local
530 MPFRNumber result(*this); trunc() local
536 MPFRNumber result(*this); fma() local
542 MPFRNumber result(*this); fmul() local
1263 round_to_long(T x,long & result) round_to_long() argument
1275 round_to_long(T x,RoundingMode mode,long & result) round_to_long() argument
1289 MPFRNumber result = mpfr.rint(get_mpfr_rounding_mode(mode)); round() local
[all...]
/llvm-project/libcxx/test/std/time/time.zone/time.zone.info/time.zone.info.local/
H A Dlocal_info.members.pass.cpp36 constexpr const int& result = std::chrono::local_info::unique; in main() local
40 constexpr const int& result = std::chrono::local_info::nonexistent; in main() local
44 constexpr const int& result = std::chrono::local_info::ambiguous; in main() local
52 [[maybe_unused]] int& result = local_info.result; in main() local
/llvm-project/libcxx/test/libcxx/numerics/numarray/class.slice.array/
H A Dassert.get.pass.cpp31 std::slice_array<unsigned> result = array[std::slice(0, 0, 0)]; in main() local
35 std::slice_array<unsigned> result = array[std::slice(0, N, 1)]; in main() local
39 std::slice_array<unsigned> result = array[std::slice(3, 2, 2)]; in main() local
44 std::slice_array<unsigned> result = array[std::slice(1, 3, 4)]; in main() local
/llvm-project/mlir/lib/AsmParser/
H A DAsmParserImpl.h311 return parser.parseOptionalInteger(result); in parseFloat() argument
277 parseFloat(const llvm::fltSemantics & semantics,APFloat & result) parseFloat() argument
321 parseOptionalInteger(APInt & result) parseOptionalInteger() argument
395 parseOptionalKeywordOrString(std::string * result) parseOptionalKeywordOrString() argument
410 parseAttribute(Attribute & result,Type type) parseAttribute() argument
418 parseCustomAttributeWithFallback(Attribute & result,Type type,function_ref<ParseResult (Attribute & result,Type type)> parseAttribute) parseCustomAttributeWithFallback() argument
419 parseCustomAttributeWithFallback(Attribute & result,Type type,function_ref<ParseResult (Attribute & result,Type type)> parseAttribute) parseCustomAttributeWithFallback() argument
430 parseCustomTypeWithFallback(Type & result,function_ref<ParseResult (Type & result)> parseType) parseCustomTypeWithFallback() argument
438 parseOptionalAttribute(Attribute & result,Type type) parseOptionalAttribute() argument
442 parseOptionalAttribute(ArrayAttr & result,Type type) parseOptionalAttribute() argument
446 parseOptionalAttribute(StringAttr & result,Type type) parseOptionalAttribute() argument
450 parseOptionalAttribute(SymbolRefAttr & result,Type type) parseOptionalAttribute() argument
456 parseOptionalAttrDict(NamedAttrList & result) parseOptionalAttrDict() argument
464 parseOptionalAttrDictWithKeyword(NamedAttrList & result) parseOptionalAttrDictWithKeyword() argument
494 parseOptionalSymbolName(StringAttr & result) parseOptionalSymbolName() argument
532 parseType(Type & result) parseType() argument
537 parseOptionalType(Type & result) parseOptionalType() argument
542 parseArrowTypeList(SmallVectorImpl<Type> & result) parseArrowTypeList() argument
550 parseOptionalArrowTypeList(SmallVectorImpl<Type> & result) parseOptionalArrowTypeList() argument
557 parseColonType(Type & result) parseColonType() argument
563 parseColonTypeList(SmallVectorImpl<Type> & result) parseColonTypeList() argument
572 parseOptionalColonTypeList(SmallVectorImpl<Type> & result) parseOptionalColonTypeList() argument
[all...]
/llvm-project/cross-project-tests/debuginfo-tests/dexter-tests/
H A Doptnone-fastmath.cpp23 float result; in test_fdiv() local
33 float result; in test_distributivity() local
51 float result; in test_associativity() local
75 float result = A + 10.0f; // DexLabel('fp_operations_result') in test_simplify_fp_operations() local
88 float result = A + C; // DexLabel('fp_operations_2_result') in test_simplify_fp_operations_2() local
99 float result = test_fdiv(4.0f); in main() local
/llvm-project/libc/src/__support/FPUtil/x86_64/
H A Dsqrt.h26 float result; global() variable
32 double result; global() variable
39 long double result; global() variable

12345678910>>...75