Searched refs:T_PRINTF_FORMAT (Results 1 – 15 of 15) sorted by relevance
/external/llvm-project/lldb/test/API/types/ |
D | basic_type.cpp | 17 #define T_PRINTF_FORMAT "%i" 135 #ifdef T_PRINTF_FORMAT in main() 136 fprintf (out, "%s: a = '" T_PRINTF_FORMAT "'\n", T_CSTR, a); in main() 137 fprintf (out, "%s*: %p => *a_ptr = '" T_PRINTF_FORMAT "'\n", T_CSTR, a_ptr, *a_ptr); in main() 138 fprintf (out, "%s&: @%p => a_ref = '" T_PRINTF_FORMAT "'\n", T_CSTR, &a_ref, a_ref); in main() 140 … fprintf (out, "%s[2]: a_array_bounded[0] = '" T_PRINTF_FORMAT "'\n", T_CSTR, a_array_bounded[0]); in main() 141 … fprintf (out, "%s[2]: a_array_bounded[1] = '" T_PRINTF_FORMAT "'\n", T_CSTR, a_array_bounded[1]); in main() 143 …fprintf (out, "%s[]: a_array_unbounded[0] = '" T_PRINTF_FORMAT "'\n", T_CSTR, a_array_unbounded[0]… in main() 144 …fprintf (out, "%s[]: a_array_unbounded[1] = '" T_PRINTF_FORMAT "'\n", T_CSTR, a_array_unbounded[1]… in main() 146 …fprintf (out, "(a_class) a_class_instance.m_a = '" T_PRINTF_FORMAT "'\n", a_class_instance.get_a()… in main() [all …]
|
D | unsigned_short.cpp | 7 #define T_PRINTF_FORMAT "%hu" macro
|
D | unsigned_char.cpp | 7 #define T_PRINTF_FORMAT "%c" macro
|
D | float.cpp | 7 #define T_PRINTF_FORMAT "%g" macro
|
D | double.cpp | 7 #define T_PRINTF_FORMAT "%lg" macro
|
D | char.cpp | 7 #define T_PRINTF_FORMAT "%c" 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 | long_long.cpp | 16 #define T_PRINTF_FORMAT "%lld" 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
|
/external/llvm-project/lldb/test/API/functionalities/breakpoint/inlined_breakpoints/ |
D | basic_type.cpp | 17 #define T_PRINTF_FORMAT "%i" 126 #ifdef T_PRINTF_FORMAT in main() 127 std::printf ("%s: a = '" T_PRINTF_FORMAT "'\n", T_CSTR, a); in main() 128 std::printf ("%s*: %p => *a_ptr = '" T_PRINTF_FORMAT "'\n", T_CSTR, a_ptr, *a_ptr); in main() 129 std::printf ("%s&: @%p => a_ref = '" T_PRINTF_FORMAT "'\n", T_CSTR, &a_ref, a_ref); in main() 131 std::printf ("%s[2]: a_array_bounded[0] = '" T_PRINTF_FORMAT "'\n", T_CSTR, a_array_bounded[0]); in main() 132 std::printf ("%s[2]: a_array_bounded[1] = '" T_PRINTF_FORMAT "'\n", T_CSTR, a_array_bounded[1]); in main() 134 …std::printf ("%s[]: a_array_unbounded[0] = '" T_PRINTF_FORMAT "'\n", T_CSTR, a_array_unbounded[0]); in main() 135 …std::printf ("%s[]: a_array_unbounded[1] = '" T_PRINTF_FORMAT "'\n", T_CSTR, a_array_unbounded[1]); in main() 137 …std::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
|