Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/libcxx/input.output/filesystems/
H A Dconvert_file_time.pass.cpp87 static constexpr bool test_timespec() { in test_timespec()
102 static constexpr bool test_file_time_type() { in test_file_time_type()
109 static constexpr bool check_round_trip(TimeSpecT orig) { in check_round_trip()
137 struct test_case<FileTimeT, TimeT, TimeSpecT, Base, TK_32Bit, TK_128Bit> argument
156 static constexpr bool test_timespec() { in test_timespec()
174 static constexpr bool test_file_time_type() { in test_file_time_type()
180 static constexpr bool test_convert_timespec() { in test_convert_timespec()
212 struct test_case<FileTimeT, TimeT, TimeSpecT, Base, TK_32Bit, TK_64Bit> argument
224 static constexpr bool test_timespec() { in test_timespec()
254 struct test_case<FileTimeT, TimeT, TimeSpec, Base, TK_FloatingPoint, argument
[all …]
/llvm-project-15.0.7/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-15.0.7/libcxx/test/support/
H A Drapid-cxx-test.h453 struct test_case struct
455 test_case() in test_case() function
459 test_case(const char* file1, const char* func1, std::size_t line1, in test_case() function
464 const char *file;
465 const char *func;
466 std::size_t line;
467 invoker_t invoke;
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/
H A Dlldbplatformutil.py23 def check_first_register_readable(test_case): argument
188 def hasChattyStderr(test_case): argument
/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/tools/test/
H A DTool.py217 def _record_test_and_display(self, test_case): argument
/llvm-project-15.0.7/llvm/utils/unittest/googletest/src/
H A Dgtest-internal-inl.h1158 void OnTestCaseStart(const TestCase& test_case) override { in OnTestCaseStart()
1164 void OnTestCaseEnd(const TestCase& test_case) override { in OnTestCaseEnd()
H A Dgtest.cc3184 void PrettyUnitTestResultPrinter::OnTestCaseStart(const TestCase& test_case) { in OnTestCaseStart()
3258 void PrettyUnitTestResultPrinter::OnTestCaseEnd(const TestCase& test_case) { in OnTestCaseEnd()
/llvm-project-15.0.7/lldb/test/API/functionalities/gdb_remote_client/
H A DTestGDBRemoteClient.py395 def __init__(self, test_case): argument
/llvm-project-15.0.7/lldb/third_party/Python/module/unittest2/unittest2/
H A Dcase.py132 def __init__(self, expected, test_case, expected_regexp=None): argument
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_allocator_test.cpp1275 for (auto test_case : test_cases) { in TEST() local