Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DOptionValue.h43 eTypeRegex, enumerator
166 case 1u << eTypeRegex: in ConvertTypeMaskToType()
167 return eTypeRegex; in ConvertTypeMaskToType()
H A DOptionValueRegex.h26 OptionValue::Type GetType() const override { return eTypeRegex; } in GetType()
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DOptionValue.cpp215 if (GetType() == OptionValue::eTypeRegex) in GetAsRegex()
221 if (GetType() == OptionValue::eTypeRegex) in GetAsRegex()
490 case eTypeRegex: in GetBuiltinTypeAsCString()
H A DProperty.cpp171 case OptionValue::eTypeRegex: in Property()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DDisassembler.cpp257 if (value_sp && value_sp->GetType() == OptionValue::eTypeRegex) { in ElideMixedSourceAndDisassemblyLine()