Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/include/lldb/
Dlldb-private-enumerations.h103 eArgRepeatPairPlus, // One or more occurrences of a pair enumerator
/openbsd/src/gnu/llvm/lldb/source/Interpreter/
DCommandObject.cpp444 (arg_repeat_type == eArgRepeatPairPlus) || in IsPairType()
489 case eArgRepeatPairPlus: in GetFormattedCommandArguments()
545 case eArgRepeatPairPlus: in GetFormattedCommandArguments()
/openbsd/src/gnu/llvm/lldb/source/Commands/
DCommandObjectTarget.cpp1017 old_prefix_arg.arg_repetition = eArgRepeatPairPlus; in CommandObjectTargetModulesSearchPathsAdd()
1021 new_prefix_arg.arg_repetition = eArgRepeatPairPlus; in CommandObjectTargetModulesSearchPathsAdd()
1119 old_prefix_arg.arg_repetition = eArgRepeatPairPlus; in CommandObjectTargetModulesSearchPathsInsert()
1123 new_prefix_arg.arg_repetition = eArgRepeatPairPlus; in CommandObjectTargetModulesSearchPathsInsert()