Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Core/
DValueObject.cpp1050 lldb::Format my_format = GetFormat(); in GetValueAsCString() local
1051 if (my_format == lldb::eFormatDefault) { in GetValueAsCString()
1056 my_format = eFormatUnsigned; in GetValueAsCString()
1061 my_format = reg_info->format; in GetValueAsCString()
1063 my_format = GetValue().GetCompilerType().GetFormat(); in GetValueAsCString()
1068 if (my_format != m_last_format || m_value_str.empty()) { in GetValueAsCString()
1069 m_last_format = my_format; in GetValueAsCString()
1071 format_sp = std::make_shared<TypeFormatImpl_Format>(my_format); in GetValueAsCString()
/freebsd-12-stable/contrib/gcc/doc/
Dextend.texi1910 my_printf (void *my_object, const char *my_format, ...)
1917 @code{my_format}.
1934 In the example above, the format string (@code{my_format}) is the second
1974 my_dgettext (char *my_domain, const char *my_format)
1982 consistency with the format string argument @code{my_format}. If the