| /src/external/gpl3/gdb/dist/gdb/unittests/ |
| format_pieces-selftests.c | 35 check (const char *str, const std::vector<format_piece> &expected_pieces, 50 format_piece ("This is an escape sequence: \e", literal_piece, 0), 61 format_piece ("Hello\t ", literal_piece, 0), 62 format_piece ("%d", int_arg, 0), 63 format_piece ("%" LL "x", long_long_arg, 0), 64 format_piece ("%%d", literal_piece, 0), 65 format_piece ("%d", int_arg, 0), 74 format_piece ("Hello\\t \"", literal_piece, 0), 75 format_piece ("%p[", ptr_arg, 0), 76 format_piece ("%pF", ptr_arg, 0) [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/unittests/ |
| format_pieces-selftests.c | 35 check (const char *str, const std::vector<format_piece> &expected_pieces, 50 format_piece ("This is an escape sequence: \e", literal_piece, 0), 61 format_piece ("Hello\t ", literal_piece, 0), 62 format_piece ("%d", int_arg, 0), 63 format_piece ("%" LL "x", long_long_arg, 0), 64 format_piece ("%%d", literal_piece, 0), 65 format_piece ("%d", int_arg, 0), 74 format_piece ("Hello\\t \"", literal_piece, 0), 75 format_piece ("%p[", ptr_arg, 0), 76 format_piece ("%pF", ptr_arg, 0) [all...] |
| /src/external/gpl3/gdb/dist/gdbsupport/ |
| format.h | 52 struct format_piece struct 54 format_piece (const char *str, enum argclass argc, int n) function in struct:format_piece 62 bool operator== (const format_piece &other) const 86 typedef std::vector<format_piece>::iterator iterator; 100 std::vector<format_piece> m_pieces;
|
| /src/external/gpl3/gdb.old/dist/gdbsupport/ |
| format.h | 52 struct format_piece struct 54 format_piece (const char *str, enum argclass argc, int n) function in struct:format_piece 62 bool operator== (const format_piece &other) const 86 typedef std::vector<format_piece>::iterator iterator; 100 std::vector<format_piece> m_pieces;
|