Home | History | Annotate | Download | only in Sema

Lines Matching defs:XX

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