Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandObject.cpp492 (arg_repeat_type == eArgRepeatPairPlus) || in IsPairType()
508 .Case("pair-plus", eArgRepeatPairPlus) in ArgRepetitionFromString()
554 case eArgRepeatPairPlus: in GetFormattedCommandArguments()
610 case eArgRepeatPairPlus: in GetFormattedCommandArguments()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-private-enumerations.h106 eArgRepeatPairPlus, // One or more occurrences of a pair enumerator
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp1012 old_prefix_arg.arg_repetition = eArgRepeatPairPlus; in CommandObjectTargetModulesSearchPathsAdd()
1016 new_prefix_arg.arg_repetition = eArgRepeatPairPlus; in CommandObjectTargetModulesSearchPathsAdd()
1112 old_prefix_arg.arg_repetition = eArgRepeatPairPlus; in CommandObjectTargetModulesSearchPathsInsert()
1116 new_prefix_arg.arg_repetition = eArgRepeatPairPlus; in CommandObjectTargetModulesSearchPathsInsert()