Home
last modified time | relevance | path

Searched defs:expect (Results 1 – 25 of 74) sorted by relevance

123

/llvm-project-15.0.7/polly/lib/External/isl/imath/
H A Dimdrover.c438 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 Diterator.pass.cpp87 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 Dmemory-alloc.f9011 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 Dlexically_normal.pass.cpp30 std::string expect; in main() member
135 fs::path expect(TC.expect); in main() local
H A Dlexically_relative_and_proximate.pass.cpp32 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 Dweakly_canonical.pass.cpp34 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 DNumericalFormatTest.cpp22 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 DNamelist.cpp91 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 DCharacterTest.cpp110 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 Dlast_write_time.pass.cpp57 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 Dhard_link_count.pass.cpp56 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 Dfile_size.pass.cpp56 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 Dreplace_filename.pass.cpp45 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 Dproximate.pass.cpp65 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 Dminmax_element.pass.cpp30 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 Dis_symlink.pass.cpp43 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 Dset.pass.cpp67 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 Ddefault_resource.pass.cpp57 memory_resource *expect = &R; in main() local
/llvm-project-15.0.7/compiler-rt/test/tsan/Linux/
H A Dthread_timedjoin.c14 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 Dgeneric_string_alloc.pass.cpp46 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 Dstatus_known.pass.cpp38 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 Dremove_filename.pass.cpp28 const char* expect; member
H A Dreplace_filename.pass.cpp28 const char* expect; member
H A Dreplace_extension.pass.cpp29 const char* expect; member
/llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.absolute/
H A Dabsolute.pass.cpp41 fs::path expect; in TEST_CASE() member

123