Home
last modified time | relevance | path

Searched defs:twoT (Results 1 – 2 of 2) sorted by relevance

/external/clang/test/CXX/over/over.over/
Dp2-resolve-single-template-id.cpp32 template<class T> void twoT() { } // expected-note 2 {{possible target for call}} in twoT() function
33 template<class T> void twoT(T) { } // expected-note 2 {{possible target for call}} in twoT() function
56 void twoT() { } in twoT() function
58 void twoT(T) { } in twoT() function
/external/clang/test/SemaTemplate/
Dresolve-single-template-id.cpp11 template<class T> void twoT() { } // expected-note 5{{possible target for call}} in twoT() function
12 template<class T> void twoT(int) { } // expected-note 5{{possible target for call}} in twoT() function