Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CodeGen/
H A Dbuiltin-recursive.cpp7 void testcase(void) { in testcase() function
/llvm-project-15.0.7/lldb/test/API/functionalities/gdb_remote_client/
H A DTestNoLocalFile.py23 def __init__(self, testcase): argument
H A DTestGdbClientModuleLoad.py14 def __init__(self, testcase, triple, library_name, auxv_entry, region_info): argument
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/
H A Dlldbutil.py1545 def get_actions_for_signal(testcase, signal_name, from_target=False, expected_absent=False): argument
1567 def set_actions_for_signal(testcase, signal_name, pass_action, stop_action, notify_action, expect_s… argument
1643 def wait_for_file_on_target(testcase, file_path, max_attempts=6): argument
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dcxx0x-initializer-stdinitializerlist.cpp485 struct testcase { struct
/llvm-project-15.0.7/lldb/third_party/Python/module/unittest2/unittest2/
H A Dcase.py167 def __init__(self, testcase): argument