Searched refs:templateFunc (Results 1 – 3 of 3) sorted by relevance
10 template <class T> T templateFunc(T x) const { in templateFunc() function24 template <class T> T templateFunc(T x) const { in templateFunc() function32 return c.func() + c.templateFunc(1) + t.func() + t.templateFunc(1); in main()
41 bool templateFunc() { unsigned i = N; return false; } in templateFunc() function47 return templateFunc<int, 1>(); in fooTemplate1()55 return templateFunc<long, 1>(); in fooTemplate2()63 return templateFunc<long, 2>(); in fooTemplate3()
108 void templateFunc(const TemplateStruct<I> &ts) { in templateFunc() function113 template void templateFunc<0>(const TemplateStruct<0> &); // expected-note {{requested here}}