Home
last modified time | relevance | path

Searched refs:T_PRINTF_FORMAT (Results 1 – 15 of 15) sorted by relevance

/external/lldb/test/types/
Dbasic_type.cpp17 #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 …]
Dfloat.cpp7 #define T_PRINTF_FORMAT "%g" macro
Dunsigned_short.cpp7 #define T_PRINTF_FORMAT "%hu" macro
Dunsigned_char.cpp7 #define T_PRINTF_FORMAT "%c" macro
Ddouble.cpp7 #define T_PRINTF_FORMAT "%lg" macro
Dshort.cpp7 #define T_PRINTF_FORMAT "%hd" macro
Dint.cpp7 #define T_PRINTF_FORMAT "%i" macro
Dunsigned_int.cpp7 #define T_PRINTF_FORMAT "%u" macro
Dchar.cpp7 #define T_PRINTF_FORMAT "%c" macro
Dlong.cpp16 #define T_PRINTF_FORMAT "%ld" macro
Dunsigned_long_long.cpp16 #define T_PRINTF_FORMAT "%llu" macro
Dunsigned_long.cpp16 #define T_PRINTF_FORMAT "%lu" macro
Dlong_long.cpp16 #define T_PRINTF_FORMAT "%lld" macro
/external/lldb/test/functionalities/breakpoint/inlined_breakpoints/
Dbasic_type.cpp17 #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 …]
Dint.cpp7 #define T_PRINTF_FORMAT "%i" macro