Home
last modified time | relevance | path

Searched defs:test_case (Results 1 – 14 of 14) sorted by relevance

/llvm-project/libcxx/test/libcxx/input.output/filesystems/
H A Dconvert_file_time.pass.cpp74 struct test_case<FileTimeT, TimeT, TimeSpecT, Base, TK_64Bit, TK_128Bit> struct
85 static constexpr auto max_time_t = std::numeric_limits<TimeT>::max();
86 static constexpr auto min_time_t = std::numeric_limits<TimeT>::min();
88 static constexpr bool test_timespec() { in test_timespec()
103 static constexpr bool test_file_time_type() { in test_file_time_type()
110 static constexpr bool check_round_trip(TimeSpecT orig) { in check_round_trip()
138 struct test_case<FileTimeT, TimeT, TimeSpecT, Base, TK_32Bit, TK_128Bit> struct
144 struct test_case<FileTimeT, TimeT, TimeSpecT, Base, TK_64Bit, TK_64Bit> struct
154 static constexpr auto max_time_t = std::numeric_limits<TimeT>::max();
155 static constexpr auto min_time_t = std::numeric_limits<TimeT>::min();
[all …]
/llvm-project/libcxx/test/std/containers/sequences/forwardlist/forwardlist.modifiers/
H A Dinsert_range_after.pass.cpp50 …auto get_insert_pos = [](auto& c, auto& test_case) { return std::ranges::next(c.before_begin(), te… in test_sequence_insert_range_after()
52 auto get_return_pos = [](auto& c, auto& test_case) { in test_sequence_insert_range_after()
58 auto& test_case = EmptyContainer_EmptyRange<T>; in test_sequence_insert_range_after() local
70 auto& test_case = EmptyContainer_OneElementRange<T>; in test_sequence_insert_range_after() local
82 auto& test_case = EmptyContainer_MidRange<T>; in test_sequence_insert_range_after() local
96 auto& test_case = OneElementContainer_Begin_EmptyRange<T>; in test_sequence_insert_range_after() local
108 auto& test_case = OneElementContainer_End_EmptyRange<T>; in test_sequence_insert_range_after() local
120 auto& test_case = OneElementContainer_Begin_OneElementRange<T>; in test_sequence_insert_range_after() local
132 auto& test_case = OneElementContainer_End_OneElementRange<T>; in test_sequence_insert_range_after() local
144 auto& test_case = OneElementContainer_Begin_MidRange<T>; in test_sequence_insert_range_after() local
[all …]
/llvm-project/libcxx/test/libcxx/numerics/complex.number/
H A D__sqr.pass.cpp27 struct test_case in test() struct
29 cplx value; in test()
30 cplx expected; in test()
/llvm-project/lldb/packages/Python/lldbsuite/test/
H A Dlldbplatformutil.py22 check_first_register_readable(test_case) global() argument
185 hasChattyStderr(test_case) global() argument
[all...]
/llvm-project/libcxx/test/libcxx/utilities/utility/
H A D__murmur2_or_cityhash.abi-v1.pass.cpp44 for (const auto& test_case : TestCases) { main() local
H A D__murmur2_or_cityhash.abi-v2.pass.cpp43 for (const auto& test_case : TestCases) { in main() local
/llvm-project/libcxx/test/support/test.support/
H A Dtest_check_assertion.pass.cpp32 DeathTest test_case; in TestDeathTest() local
/llvm-project/cross-project-tests/debuginfo-tests/dexter/dex/tools/test/
H A DTool.py191 def _record_test_and_display(self, test_case): argument
[all...]
/llvm-project/libcxx/test/std/algorithms/alg.nonmodifying/alg.fold/
H A Dleft_folds.pass.cpp254 constexpr bool test_case() { in test_case() function
/llvm-project/libcxx/test/support/
H A Dcheck_assertion.h357 DeathTest test_case; in ExpectDeath() local
/llvm-project/libcxx/test/std/strings/basic.string/string.modifiers/string_replace/
H A Dreplace_with_range.pass.cpp642 __anon2b9486a30102(const TestCaseReplacement& test_case) test_string_replace_with_range() argument
/llvm-project/lldb/test/API/functionalities/gdb_remote_client/
H A DTestGDBRemoteClient.py458 __init__(self, test_case) global() argument
/llvm-project/third-party/unittest/googletest/src/
H A Dgtest.cc3436 void PrettyUnitTestResultPrinter::OnTestCaseStart(const TestCase& test_case) { in OnTestCaseStart()
3515 void PrettyUnitTestResultPrinter::OnTestCaseEnd(const TestCase& test_case) { in OnTestCaseEnd()
/llvm-project/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_allocator_test.cpp1286 for (auto test_case : test_cases) { TEST() local