Searched defs:twoT (Results 1 – 2 of 2) sorted by relevance
32 template<class T> void twoT() { } // expected-note 2 {{possible target for call}} in twoT() function33 template<class T> void twoT(T) { } // expected-note 2 {{possible target for call}} in twoT() function56 void twoT() { } in twoT() function58 void twoT(T) { } in twoT() function
11 template<class T> void twoT() { } // expected-note 5{{possible target for call}} in twoT() function12 template<class T> void twoT(int) { } // expected-note 5{{possible target for call}} in twoT() function