Home
last modified time | relevance | path

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

/external/llvm-project/lldb/test/API/types/
Dbasic_type.cpp17 #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 …]
Dunsigned_short.cpp7 #define T_PRINTF_FORMAT "%hu" macro
Dunsigned_char.cpp7 #define T_PRINTF_FORMAT "%c" macro
Dfloat.cpp7 #define T_PRINTF_FORMAT "%g" macro
Ddouble.cpp7 #define T_PRINTF_FORMAT "%lg" macro
Dchar.cpp7 #define T_PRINTF_FORMAT "%c" 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
Dlong_long.cpp16 #define T_PRINTF_FORMAT "%lld" 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
/external/llvm-project/lldb/test/API/functionalities/breakpoint/inlined_breakpoints/
Dbasic_type.cpp17 #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 …]
Dint.cpp7 #define T_PRINTF_FORMAT "%i" macro