Home
last modified time | relevance | path

Searched defs:test_X (Results 1 – 6 of 6) sorted by relevance

/llvm-project/clang/test/CodeGenCXX/
H A Dvisibility-hidden-extern-templates.cpp15 void test_X(X<int> xi, X<char> xc) { in test_X() function
/llvm-project/clang/test/SemaCXX/
H A Dwarn-unused-parameters.cpp19 void test_X(X<int> &x, int i) { in test_X() function
H A Doverloaded-operator.cpp265 void test_X(N::X x) { in test_X() function
/llvm-project/clang/test/SemaTemplate/
H A Dvirtual-member-functions.cpp148 void test_X(X<int> &xi, X<float> &xf) { in test_typeid() function
H A Dtypename-specifier-4.cpp158 void test_X(X<HasIterator> xi) { // expected-note{{in instantiation of template class}} in test_X() function
H A Dfriend-template.cpp141 void test_X(X<int> x, int_c<5> i5) { in test_X() function