Searched refs:format_char (Results 1 - 6 of 6) sorted by relevance

/external/lldb/source/Interpreter/
H A DArgs.cpp1096 char *format_char = NULL;
1097 unsigned long byte_size = ::strtoul (s, &format_char, 0);
1100 s = format_char;
1113 char format_char = FormatManager::GetFormatAsFormatChar(f);
1114 if (format_char)
1115 error_strm.Printf ("'%c' or ", format_char);
H A DCommandObject.cpp793 char format_char = FormatManager::GetFormatAsFormatChar(f); local
794 if (format_char)
795 sstr.Printf("'%c' or ", format_char);
/external/ltrace/
H A Dlens_default.c174 format_char(FILE *stream, struct value *value, struct value_dict *arguments) function
419 &format_char);
646 return format_char(stream, value, arguments);
/external/mksh/src/
H A Dcheck.pl867 . &format_char($ce) . "', got '"
868 . &format_char($cg) . "'";
872 format_char subroutine
/external/lldb/source/DataFormatters/
H A DFormatManager.cpp32 const char format_char; // One or more format characters that can be used for this format. member in struct:FormatInfo
83 GetFormatFromFormatChar (char format_char, Format &format) argument
87 if (g_format_infos[i].format_char == format_char)
153 return g_format_infos[i].format_char;
/external/lldb/source/Commands/
H A DCommandObjectTarget.cpp3258 const char format_char = m_options.m_format_array[i].first; local
3260 switch (format_char)
3305 if (format_char == 'o')
3351 if (format_char == 'S')

Completed in 1238 milliseconds