Searched refs:point_tag (Results 1 – 4 of 4) sorted by relevance
11 struct point_tag { in main() struct17 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()
11 struct point_tag { in main() struct18 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()
11 struct point_tag { in main() struct17 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()
90 struct point_tag { in set_point() struct94 struct point_tag points_2[2] = { in set_point()