Searched refs:IsPairType (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandObject.h218 bool IsPairType(ArgumentRepetitionType arg_repeat_type);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandObject.cpp408 bool CommandObject::IsPairType(ArgumentRepetitionType arg_repeat_type) { function in class:CommandObject
443 if ((num_alternatives == 2) && IsPairType(arg_entry[0].arg_repetition)) {
476 // These should not be reached, as they should fail the IsPairType test
513 // These should not be hit, as they should pass the IsPairType test

Completed in 117 milliseconds