Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionValueFormatEntity.cpp20 : OptionValue(), m_current_format(), m_default_format(), m_current_entry(), in OptionValueFormatEntity()
26 m_default_format = default_format; in OptionValueFormatEntity()
35 m_current_format = m_default_format; in Clear()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DOptionValueFormatEntity.h65 std::string m_default_format; variable