Home
last modified time | relevance | path

Searched refs:arg_repeat_type (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DCommandObject.cpp441 bool CommandObject::IsPairType(ArgumentRepetitionType arg_repeat_type) { in IsPairType() argument
442 return (arg_repeat_type == eArgRepeatPairPlain) || in IsPairType()
443 (arg_repeat_type == eArgRepeatPairOptional) || in IsPairType()
444 (arg_repeat_type == eArgRepeatPairPlus) || in IsPairType()
445 (arg_repeat_type == eArgRepeatPairStar) || in IsPairType()
446 (arg_repeat_type == eArgRepeatPairRange) || in IsPairType()
447 (arg_repeat_type == eArgRepeatPairRangeOptional); in IsPairType()
/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DCommandObject.h227 bool IsPairType(ArgumentRepetitionType arg_repeat_type);