Home
last modified time | relevance | path

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

/external/clang/test/SemaTemplate/
Dcopy-ctor-assign.cpp32 void test3(X<int> &x, X<int> xi, X<long> xl, X<int Y::*> xmptr) { in test3() argument
35 x = xmptr; // expected-note{{instantiation}} in test3()