| /llvm-project-15.0.7/flang/unittests/Optimizer/ |
| H A D | InternalNamesTest.cpp | 50 std::string actual = NameUniquer::doBlockData("blockdatatest"); in TEST() local 59 std::string actual = NameUniquer::doCommonBlock("hello"); in TEST() local 68 std::string actual = NameUniquer::doGenerated("@MAIN"); in TEST() local 82 std::string actual = in TEST() local 95 std::string actual = NameUniquer::doType({}, {}, "mytype", {4, -1}); in TEST() local 102 std::string actual = in TEST() local 134 std::string actual = in TEST() local 141 std::string actual = NameUniquer::doTypeDescriptor( in TEST() local 148 std::string actual = NameUniquer::doVariable( in TEST() local 160 llvm::StringRef actual = NameUniquer::doProgramEntry(); in TEST() local [all …]
|
| /llvm-project-15.0.7/libc/utils/UnitTest/ |
| H A D | PrintfMatcher.h | 24 FormatSection actual; variable 38 #define EXPECT_FORMAT_EQ(expected, actual) \ argument 42 #define ASSERT_FORMAT_EQ(expected, actual) \ argument
|
| H A D | FPMatcher.h | 36 T actual; variable 79 #define EXPECT_FP_EQ(expected, actual) \ argument 85 #define ASSERT_FP_EQ(expected, actual) \ argument 91 #define EXPECT_FP_NE(expected, actual) \ argument 97 #define ASSERT_FP_NE(expected, actual) \ argument
|
| H A D | MemoryMatcher.h | 24 MemoryView actual; variable 38 #define EXPECT_MEM_EQ(expected, actual) \ argument
|
| /llvm-project-15.0.7/pstl/test/std/algorithms/alg.sorting/alg.heap.operations/ |
| H A D | is_heap.pass.cpp | 60 bool actual = is_heap(exec, first, last); in operator ()() local 66 bool actual = is_heap(exec, first, last, pred); in operator ()() local 72 Iterator actual = is_heap_until(exec, first, last); in operator ()() local 79 const Iterator actual = is_heap_until(exec, first, last, pred); in operator ()() local
|
| /llvm-project-15.0.7/lldb/third_party/Python/module/unittest2/unittest2/ |
| H A D | util.py | 30 def sorted_list_difference(expected, actual): argument 71 def unorderable_list_difference(expected, actual, ignore_duplicate=False): argument
|
| /llvm-project-15.0.7/compiler-rt/test/builtins/Unit/ |
| H A D | bswapsi2_test.c | 13 uint32_t actual = __bswapsi2(a); in test__bswapsi2() local
|
| H A D | truncdfsf2_test.c | 12 float actual = __truncdfsf2(a); in test__truncdfsf2() local
|
| H A D | bswapdi2_test.c | 13 uint64_t actual = __bswapdi2(a); in test__bswapdi2() local
|
| H A D | truncdfsf2vfp_test.c | 15 float actual = __truncdfsf2vfp(a); in test__truncdfsf2vfp() local
|
| H A D | floatunssidfvfp_test.c | 15 double actual = __floatunssidfvfp(a); in test__floatunssidfvfp() local
|
| H A D | fixsfsivfp_test.c | 14 int actual = __fixsfsivfp(a); in test__fixsfsivfp() local
|
| H A D | floatsidfvfp_test.c | 15 double actual = __floatsidfvfp(a); in test__floatsidfvfp() local
|
| H A D | floatunssisfvfp_test.c | 14 float actual = __floatunssisfvfp(a); in test__floatunssisfvfp() local
|
| H A D | fixunsdfsivfp_test.c | 15 unsigned int actual = __fixunsdfsivfp(a); in test__fixunsdfsivfp() local
|
| H A D | extendsfdf2vfp_test.c | 15 double actual = __extendsfdf2vfp(a); in test__extendsfdf2vfp() local
|
| H A D | fixdfsivfp_test.c | 14 int actual = __fixdfsivfp(a); in test__fixdfsivfp() local
|
| H A D | fixunssfsivfp_test.c | 14 unsigned int actual = __fixunssfsivfp(a); in test__fixunssfsivfp() local
|
| H A D | floatsisfvfp_test.c | 15 float actual = __floatsisfvfp(a); in test__floatsisfvfp() local
|
| H A D | negdf2vfp_test.c | 15 double actual = __negdf2vfp(a); in test__negdf2vfp() local
|
| H A D | negsf2vfp_test.c | 15 float actual = __negsf2vfp(a); in test__negsf2vfp() local
|
| H A D | adddf3vfp_test.c | 15 double actual = __adddf3vfp(a, b); in test__adddf3vfp() local
|
| H A D | unordsf2vfp_test.c | 15 int actual = __unordsf2vfp(a, b); in test__unordsf2vfp() local
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/ |
| H A D | sanitizer_mac_test.cpp | 61 std::string actual = oss.str(); in TEST() local 78 std::string actual = oss.str(); in TEST() local
|
| /llvm-project-15.0.7/compiler-rt/test/builtins/Unit/arm/ |
| H A D | aeabi_frsub_test.c | 14 float actual = __aeabi_frsub(a, b); in test__aeabi_frsub() local
|