Home
last modified time | relevance | path

Searched refs:eArgRepeatPairPlus (Results 1 – 3 of 3) sorted by relevance

/src/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandObject.cpp499 (arg_repeat_type == eArgRepeatPairPlus) || in IsPairType()
515 .Case("pair-plus", eArgRepeatPairPlus) in ArgRepetitionFromString()
561 case eArgRepeatPairPlus: in GetFormattedCommandArguments()
617 case eArgRepeatPairPlus: in GetFormattedCommandArguments()
/src/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-private-enumerations.h105 eArgRepeatPairPlus, // One or more occurrences of a pair enumerator
/src/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp1008 old_prefix_arg.arg_repetition = eArgRepeatPairPlus; in CommandObjectTargetModulesSearchPathsAdd()
1012 new_prefix_arg.arg_repetition = eArgRepeatPairPlus; in CommandObjectTargetModulesSearchPathsAdd()
1108 old_prefix_arg.arg_repetition = eArgRepeatPairPlus; in CommandObjectTargetModulesSearchPathsInsert()
1112 new_prefix_arg.arg_repetition = eArgRepeatPairPlus; in CommandObjectTargetModulesSearchPathsInsert()