Home
last modified time | relevance | path

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

/external/llvm-project/lldb/test/API/lang/cpp/class_static/
Dmain.cpp21 static PointType g_points[]; member in A
24 PointType A::g_points[] = member in A
30 static PointType g_points[] = variable
40 printf ("A::g_points[1].x = %i\n", A::g_points[1].x); // Set break point at this line. in main()
41 printf ("::g_points[1].x = %i\n", g_points[1].x); in main()