Home
last modified time | relevance | path

Searched refs:eArgRepeatPlus (Results 1 – 13 of 13) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-private-enumerations.h97 eArgRepeatPlus, // One or more occurrences enumerator
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptScriptGroup.cpp43 CommandArgumentData name_arg{eArgTypeName, eArgRepeatPlus}; in CommandObjectRenderScriptScriptGroupBreakpointSet()
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectType.cpp580 type_style_arg.arg_repetition = eArgRepeatPlus; in CommandObjectTypeFormatAdd()
1455 type_style_arg.arg_repetition = eArgRepeatPlus; in CommandObjectTypeSummaryAdd()
1747 type_style_arg.arg_repetition = eArgRepeatPlus; in CommandObjectTypeCategoryDefine()
1849 type_style_arg.arg_repetition = eArgRepeatPlus; in CommandObjectTypeCategoryEnable()
1917 type_style_arg.arg_repetition = eArgRepeatPlus; in CommandObjectTypeCategoryDelete()
2026 type_style_arg.arg_repetition = eArgRepeatPlus; in CommandObjectTypeCategoryDisable()
2328 type_style_arg.arg_repetition = eArgRepeatPlus; in CommandObjectTypeSynthAdd()
2512 type_style_arg.arg_repetition = eArgRepeatPlus; in CommandObjectTypeFilterAdd()
H A DCommandObjectCommands.cpp1248 cmd_arg.arg_repetition = eArgRepeatPlus; in CommandObjectCommandsScriptImport()
1381 cmd_arg.arg_repetition = eArgRepeatPlus; in CommandObjectCommandsScriptAdd()
1690 cmd_arg.arg_repetition = eArgRepeatPlus; in CommandObjectCommandsScriptDelete()
1839 cmd_arg.arg_repetition = eArgRepeatPlus; in CommandObjectCommandsContainerAdd()
1981 cmd_arg.arg_repetition = eArgRepeatPlus; in CommandObjectCommandsContainerDelete()
H A DCommandObjectLog.cpp69 category_arg.arg_repetition = eArgRepeatPlus; in CommandObjectLogEnable()
228 category_arg.arg_repetition = eArgRepeatPlus; in CommandObjectLogDisable()
H A DCommandObjectMemoryTag.cpp187 CommandArgumentData(eArgTypeValue, eArgRepeatPlus)}); in CommandObjectMemoryTagWrite()
H A DCommandObjectMemory.cpp1279 value_arg.arg_repetition = eArgRepeatPlus;
H A DCommandObjectProcess.cpp1063 CommandArgumentData file_arg{eArgTypePath, eArgRepeatPlus}; in CommandObjectProcessLoad()
H A DCommandObjectThread.cpp651 thread_idx_arg.arg_repetition = eArgRepeatPlus; in CommandObjectThreadContinue()
H A DCommandObjectTarget.cpp712 var_name_arg.arg_repetition = eArgRepeatPlus; in CommandObjectTargetVariable()
1829 source_file_arg.arg_repetition = eArgRepeatPlus; in CommandObjectTargetModulesSourceFileAutoComplete()
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DCommandObject.cpp509 case eArgRepeatPlus: in GetFormattedCommandArguments()
529 case eArgRepeatPlus: in GetFormattedCommandArguments()
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp329 index_arg.arg_repetition = eArgRepeatPlus; in CommandObjectMultiwordItaniumABI_Demangle()
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp1010 index_arg.arg_repetition = eArgRepeatPlus; in CommandObjectMultiwordObjC_TaggedPointer_Info()