Home
last modified time | relevance | path

Searched refs:eTypeRegex (Results 1 – 5 of 5) sorted by relevance

/freebsd-src/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValue.h49 eTypeRegex, enumerator
175 case 1u << eTypeRegex: in ConvertTypeMaskToType()
176 return eTypeRegex; in ConvertTypeMaskToType()
H A DOptionValueRegex.h26 OptionValue::Type GetType() const override { return eTypeRegex; } in GetType()
/freebsd-src/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValue.cpp214 if (GetType() == OptionValue::eTypeRegex) in GetAsRegex()
220 if (GetType() == OptionValue::eTypeRegex) in GetAsRegex()
513 case eTypeRegex: in GetBuiltinTypeAsCString()
H A DProperty.cpp171 case OptionValue::eTypeRegex: in Property()
/freebsd-src/contrib/llvm-project/lldb/source/Core/
H A DDisassembler.cpp253 if (value_sp && value_sp->GetType() == OptionValue::eTypeRegex) { in ElideMixedSourceAndDisassemblyLine()