Home
last modified time | relevance | path

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

/llvm-project/clang/test/CXX/over/over.over/
H A 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
/llvm-project/clang/test/SemaTemplate/
H A 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
/llvm-project/clang/test/Frontend/
H A Dftime-report-template-decl.cpp93 typedef char (&twoT)[2]; global() typedef