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

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-private-enumerations.h103 eArgRepeatPairPlus, // One or more occurrences of a pair enumerator in enum:lldb_private::ArgumentRepetitionType
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandObject.cpp411 (arg_repeat_type == eArgRepeatPairPlus) ||
453 case eArgRepeatPairPlus:
509 case eArgRepeatPairPlus:
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp1033 old_prefix_arg.arg_repetition = eArgRepeatPairPlus;
1037 new_prefix_arg.arg_repetition = eArgRepeatPairPlus;
1138 old_prefix_arg.arg_repetition = eArgRepeatPairPlus;
1142 new_prefix_arg.arg_repetition = eArgRepeatPairPlus;

Completed in 107 milliseconds