Home
last modified time | relevance | path

Searched defs:extra_args (Results 1 – 16 of 16) sorted by relevance

/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_command/
H A Dbktptcmd.py12 def another_function(frame, bp_loc, extra_args, dict): argument
18 def a_third_function(frame, bp_loc, extra_args, dict): argument
24 def a_list_function(frame, bp_loc, extra_args, dict): argument
30 def empty_extra_args(frame, bp_loc, extra_args, dict): argument
/llvm-project/lldb/test/API/commands/target/stop-hooks/
H A Dstop_hook.py5 def __init__(self, target, extra_args, dict): argument
41 def __init__(self, target, extra_args, dict): argument
49 def __init__(self, target, extra_args, dict): argument
/llvm-project/clang/test/Analysis/
H A Dcheck-analyzer-fixit.py40 def run_test_once(args, extra_args): argument
/llvm-project/lldb/test/Shell/Commands/Inputs/
H A Dstop_hook.py5 def __init__(self, target, extra_args, dict): argument
/llvm-project/lldb/test/API/functionalities/breakpoint/serialize/
H A Dresolver.py8 def __init__(self, bkpt, extra_args, dict): argument
/llvm-project/compiler-rt/cmake/Modules/
H A DSanitizerUtils.cmake29 set(extra_args) variable
/llvm-project/bolt/
H A DCMakeLists.txt93 set(extra_args "") global() variable
/llvm-project/lldb/packages/Python/lldbsuite/test/
H A Dlldbpexpect.py24 extra_args=None, argument
/llvm-project/lldb/test/API/functionalities/breakpoint/scripted_bkpt/
H A Dresolver.py8 def __init__(self, bkpt, extra_args, dict): argument
/llvm-project/llvm/utils/lit/lit/llvm/
H A Dsubst.py46 extra_args=None, argument
/llvm-project/third-party/benchmark/test/
H A Dbenchmark_test.cc231 void BM_template2_capture(benchmark::State& state, ExtraArgs&&... extra_args) { in BM_template2_capture()
244 void BM_template1_capture(benchmark::State& state, ExtraArgs&&... extra_args) { in BM_template1_capture()
/llvm-project/clang-tools-extra/test/clang-tidy/
H A Dcheck_clang_tidy.py88 def __init__(self, args, extra_args): argument
/llvm-project/lldb/source/API/
H A DSBBreakpointLocation.cpp224 SBStructuredData &extra_args) { in SetScriptCallbackFunction() argument
H A DSBBreakpointName.cpp560 SBStructuredData &extra_args) { in SetScriptCallbackFunction() argument
H A DSBBreakpoint.cpp607 SetScriptCallbackFunction(const char * callback_function_name,SBStructuredData & extra_args) SetScriptCallbackFunction() argument
H A DSBTarget.cpp1043 BreakpointCreateFromScript(const char * class_name,SBStructuredData & extra_args,const SBFileSpecList & module_list,const SBFileSpecList & file_list,bool request_hardware) BreakpointCreateFromScript() argument