Home
last modified time | relevance | path

Searched refs:point_tag (Results 1 – 4 of 4) sorted by relevance

/external/lldb/test/lang/c/array_types/
Dmain.c11 struct point_tag { in main() struct
17 struct point_tag bottom_left; in main()
18 struct point_tag top_right; in main()
38 struct point_tag points_2[2] = { in main()
42 struct point_tag points_2_4_matrix[2][4] = { // Set break point at this line. in main()
/external/lldb/test/lang/c/struct_types/
Dmain.c11 struct point_tag { in main() struct
18 struct point_tag bottom_left; in main()
19 struct point_tag top_right; in main()
21 struct point_tag pt = { 2, 3, {} }; // This is the first executable statement. in main()
/external/lldb/test/macosx/debug-info/apple_types/
Dmain.c11 struct point_tag { in main() struct
17 struct point_tag bottom_left; in main()
18 struct point_tag top_right; in main()
20 struct point_tag pt = { 2, 3 }; // This is the first executable statement. in main()
/external/lldb/test/lang/c/set_values/
Dmain.c90 struct point_tag { in set_point() struct
94 struct point_tag points_2[2] = { in set_point()