Home | History | Annotate | Download | only in Sema

Lines Matching defs:XX

145 struct XX { int a, *b; };
146 struct XY { int before; struct XX xx, *xp; float* after; } xy[] = {
147 0, 0, &xy[0].xx.a, &xy[0].xx, &global_float,
148 [1].xx = 0, &xy[1].xx.a, &xy[1].xx, &global_float,
153 &xy[2].xx.a, &xy[2].xx, &global_float