Searched defs:xii (Results 1 – 3 of 3) sorted by relevance
21 X<int>::Inner<float*> xii; in test() local
9 void test(X<int, int> *xii, X<int*, int> *xpi, X<int, int*> *xip) { in test() argument
32 void test_intptr(X0<int*> xi, X0<int*>::Inner xii) { in test_intptr()