| /llvm-project-15.0.7/polly/lib/External/isl/imath/ |
| H A D | imdrover.c | 438 mp_result expect; in test_init() local 462 mp_result expect; in test_set() local 484 mp_result expect; in test_neg() local 499 mp_result expect; in test_abs() local 515 mp_result expect; in test_add() local 537 mp_result expect; in test_sub() local 557 mp_result expect; in test_mul() local 571 mp_result expect; in test_mulp2() local 587 mp_result expect; in test_mulv() local 603 mp_result expect; in test_sqr() local [all …]
|
| /llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/class.path/path.itr/ |
| H A D | iterator.pass.cpp | 87 const path expect[] = {"//root_name", "/", "first_dir", "second_dir"}; in checkBeginEndBasic() local 89 const path expect[] = {"/", "root_name", "first_dir", "second_dir"}; in checkBeginEndBasic() local 96 const path expect[] = {"/", "foo", "bar", "baz", ""}; in checkBeginEndBasic() local
|
| /llvm-project-15.0.7/flang/test/Lower/ |
| H A D | memory-alloc.f90 | 11 Subroutine test1(i,expect) argument 12 Integer,Intent(In) :: i,expect(:) local
|
| /llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/class.path/path.member/path.gen/ |
| H A D | lexically_normal.pass.cpp | 30 std::string expect; in main() member 135 fs::path expect(TC.expect); in main() local
|
| H A D | lexically_relative_and_proximate.pass.cpp | 32 std::string expect; in main() member 67 fs::path expect(TC.expect); in main() local
|
| /llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.weakly_canonical/ |
| H A D | weakly_canonical.pass.cpp | 34 fs::path expect; in main() member 74 fs::path expect = TC.expect; in main() local
|
| /llvm-project-15.0.7/flang/unittests/Runtime/ |
| H A D | NumericalFormatTest.cpp | 22 const std::string &expect, const std::string &got) { in CompareFormattedStrings() 29 const char *expect, const std::string &&got) { in CompareFormattedStrings() 35 const char *format, double x, const char *expect, std::string &got) { in CompareFormatReal() 52 const char *expect, std::string &got) { in CompareFormatReal() 83 static const std::string expect{"HELLO, WORLD 678 0xFEEDFACE T"}; in TEST() local 142 static const std::string expect{">HELLO, WORLD <" in TEST() local 193 static const char expect[bufferSize]{ in TEST() local
|
| H A D | Namelist.cpp | 91 static const std::string expect{"&GROUP1 INTS= 1 -2 4 -8 16 -32 " in TEST() local 160 static const std::string expect{"&JUSTA A= 0 2 0 0 0 1/ "}; in TEST() local 216 static const std::string expect{"&JUSTA A= 'aBCDEfgh'/ "}; in TEST() local 245 static const std::string expect{"&JUSTA A= 'aBCDEfgh' 'iJKLMnop'/ "}; in TEST() local 273 static const std::string expect{"&NML J= 123/ "}; in TEST() local 304 static const std::string expect{"&NML Z= (-1,;2,) (-3,;,5)/ "}; in TEST() local
|
| H A D | CharacterTest.cpp | 110 std::basic_string<CHAR> expect{outputRaw, outputRaw + std::strlen(outputRaw)}; in RunAdjustLRTest() local 230 std::vector<const char *> x, y, expect; member 256 std::basic_string<CHAR> expect{ in RunExtremumTests() local 317 std::size_t expect; member 411 std::basic_string<CHAR> expect{outputRaw, outputRaw + std::strlen(outputRaw)}; in RunRepeatTest() local
|
| /llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.obs/ |
| H A D | last_write_time.pass.cpp | 57 file_time_type expect = last_write_time(ent); in TEST_CASE() local 68 file_time_type expect = last_write_time(ent); in TEST_CASE() local 79 file_time_type expect = last_write_time(sym); in TEST_CASE() local
|
| H A D | hard_link_count.pass.cpp | 56 uintmax_t expect = hard_link_count(ent); in TEST_CASE() local 67 uintmax_t expect = hard_link_count(ent); in TEST_CASE() local 99 uintmax_t expect = hard_link_count(p); in TEST_CASE() local
|
| H A D | file_size.pass.cpp | 56 uintmax_t expect = file_size(ent); in TEST_CASE() local 70 uintmax_t expect = file_size(ent); in TEST_CASE() local 102 uintmax_t expect = file_size(p, other_ec); in TEST_CASE() local
|
| /llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.mods/ |
| H A D | replace_filename.pass.cpp | 45 const path expect("/path/to/bar.out"); in TEST_CASE() local 70 const path expect("/path/to/bar.out"); in TEST_CASE() local 80 const path expect = static_env.NonEmptyFile; in TEST_CASE() local
|
| /llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.proximate/ |
| H A D | proximate.pass.cpp | 65 fs::path expect; in TEST_CASE() member 141 fs::path expect = TC.expect; in TEST_CASE() local
|
| /llvm-project-15.0.7/pstl/test/std/algorithms/alg.sorting/alg.min.max/ |
| H A D | minmax_element.pass.cpp | 30 const Iterator expect = std::min_element(begin, end); in operator ()() local 45 const Iterator expect = std::max_element(begin, end); in operator ()() local 60 const std::pair<Iterator, Iterator> expect = std::minmax_element(begin, end); in operator ()() local
|
| /llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_symlink/ |
| H A D | is_symlink.pass.cpp | 43 bool expect; in TEST_CASE() member 68 bool expect; in TEST_CASE() member
|
| /llvm-project-15.0.7/pstl/test/std/algorithms/alg.sorting/alg.set.operations/ |
| H A D | set.pass.cpp | 67 Sequence<T1> expect(n); in operator ()() local 97 Sequence<T1> expect(n); in operator ()() local 127 Sequence<T1> expect(n); in operator ()() local 157 Sequence<T1> expect(n); in operator ()() local
|
| /llvm-project-15.0.7/libcxx/test/std/experimental/memory/memory.resource.global/ |
| H A D | default_resource.pass.cpp | 57 memory_resource *expect = &R; in main() local
|
| /llvm-project-15.0.7/compiler-rt/test/tsan/Linux/ |
| H A D | thread_timedjoin.c | 14 static void check(int res, int expect) { in check()
|
| /llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/class.path/path.member/path.generic.obs/ |
| H A D | generic_string_alloc.pass.cpp | 46 const CharT* expect = longString; in doAllocTest() local
|
| /llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.status_known/ |
| H A D | status_known.pass.cpp | 38 bool expect; in TEST_CASE() member
|
| /llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/class.path/path.member/path.modifiers/ |
| H A D | remove_filename.pass.cpp | 28 const char* expect; member
|
| H A D | replace_filename.pass.cpp | 28 const char* expect; member
|
| H A D | replace_extension.pass.cpp | 29 const char* expect; member
|
| /llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.absolute/ |
| H A D | absolute.pass.cpp | 41 fs::path expect; in TEST_CASE() member
|