Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandObject.cpp411 bool CommandObject::IsPairType(ArgumentRepetitionType arg_repeat_type) { in IsPairType() argument
412 return (arg_repeat_type == eArgRepeatPairPlain) || in IsPairType()
413 (arg_repeat_type == eArgRepeatPairOptional) || in IsPairType()
414 (arg_repeat_type == eArgRepeatPairPlus) || in IsPairType()
415 (arg_repeat_type == eArgRepeatPairStar) || in IsPairType()
416 (arg_repeat_type == eArgRepeatPairRange) || in IsPairType()
417 (arg_repeat_type == eArgRepeatPairRangeOptional); in IsPairType()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DCommandObject.h218 bool IsPairType(ArgumentRepetitionType arg_repeat_type);