| /llvm-project-15.0.7/compiler-rt/test/builtins/Unit/ |
| H A D | udivmodsi4_test.c | 12 su_int expected_result, su_int expected_rem) in test__udivmodsi4() argument 16 if (result != expected_result) { in test__udivmodsi4() 18 a, b, result, expected_result); in test__udivmodsi4()
|
| H A D | divmodsi4_test.c | 13 si_int expected_result, si_int expected_rem) in test__divmodsi4() argument 17 if (result != expected_result) { in test__divmodsi4() 19 a, b, result, expected_result); in test__divmodsi4()
|
| /llvm-project-15.0.7/compiler-rt/test/builtins/Unit/arm/ |
| H A D | aeabi_uidivmod_test.c | 13 su_int expected_result, su_int expected_rem) in test__aeabi_uidivmod() argument 19 if (result != expected_result) { in test__aeabi_uidivmod() 21 a, b, result, expected_result); in test__aeabi_uidivmod()
|
| H A D | aeabi_idivmod_test.c | 13 si_int expected_result, si_int expected_rem) in test__aeabi_idivmod() argument 19 if (result != expected_result) { in test__aeabi_idivmod() 21 a, b, result, expected_result); in test__aeabi_idivmod()
|
| /llvm-project-15.0.7/compiler-rt/test/builtins/Unit/ppc/ |
| H A D | fixtfdi_test.c | 460 int64_t expected_result, computed_result; in main() local 465 expected_result = testCases[i].result; in main() 469 if (computed_result != expected_result) { in main() 471 printf("\tExpected %016llx ( %lld )\n", expected_result, expected_result); in main()
|
| /llvm-project-15.0.7/lldb/unittests/Core/ |
| H A D | MangledTest.cpp | 63 ConstString expected_result("a::main"); in TEST() local 64 EXPECT_STREQ(expected_result.GetCString(), the_demangled.GetCString()); in TEST() 80 ConstString expected_result("D main"); in TEST() local 81 EXPECT_STREQ(expected_result.GetCString(), the_demangled.GetCString()); in TEST()
|
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | PdbIndex.cpp | 35 auto expected_result = expr; \ 36 if (!expected_result) \ 37 return expected_result.takeError(); \ 38 result_ptr = &expected_result.get(); \
|
| /llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/ |
| H A D | lldbinline.py | 166 def check_expression(self, expression, expected_result, use_summary=True): argument 177 expression, expected_result, answer) 178 self.assertTrue(answer == expected_result, report_str)
|
| /llvm-project-15.0.7/pstl/test/std/algorithms/alg.modifying.operations/ |
| H A D | remove_copy.pass.cpp | 68 auto expected_result = remove_copy(in.cfbegin(), in.cfend(), expected.begin(), value); in test() local 69 size_t m = expected_result - expected.begin(); in test()
|
| H A D | unique_copy_equal.pass.cpp | 98 auto expected_result = unique_copy(in.begin(), in.end(), expected.begin(), pred); in test() local 99 size_t m = expected_result - expected.begin(); in test()
|
| /llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/class.path/path.member/ |
| H A D | path.append.pass.cpp | 48 MultiStringType const& expected_result() const { in expected_result() function 135 Str EShort = (Ptr)TC.expected_result(); in doAppendSourceAllocTest() 244 const Ptr E = TC.expected_result(); in doAppendSourceTest() 385 assert(PathEq(Res, (const char*)TC.expected_result())); in main()
|
| /llvm-project-15.0.7/pstl/test/std/algorithms/alg.modifying.operations/alg.copy/ |
| H A D | copy_if.pass.cpp | 99 auto expected_result = copy_if(in.cfbegin(), in.cfend(), expected.begin(), pred); in test() local 100 size_t m = expected_result - expected.begin(); in test()
|
| /llvm-project-15.0.7/lldb/unittests/tools/lldb-server/tests/ |
| H A D | TestClient.cpp | 192 PacketResult expected_result) { in SendMessage() argument 198 if (result != expected_result) in SendMessage()
|
| H A D | TestClient.h | 75 PacketResult expected_result);
|