Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-private-enumerations.h103 eArgRepeatPairPlus, // One or more occurrences of a pair enumerator
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandObject.cpp427 (arg_repeat_type == eArgRepeatPairPlus) || in IsPairType()
469 case eArgRepeatPairPlus: in GetFormattedCommandArguments()
525 case eArgRepeatPairPlus: in GetFormattedCommandArguments()
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp1009 old_prefix_arg.arg_repetition = eArgRepeatPairPlus; in CommandObjectTargetModulesSearchPathsAdd()
1013 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()