Home
last modified time | relevance | path

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

12345678910>>...58

/llvm-project-15.0.7/libcxx/test/libcxx/ranges/range.adaptors/range.copy.wrap/
H A Dassign.move.pass.cpp35 Box& result = (x = std::move(y)); in test() local
45 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
120 Box& result = (x = std::move(y)); in test() local
180 Box& result = (x = std::move(y)); in test_empty_state() local
191 Box& result = (x = std::move(y)); in test_empty_state() local
201 Box& result = (x = std::move(y)); in test_empty_state() local
[all …]
H A Dassign.copy.pass.cpp35 Box& result = (x = y); in test() local
45 Box& result = (x = x); in test() local
62 Box& result = (x = y); in test() local
73 Box& result = (x = x); in test() local
91 Box& result = (x = y); in test() local
101 Box& result = (x = x); in test() local
122 Box& result = (x = y); in test_empty_state() local
133 Box& result = (x = y); in test_empty_state() local
143 Box& result = (x = y); in test_empty_state() local
152 Box& result = (x = x); in test_empty_state() local
/llvm-project-15.0.7/lldb/unittests/API/
H A DSBCommandInterpreterTest.cpp37 SBCommandReturnObject &result) override { in DoExecute()
52 SBCommandReturnObject result; in TEST_F() local
58 SBCommandReturnObject result; in TEST_F() local
68 SBCommandReturnObject result; in TEST_F() local
75 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-15.0.7/libcxx/test/libcxx/iterators/bounded_iter/
H A Darithmetic.pass.cpp29 std::__bounded_iter<Iter>& result = ++iter; in tests() local
36 std::__bounded_iter<Iter> result = iter++; in tests() local
43 std::__bounded_iter<Iter>& result = --iter; in tests() local
50 std::__bounded_iter<Iter> result = iter--; in tests() local
57 std::__bounded_iter<Iter>& result = (iter += 3); in tests() local
64 std::__bounded_iter<Iter> result = iter + 3; in tests() local
71 std::__bounded_iter<Iter> result = 3 + iter; in tests() local
78 std::__bounded_iter<Iter>& result = (iter -= 3); in tests() local
85 std::__bounded_iter<Iter> result = iter - 3; in tests() local
93 std::ptrdiff_t result = iter2 - iter1; in tests() local
/llvm-project-15.0.7/clang/test/CodeGen/
H A Daarch64-neon-sha3.c42 uint64x2_t result = vrax1q_u64(a, b); in test_vrax1() local
50 uint64x2_t result = vxarq_u64(a, b, 10); in test_xar() local
58 uint8x16_t result = vbcaxq_u8(a, b, c); in test_vbcax_u8() local
65 uint16x8_t result = vbcaxq_u16(a, b, c); in test_vbcax_u16() local
72 uint32x4_t result = vbcaxq_u32(a, b, c); in test_vbcax_u32() local
86 int8x16_t result = vbcaxq_s8(a, b, c); in test_vbcax_s8() local
93 int16x8_t result = vbcaxq_s16(a, b, c); in test_vbcax_s16() local
100 int32x4_t result = vbcaxq_s32(a, b, c); in test_vbcax_s32() local
107 int64x2_t result = vbcaxq_s64(a, b, c); in test_vbcax_s64() local
114 uint8x16_t result = veor3q_u8(a, b, c); in test_veor3_u8() local
[all …]
H A Daarch64-neon-vcadd.c12 float16x4_t result = vcadd_rot90_f16(a, b); in foo16x4_rot90() local
18 float32x2_t result = vcadd_rot90_f32(a, b); in foo32x2_rot90() local
24 float16x8_t result = vcaddq_rot90_f16(a, b); in foo16x8_rot90() local
30 float32x4_t result = vcaddq_rot90_f32(a, b); in foo32x4_rot90() local
36 float64x2_t result = vcaddq_rot90_f64(a, b); in foo64x2_rot90() local
42 float16x4_t result = vcadd_rot270_f16(a, b); in foo16x4_rot270() local
48 float32x2_t result = vcadd_rot270_f32(a, b); in foo32x2_rot270() local
54 float16x8_t result = vcaddq_rot270_f16(a, b); in foo16x8_rot270() local
60 float32x4_t result = vcaddq_rot270_f32(a, b); in foo32x4_rot270() local
66 float64x2_t result = vcaddq_rot270_f64(a, b); in foo64x2_rot270() local
H A Dbuiltins-overflow.c379 int result; in test_sadd_overflow() local
388 long result; in test_saddl_overflow() local
406 int result; in test_ssub_overflow() local
415 long result; in test_ssubl_overflow() local
433 int result; in test_smul_overflow() local
442 long result; in test_smull_overflow() local
461 int result; in test_mixed_sign_mul_overflow_sext_signed_op() local
472 int result; in test_mixed_sign_mul_overflow_zext_unsigned_op() local
495 int result; in test_mixed_sign_mull_overflow() local
527 int result; in test_mixed_sign_mull_overflow_swapped() 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.c16 uint32x4_t result = vsm3partw1q_u32(a, b, c); in test_vsm3partw1() local
22 uint32x4_t result = vsm3partw2q_u32(a, b, c); in test_vsm3partw2() local
28 uint32x4_t result = vsm3ss1q_u32(a, b, c); in test_vsm3ss1() local
34 uint32x4_t result = vsm3tt1aq_u32(a, b, c, 2); in test_vsm3tt1a() local
40 uint32x4_t result = vsm3tt1bq_u32(a, b, c, 2); in test_vsm3tt1b() local
46 uint32x4_t result = vsm3tt2aq_u32(a, b, c, 2); in test_vsm3tt2a() local
52 uint32x4_t result = vsm3tt2bq_u32(a, b, c, 2); in test_vsm3tt2b() local
58 uint32x4_t result = vsm4eq_u32(a, b); in test_vsm4e() local
64 uint32x4_t result = vsm4ekeyq_u32(a, b); in test_vsm4ekey() local
/llvm-project-15.0.7/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
91 std::string result = std::string(tgfmt("foo$0bar", &ctx, "-")); in TEST() local
[all …]
/llvm-project-15.0.7/libcxx/test/std/ranges/range.adaptors/range.reverse/
H A Dadaptor.pass.cpp36 std::same_as<BidirRange> auto result = std::views::reverse(reversed); in test() local
43 std::same_as<BidirRange> auto result = std::views::reverse(std::views::reverse(view)); in test() local
61 std::same_as<Subrange> auto result = std::views::reverse(subrange); in test() local
69 std::same_as<Subrange> auto result = std::views::reverse(std::move(subrange)); in test() local
77 std::same_as<Subrange> auto result = std::views::reverse(subrange); in test() local
95 std::same_as<Subrange> auto result = std::views::reverse(subrange); in test() local
103 std::same_as<Subrange> auto result = std::views::reverse(std::move(subrange)); in test() local
111 std::same_as<Subrange> auto result = std::views::reverse(subrange); in test() local
120 std::same_as<std::ranges::reverse_view<BidirRange>> auto result = std::views::reverse(view); in test() local
141 std::same_as<Result> auto result = partial(view); in test() local
[all …]
/llvm-project-15.0.7/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
56 SmallVector<int64_t, 4> result; in TEST() local
62 SmallVector<int64_t, 4> result; in TEST() local
68 SmallVector<int64_t, 4> result; in TEST() local
/llvm-project-15.0.7/flang/lib/Optimizer/Support/
H A DInternalNames.cpp29 std::string result; in doModules() local
72 std::int64_t result = badValue; in readInt() local
88 std::string result = "K"; in doKind() local
95 std::string result; in doKinds() local
102 std::string result = prefix(); in doCommonBlock() local
107 std::string result = prefix(); in doBlockData() local
115 std::string result = prefix(); in doConstant() local
125 std::string result = prefix(); in doDispatchTable() local
131 std::string result = prefix(); in doGenerated() local
158 std::string result = prefix(); in doIntrinsicTypeDescriptor() local
[all …]
/llvm-project-15.0.7/libc/test/src/string/
H A Dstrncmp_test.cpp18 int result = __llvm_libc::strncmp(s1, s2, 1); in TEST() local
30 int result = __llvm_libc::strncmp(empty, s2, 3); in TEST() local
44 int result = __llvm_libc::strncmp(s1, s2, 3); in TEST() local
56 int result = __llvm_libc::strncmp(s1, s2, 8); in TEST() local
70 int result = __llvm_libc::strncmp(s1, s2, 4); in TEST() local
84 int result = __llvm_libc::strncmp(s1, s2, 4); in TEST() local
97 int result = __llvm_libc::strncmp(b, a, 1); in TEST() local
111 int result = __llvm_libc::strncmp(s1, s2, 0); in TEST() local
122 int result = __llvm_libc::strncmp(s1, s2, 1); in TEST() local
133 int result = __llvm_libc::strncmp(s1, s2, 3); in TEST() local
[all …]
H A Dstrcmp_test.cpp15 int result = __llvm_libc::strcmp(s1, s2); in TEST() local
26 int result = __llvm_libc::strcmp(empty, s2); in TEST() local
40 int result = __llvm_libc::strcmp(s1, s2); in TEST() local
51 int result = __llvm_libc::strcmp(s1, s2); in TEST() local
64 int result = __llvm_libc::strcmp(s1, s2); in TEST() local
77 int result = __llvm_libc::strcmp(s1, s2); in TEST() local
90 int result = __llvm_libc::strcmp(b, a); in TEST() local
/llvm-project-15.0.7/mlir/lib/AsmParser/
H A DAsmParserImpl.h244 ParseResult parseFloat(double &result) override { in parseFloat()
276 OptionalParseResult parseOptionalInteger(APInt &result) override { in parseOptionalInteger()
365 ParseResult parseAttribute(Attribute &result, Type type) override { in parseAttribute()
373 Attribute &result, Type type, in parseCustomAttributeWithFallback()
385 Type &result, in parseCustomTypeWithFallback()
393 OptionalParseResult parseOptionalAttribute(Attribute &result, in parseOptionalAttribute()
397 OptionalParseResult parseOptionalAttribute(ArrayAttr &result, in parseOptionalAttribute()
401 OptionalParseResult parseOptionalAttribute(StringAttr &result, in parseOptionalAttribute()
477 ParseResult parseType(Type &result) override { in parseType()
482 OptionalParseResult parseOptionalType(Type &result) override { in parseOptionalType()
[all …]
/llvm-project-15.0.7/libc/src/__support/FPUtil/x86_64/
H A Dsqrt.h24 float result; variable
30 double result; variable
37 long double result; variable
/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter-tests/
H A Doptnone-fastmath.cpp22 float result; in test_fdiv() local
32 float result; in test_distributivity() local
50 float result; in test_associativity() local
74 float result = A + 10.0f; // DexLabel('fp_operations_result') in test_simplify_fp_operations() local
87 float result = A + C; // DexLabel('fp_operations_2_result') in test_simplify_fp_operations_2() local
98 float result = test_fdiv(4.0f); in main() local
/llvm-project-15.0.7/libcxx/test/std/ranges/range.adaptors/range.common.view/
H A Dadaptor.pass.cpp36 std::same_as<CommonView> auto result = std::views::common(view); in test() local
43 std::same_as<std::ranges::ref_view<NotAView>> auto result = std::views::common(arr); in test() local
52 std::same_as<std::ranges::common_view<NonCommonView>> auto result = std::views::common(view); in test() local
64 std::same_as<std::ranges::common_view<SomeView>> auto result = view | std::views::common; in test() local
75 std::same_as<Result> auto result = partial(view); in test() local
86 std::same_as<Result> auto result = partial(view); in test() local
/llvm-project-15.0.7/lldb/test/API/commands/command/script/
H A Dcallables.py8 def check(debugger, command, context, result, internal_dict): argument
21 def v5foobar(debugger, command, context, result, internal_dict, *args): argument
24 def foobar(debugger, command, context, result, internal_dict): argument
27 def foobar4(debugger, command, result, internal_dict): argument
32 def sfoobar(debugger, command, context, result, internal_dict): argument
36 def cfoobar(cls, debugger, command, context, result, internal_dict): argument
39 def ifoobar(self, debugger, command, context, result, internal_dict): argument
46 def sfoobar4(debugger, command, result, internal_dict): argument
50 def cfoobar4(cls, debugger, command, result, internal_dict): argument
53 def ifoobar4(self, debugger, command, result, internal_dict): argument
[all …]
/llvm-project-15.0.7/mlir/lib/Tools/lsp-server-support/
H A DProtocol.cpp102 std::string result; in percentDecode() local
333 TextDocumentIdentifier &result, in fromJSON()
427 TextDocumentPositionParams &result, in fromJSON()
457 DidOpenTextDocumentParams &result, in fromJSON()
468 DidCloseTextDocumentParams &result, in fromJSON()
568 llvm::json::Object result{{"name", symbol.name}, in toJSON() local
614 llvm::json::Object result{ in toJSON() local
719 CompletionItemKindBitset &result, in fromJSON()
738 llvm::json::Object result{{"label", value.label}}; in toJSON() local
821 llvm::json::Object result; in toJSON() local
[all …]
/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.modifying.operations/alg.unique/
H A Dranges_unique_copy.pass.cpp279 auto result = std::ranges::unique_copy(in, in + 5, out); in test() local
287 … auto result = std::ranges::unique_copy(std::ranges::subrange{in, in + 5}, out); in test() local
305 …auto result = std::ranges::unique_copy(InIter{in}, Sent{InIter{in + 6}}, InputAndOutputIterator{ou… in test() local
314 auto result = std::ranges::unique_copy(r, InputAndOutputIterator{out}); in test() local
341 auto result = std::ranges::unique_copy(r, cpp20_output_iterator<int*>{out}); in test() local
361 auto result = std::ranges::unique_copy(in.begin(), in.end(), out.begin(), comp); in test() local
370 auto result = std::ranges::unique_copy(in, out.begin(), comp); in test() local
387 auto result = std::ranges::unique_copy(in.begin(), in.end(), out.begin(), {}, proj); in test() local
396 auto result = std::ranges::unique_copy(in, out.begin(), {}, proj); in test() local
413 auto result = std::ranges::unique_copy( in test() local
[all …]
/llvm-project-15.0.7/libc/test/src/time/
H A Dasctime_test.cpp22 char *result; in TEST() local
31 char *result; in TEST() local
61 char *result; in TEST() local
90 char *result; in TEST() local
130 char *result; in TEST() local
170 char *result; in TEST() local
190 char *result; in TEST() local
/llvm-project-15.0.7/libcxx/test/std/utilities/format/format.functions/
H A Dformat_to_n.locale.pass.cpp41 std::format_to_n_result result = variable
53 std::format_to_n_result result = variable
64 std::format_to_n_result result = variable
76 std::format_to_n_result result = variable
91 …std::format_to_n_result result = std::format_to_n(buffer, -1, std::locale(), fmt.template sv<CharT… variable
H A Dformat_to_n.pass.cpp38 …std::format_to_n_result result = std::format_to_n(std::back_inserter(out), 0, fmt.template sv<Char… variable
49 …std::format_to_n_result result = std::format_to_n(std::back_inserter(out), 5, fmt.template sv<Char… variable
59 …std::format_to_n_result result = std::format_to_n(std::back_inserter(out), 1000, fmt.template sv<C… variable
70 …std::format_to_n_result result = std::format_to_n(out.begin(), 10, fmt.template sv<CharT>(), args.… variable
84 … std::format_to_n_result result = std::format_to_n(buffer, -1, fmt.template sv<CharT>(), args...); variable

12345678910>>...58