Searched refs:a_array_unbounded (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/inlined_breakpoints/ |
| H A D | basic_type.cpp | 97 T a_array_unbounded[] = { T_VALUE_1, T_VALUE_2 }; in main() local 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()
|
| /llvm-project-15.0.7/lldb/test/API/types/ |
| H A D | basic_type.cpp | 106 T a_array_unbounded[] = { T_VALUE_1, T_VALUE_2 }; in main() local 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()
|