Home
last modified time | relevance | path

Searched refs:new_format (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueFormat.cpp44 Format new_format; in SetValueFromString() local
45 error = OptionArgParser::ToFormat(value.str().c_str(), new_format, nullptr); in SetValueFromString()
48 m_current_value = new_format; in SetValueFromString()
H A DProperty.cpp131 Format new_format = eFormatInvalid; in Property() local
133 OptionArgParser::ToFormat(definition.default_cstr_value, new_format, in Property()
136 new_format = (Format)definition.default_uint_value; in Property()
137 m_value_sp = std::make_shared<OptionValueFormat>(new_format); in Property()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DCocoa.cpp579 const bool new_format = in NSNumberSummaryProvider() local
595 if (new_format) { in NSNumberSummaryProvider()