Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-private-enumerations.h97 eArgRepeatPlus, // One or more occurrences enumerator
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectType.cpp596 type_style_arg.arg_repetition = eArgRepeatPlus; in CommandObjectTypeFormatAdd()
1452 type_style_arg.arg_repetition = eArgRepeatPlus; in CommandObjectTypeSummaryAdd()
1752 type_style_arg.arg_repetition = eArgRepeatPlus; in CommandObjectTypeCategoryDefine()
1853 type_style_arg.arg_repetition = eArgRepeatPlus; in CommandObjectTypeCategoryEnable()
1920 type_style_arg.arg_repetition = eArgRepeatPlus; in CommandObjectTypeCategoryDelete()
2027 type_style_arg.arg_repetition = eArgRepeatPlus; in CommandObjectTypeCategoryDisable()
2310 type_style_arg.arg_repetition = eArgRepeatPlus; in CommandObjectTypeSynthAdd()
2515 type_style_arg.arg_repetition = eArgRepeatPlus; in CommandObjectTypeFilterAdd()
H A DCommandObjectLog.cpp69 category_arg.arg_repetition = eArgRepeatPlus; in CommandObjectLogEnable()
241 category_arg.arg_repetition = eArgRepeatPlus; in CommandObjectLogDisable()
H A DCommandObjectCommands.cpp1261 cmd_arg.arg_repetition = eArgRepeatPlus; in CommandObjectCommandsScriptImport()
1391 cmd_arg.arg_repetition = eArgRepeatPlus; in CommandObjectCommandsScriptAdd()
1713 cmd_arg.arg_repetition = eArgRepeatPlus; in CommandObjectCommandsScriptDelete()
1861 cmd_arg.arg_repetition = eArgRepeatPlus; in CommandObjectCommandsContainerAdd()
2002 cmd_arg.arg_repetition = eArgRepeatPlus; in CommandObjectCommandsContainerDelete()
H A DCommandObjectMemoryTag.cpp186 CommandArgumentData(eArgTypeValue, eArgRepeatPlus)}); in CommandObjectMemoryTagWrite()
H A DCommandObjectProcess.cpp1009 CommandArgumentData file_arg{eArgTypePath, eArgRepeatPlus}; in CommandObjectProcessLoad()
H A DCommandObjectMemory.cpp1263 value_arg.arg_repetition = eArgRepeatPlus;
H A DCommandObjectThread.cpp654 thread_idx_arg.arg_repetition = eArgRepeatPlus; in CommandObjectThreadContinue()
H A DCommandObjectTarget.cpp744 var_name_arg.arg_repetition = eArgRepeatPlus; in CommandObjectTargetVariable()
1933 source_file_arg.arg_repetition = eArgRepeatPlus; in CommandObjectTargetModulesSourceFileAutoComplete()
/freebsd-14.2/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandObject.cpp509 case eArgRepeatPlus: in GetFormattedCommandArguments()
529 case eArgRepeatPlus: in GetFormattedCommandArguments()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp427 index_arg.arg_repetition = eArgRepeatPlus; in CommandObjectMultiwordItaniumABI_Demangle()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp1023 index_arg.arg_repetition = eArgRepeatPlus; in CommandObjectMultiwordObjC_TaggedPointer_Info()