Home
last modified time | relevance | path

Searched refs:format_letter (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/lldb/source/Interpreter/
DOptionGroupFormat.cpp170 ExecutionContext *execution_context, char format_letter, Format &format, in ParserGDBFormatLetter() argument
173 switch (format_letter) { in ParserGDBFormatLetter()
176 m_prev_gdb_format = format_letter; in ParserGDBFormatLetter()
180 m_prev_gdb_format = format_letter; in ParserGDBFormatLetter()
184 m_prev_gdb_format = format_letter; in ParserGDBFormatLetter()
188 m_prev_gdb_format = format_letter; in ParserGDBFormatLetter()
192 m_prev_gdb_format = format_letter; in ParserGDBFormatLetter()
196 m_prev_gdb_format = format_letter; in ParserGDBFormatLetter()
205 m_prev_gdb_format = format_letter; in ParserGDBFormatLetter()
210 m_prev_gdb_format = format_letter; in ParserGDBFormatLetter()
[all …]
/external/llvm-project/lldb/include/lldb/Interpreter/
DOptionGroupFormat.h68 char format_letter, lldb::Format &format,
/external/python/cpython3/Lib/
Dformatter.py137 label = label + self.format_letter(c, counter)
145 def format_letter(self, case, counter): member in AbstractFormatter
/external/python/cpython2/Lib/
Dformatter.py134 label = label + self.format_letter(c, counter)
142 def format_letter(self, case, counter): member in AbstractFormatter