Searched refs:test_X (Results 1 - 6 of 6) sorted by relevance
/external/clang/test/CodeGenCXX/ | ||
H A D | visibility-hidden-extern-templates.cpp | 16 void test_X(X<int> xi, X<char> xc) { function |
/external/clang/test/SemaCXX/ | ||
H A D | warn-unused-parameters.cpp | 19 void test_X(X<int> &x, int i) { function |
H A D | overloaded-operator.cpp | 258 void test_X(N::X x) { function in namespace:M |
/external/clang/test/SemaTemplate/ | ||
H A D | virtual-member-functions.cpp | 105 void test_X(X<int> &xi, X<float> &xf) { function |
H A D | typename-specifier-4.cpp | 153 void test_X(X<HasIterator> xi) { // expected-note{{in instantiation of template class}} function in namespace:rdar8740998 |
H A D | friend-template.cpp | 141 void test_X(X<int> x, int_c<5> i5) { function in namespace:FriendTemplateDefinition |
Completed in 237 milliseconds