Searched refs:T_CSTR (Results 1 – 15 of 15) sorted by relevance
/external/lldb/test/types/ |
D | basic_type.cpp | 12 #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 …]
|
D | double.cpp | 2 #define T_CSTR "double" macro
|
D | char.cpp | 2 #define T_CSTR "char" macro
|
D | unsigned_char.cpp | 2 #define T_CSTR "unsigned char" macro
|
D | short.cpp | 2 #define T_CSTR "short" macro
|
D | unsigned_short.cpp | 2 #define T_CSTR "unsigned short" macro
|
D | unsigned_int.cpp | 2 #define T_CSTR "unsigned int" macro
|
D | int.cpp | 2 #define T_CSTR "int" macro
|
D | float.cpp | 2 #define T_CSTR "float" macro
|
D | long.cpp | 2 #define T_CSTR "long" macro
|
D | unsigned_long_long.cpp | 2 #define T_CSTR "unsigned long long" macro
|
D | unsigned_long.cpp | 2 #define T_CSTR "unsigned long" macro
|
D | long_long.cpp | 2 #define T_CSTR "long long" macro
|
/external/lldb/test/functionalities/breakpoint/inlined_breakpoints/ |
D | basic_type.cpp | 12 #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()
|
D | int.cpp | 2 #define T_CSTR "int" macro
|