Searched refs:new_format (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionValueFormat.cpp51 Format new_format; local
52 error = Args::StringToFormat (value_cstr, new_format, NULL);
56 m_current_value = new_format;
H A DProperty.cpp109 Format new_format = eFormatInvalid; local
111 Args::StringToFormat (definition.default_cstr_value, new_format, NULL);
113 new_format = (Format)definition.default_uint_value;
114 m_value_sp.reset (new OptionValueFormat(new_format));

Completed in 107 milliseconds