Home
last modified time | relevance | path

Searched defs:args_array (Results 1 – 4 of 4) sorted by relevance

/llvm-project/lldb/test/API/commands/command/script/add/
H A Dtest_commands.py14 def __call__(self, debugger, args_array, exe_ctx, result): argument
/llvm-project/lldb/examples/python/templates/
H A Dparsed_cmd.py326 __call__(self, debugger, args_array, exe_ctx, result) global() argument
/llvm-project/clang/test/CodeGenCXX/
H A Dreferences.cpp173 const int* const args_array[] = { &arg }; in test() local
/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp1731 StructuredData::Array *args_array = args_object_sp->GetAsArray(); CommandObjectScriptingObjectParsed() local
1808 StructuredData::Array *args_array = object->GetAsArray(); CommandObjectScriptingObjectParsed() local