Home
last modified time | relevance | path

Searched defs:testcase (Results 1 – 7 of 7) sorted by relevance

/llvm-project/lldb/unittests/Breakpoint/
H A DWatchpointAlgorithmsTests.cpp25 struct testcase { struct
31 void check_testcase(testcase test, in check_testcase() argument
/llvm-project/clang/test/CodeGen/
H A Dbuiltin-recursive.cpp7 void testcase(void) { in testcase() function
/llvm-project/lldb/test/API/functionalities/gdb_remote_client/
H A DTestNoLocalFile.py26 def __init__(self, testcase): argument
H A DTestGdbClientModuleLoad.py14 def __init__(self, testcase, triple, library_name, auxv_entry, region_info): argument
/llvm-project/lldb/packages/Python/lldbsuite/test/
H A Dlldbutil.py1570 get_actions_for_signal( testcase, signal_name, from_target=False, expected_absent=False ) global() argument
1593 set_actions_for_signal( testcase, signal_name, pass_action, stop_action, notify_action, expect_success=True ) global() argument
1693 wait_for_file_on_target(testcase, file_path, max_attempts=6) global() argument
[all...]
/llvm-project/clang/test/CodeGenCXX/
H A Dcxx0x-initializer-stdinitializerlist.cpp478 struct testcase { struct
/llvm-project/third-party/unittest/googletest/src/
H A Dgtest.cc587 for (const auto& testcase : suites_) { in CheckForInstantiations() local