Searched refs:T_PRINTF_FORMAT (Results 1 – 15 of 15) sorted by relevance
/external/lldb/test/types/ |
D | basic_type.cpp | 17 #define T_PRINTF_FORMAT "%i" 125 #ifdef T_PRINTF_FORMAT in main() 126 printf ("%s: a = '" T_PRINTF_FORMAT "'\n", T_CSTR, a); in main() 127 printf ("%s*: %p => *a_ptr = '" T_PRINTF_FORMAT "'\n", T_CSTR, a_ptr, *a_ptr); in main() 128 printf ("%s&: @%p => a_ref = '" T_PRINTF_FORMAT "'\n", T_CSTR, &a_ref, a_ref); in main() 130 printf ("%s[2]: a_array_bounded[0] = '" T_PRINTF_FORMAT "'\n", T_CSTR, a_array_bounded[0]); in main() 131 printf ("%s[2]: a_array_bounded[1] = '" T_PRINTF_FORMAT "'\n", T_CSTR, a_array_bounded[1]); in main() 133 printf ("%s[]: a_array_unbounded[0] = '" T_PRINTF_FORMAT "'\n", T_CSTR, a_array_unbounded[0]); in main() 134 printf ("%s[]: a_array_unbounded[1] = '" T_PRINTF_FORMAT "'\n", T_CSTR, a_array_unbounded[1]); in main() 136 printf ("(a_class) a_class_instance.m_a = '" T_PRINTF_FORMAT "'\n", a_class_instance.get_a()); in main() [all …]
|
D | float.cpp | 7 #define T_PRINTF_FORMAT "%g" macro
|
D | unsigned_short.cpp | 7 #define T_PRINTF_FORMAT "%hu" macro
|
D | unsigned_char.cpp | 7 #define T_PRINTF_FORMAT "%c" macro
|
D | double.cpp | 7 #define T_PRINTF_FORMAT "%lg" macro
|
D | short.cpp | 7 #define T_PRINTF_FORMAT "%hd" macro
|
D | int.cpp | 7 #define T_PRINTF_FORMAT "%i" macro
|
D | unsigned_int.cpp | 7 #define T_PRINTF_FORMAT "%u" macro
|
D | char.cpp | 7 #define T_PRINTF_FORMAT "%c" macro
|
D | long.cpp | 16 #define T_PRINTF_FORMAT "%ld" macro
|
D | unsigned_long_long.cpp | 16 #define T_PRINTF_FORMAT "%llu" macro
|
D | unsigned_long.cpp | 16 #define T_PRINTF_FORMAT "%lu" macro
|
D | long_long.cpp | 16 #define T_PRINTF_FORMAT "%lld" macro
|
/external/lldb/test/functionalities/breakpoint/inlined_breakpoints/ |
D | basic_type.cpp | 17 #define T_PRINTF_FORMAT "%i" 126 #ifdef T_PRINTF_FORMAT in main() 127 printf ("%s: a = '" T_PRINTF_FORMAT "'\n", T_CSTR, a); in main() 128 printf ("%s*: %p => *a_ptr = '" T_PRINTF_FORMAT "'\n", T_CSTR, a_ptr, *a_ptr); in main() 129 printf ("%s&: @%p => a_ref = '" T_PRINTF_FORMAT "'\n", T_CSTR, &a_ref, a_ref); in main() 131 printf ("%s[2]: a_array_bounded[0] = '" T_PRINTF_FORMAT "'\n", T_CSTR, a_array_bounded[0]); in main() 132 printf ("%s[2]: a_array_bounded[1] = '" T_PRINTF_FORMAT "'\n", T_CSTR, a_array_bounded[1]); in main() 134 printf ("%s[]: a_array_unbounded[0] = '" T_PRINTF_FORMAT "'\n", T_CSTR, a_array_unbounded[0]); in main() 135 printf ("%s[]: a_array_unbounded[1] = '" T_PRINTF_FORMAT "'\n", T_CSTR, a_array_unbounded[1]); in main() 137 printf ("(a_class) a_class_instance.m_a = '" T_PRINTF_FORMAT "'\n", a_class_instance.get_a()); in main() [all …]
|
D | int.cpp | 7 #define T_PRINTF_FORMAT "%i" macro
|