Home
last modified time | relevance | path

Searched defs:xii (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang/test/CXX/temp/temp.spec/temp.expl.spec/
H A Dp19.cpp21 X<int>::Inner<float*> xii; in test() local
/llvm-project/clang/test/SemaTemplate/
H A Dimplicit-instantiation-1.cpp9 void test(X<int, int> *xii, X<int*, int> *xpi, X<int, int*> *xip) { in test() argument
H A Dextern-templates.cpp32 void test_intptr(X0<int*> xi, X0<int*>::Inner xii) { in test_intptr()