/llvm-project/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/flang/test/Lower/ |
H A D | memory-alloc.f90 | 11 Subroutine test1(i,expect) argument 12 Integer,Intent(In) :: i,expect(:) local
|
/llvm-project/libcxx/test/std/input.output/filesystems/class.path/path.itr/ |
H A D | iterator.pass.cpp | 118 const path expect[] = {"//root_name", "/", "first_dir", "second_dir"}; in checkBeginEndBasic() local 120 const path expect[] = {"/", "root_name", "first_dir", "second_dir"}; in checkBeginEndBasic() local 127 const path expect[] = {"/", "foo", "bar", "baz", ""}; in checkBeginEndBasic() local
|
/llvm-project/libcxx/test/std/input.output/filesystems/class.path/path.member/path.gen/ |
H A D | lexically_normal.pass.cpp | 32 std::string expect; in main() member 134 fs::path expect(TC.expect); in main() local
|
H A D | lexically_relative_and_proximate.pass.cpp | 34 std::string expect; in main() member 66 fs::path expect(TC.expect); main() local
|
/llvm-project/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.weakly_canonical/ |
H A D | weakly_canonical.pass.cpp | 38 fs::path expect; in main() member 75 fs::path expect = TC.expect; in main() local
|
/llvm-project/flang/unittests/Runtime/ |
H A D | NumericalFormatTest.cpp | 22 const std::string &expect, const std::string &got) { in CompareFormattedStrings() argument 29 const char *expect, const std::string &&got) { in CompareFormattedStrings() argument 35 const char *format, double x, const char *expect, std::string &got) { in CompareFormatReal() argument 52 const char *expect, std::string &got) { in CompareFormatReal() argument 61 const char *format, std::int64_t x, const char *expect, std::string &got) { in CompareFormatInteger() argument 99 static const std::string expect{"HELLO, WORLD 678 0xFEEDFACE T"}; TEST() local 158 static const std::string expect{">HELLO, WORLD <" TEST() local 209 static const char expect[bufferSize]{ TEST() local [all...] |
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{" in TEST() local 304 static const std::string expect{" &NML Z= (-1,;2,) (-3,;,5)/ "}; TEST() local [all...] |
H A D | LogicalFormatTest.cpp | 50 static const std::string expect{"T F 6 T F -2 T AB FF 2.3 T"}; in TEST() local
|
H A D | CharacterTest.cpp | 110 std::basic_string<CHAR> expect{outputRaw, outputRaw + std::strlen(outputRaw)}; in RunAdjustLRTest() local 232 std::vector<const char *> x, y, expect; member 258 std::basic_string<CHAR> expect{ RunExtremumTests() local 319 std::size_t expect; global() member 413 std::basic_string<CHAR> expect{outputRaw, outputRaw + std::strlen(outputRaw)}; RunRepeatTest() local [all...] |
/llvm-project/libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.obs/ |
H A D | last_write_time.pass.cpp | 56 file_time_type expect = last_write_time(ent); in basic() local 67 file_time_type expect = last_write_time(ent); in basic() local 78 file_time_type expect = last_write_time(sym); in basic() local
|
H A D | hard_link_count.pass.cpp | 59 std::uintmax_t expect = hard_link_count(ent); in basic() local 70 std::uintmax_t expect = hard_link_count(ent); in basic() local 102 std::uintmax_t expect = hard_link_count(p); in not_regular_file() local
|
H A D | file_size.pass.cpp | 59 std::uintmax_t expect = file_size(ent); in basic() local 73 std::uintmax_t expect = file_size(ent); in basic() local 105 std::uintmax_t expect = file_size(p, other_ec); in not_regular_file() local
|
/llvm-project/libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.mods/ |
H A D | replace_filename.pass.cpp | 44 const path expect("/path/to/bar.out"); in test_replace_filename_method() local 69 const path expect("/path/to/bar.out"); in test_replace_filename_ec_method() local 79 const path expect = static_env.NonEmptyFile; in test_replace_filename_ec_method() local
|
/llvm-project/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.proximate/ |
H A D | proximate.pass.cpp | 66 fs::path expect; in basic_test() member 140 fs::path expect = TC.expect; in basic_test() local
|
/llvm-project/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/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_symlink/ |
H A D | is_symlink.pass.cpp | 44 bool expect; in is_symlink_status_test() member 69 bool expect; in static_env_test() member
|
/llvm-project/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/libcxx/test/std/utilities/utility/mem.res/mem.res.global/ |
H A D | default_resource.pass.cpp | 51 memory_resource* expect = &R; in main() local
|
/llvm-project/compiler-rt/test/tsan/Linux/ |
H A D | thread_timedjoin.c | 14 static void check(int res, int expect) { in check()
|
/llvm-project/libcxx/test/std/input.output/filesystems/class.path/path.member/path.generic.obs/ |
H A D | generic_string_alloc.pass.cpp | 48 const CharT* expect = longString; in doAllocTest() local
|
/llvm-project/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 | 29 const char* expect; member
|
/llvm-project/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.status_known/ |
H A D | status_known.pass.cpp | 37 bool expect; in status_known_test() member
|
/llvm-project/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.absolute/ |
H A D | absolute.pass.cpp | 41 fs::path expect; in basic_test() member
|