Home
last modified time | relevance | path

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

1234

/llvm-project/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/flang/test/Lower/
H A Dmemory-alloc.f9011 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 Diterator.pass.cpp118 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 Dlexically_normal.pass.cpp32 std::string expect; in main() member
134 fs::path expect(TC.expect); in main() local
H A Dlexically_relative_and_proximate.pass.cpp34 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 Dweakly_canonical.pass.cpp38 fs::path expect; in main() member
75 fs::path expect = TC.expect; in main() local
/llvm-project/flang/unittests/Runtime/
H A DNumericalFormatTest.cpp22 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 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{" in TEST() local
304 static const std::string expect{" &NML Z= (-1,;2,) (-3,;,5)/ "}; TEST() local
[all...]
H A DLogicalFormatTest.cpp50 static const std::string expect{"T F 6 T F -2 T AB FF 2.3 T"}; in TEST() local
H A DCharacterTest.cpp110 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 Dlast_write_time.pass.cpp56 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 Dhard_link_count.pass.cpp59 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 Dfile_size.pass.cpp59 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 Dreplace_filename.pass.cpp44 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 Dproximate.pass.cpp66 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 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/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_symlink/
H A Dis_symlink.pass.cpp44 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 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/libcxx/test/std/utilities/utility/mem.res/mem.res.global/
H A Ddefault_resource.pass.cpp51 memory_resource* expect = &R; in main() local
/llvm-project/compiler-rt/test/tsan/Linux/
H A Dthread_timedjoin.c14 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 Dgeneric_string_alloc.pass.cpp48 const CharT* expect = longString; in doAllocTest() local
/llvm-project/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.cpp29 const char* expect; member
/llvm-project/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.status_known/
H A Dstatus_known.pass.cpp37 bool expect; in status_known_test() member
/llvm-project/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.absolute/
H A Dabsolute.pass.cpp41 fs::path expect; in basic_test() member

1234