Home
last modified time | relevance | path

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

/external/lldb/test/types/
Dbasic_type.cpp12 #define T_CSTR "int"
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()
179 printf ("%s: a = '" T_PRINTF_FORMAT "'\n", T_CSTR, a); in main()
180 printf ("%s*: %p => *a_ptr = '" T_PRINTF_FORMAT "'\n", T_CSTR, a_ptr, *a_ptr); in main()
[all …]
Ddouble.cpp2 #define T_CSTR "double" macro
Dchar.cpp2 #define T_CSTR "char" macro
Dunsigned_char.cpp2 #define T_CSTR "unsigned char" macro
Dshort.cpp2 #define T_CSTR "short" macro
Dunsigned_short.cpp2 #define T_CSTR "unsigned short" macro
Dunsigned_int.cpp2 #define T_CSTR "unsigned int" macro
Dint.cpp2 #define T_CSTR "int" macro
Dfloat.cpp2 #define T_CSTR "float" macro
Dlong.cpp2 #define T_CSTR "long" macro
Dunsigned_long_long.cpp2 #define T_CSTR "unsigned long long" macro
Dunsigned_long.cpp2 #define T_CSTR "unsigned long" macro
Dlong_long.cpp2 #define T_CSTR "long long" macro
/external/lldb/test/functionalities/breakpoint/inlined_breakpoints/
Dbasic_type.cpp12 #define T_CSTR "int"
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()
Dint.cpp2 #define T_CSTR "int" macro