Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DOptionValue.h43 eTypeRegex, enumerator
164 case 1u << eTypeRegex: in ConvertTypeMaskToType()
165 return eTypeRegex; in ConvertTypeMaskToType()
H A DOptionValueRegex.h29 OptionValue::Type GetType() const override { return eTypeRegex; } in GetType()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionValue.cpp217 if (GetType() == OptionValue::eTypeRegex) in GetAsRegex()
223 if (GetType() == OptionValue::eTypeRegex) in GetAsRegex()
490 case eTypeRegex: in GetBuiltinTypeAsCString()
H A DProperty.cpp160 case OptionValue::eTypeRegex: in Property()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DDisassembler.cpp347 if (value_sp && value_sp->GetType() == OptionValue::eTypeRegex) { in ElideMixedSourceAndDisassemblyLine()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThread.cpp74 {"step-avoid-regexp", OptionValue::eTypeRegex, true, 0, "^std::", {},