Home | History | Annotate | Download | only in temp.arg.explicit

Lines Matching full:template

4 template <class F> void Call(F f) { f(1); }
5 template <typename T> void f(T);
8 // Check the conversion of a template-id to a pointer
9 template<typename T, T* Address> struct Constant { };
12 template<typename T, T* Address> void constant_func();
18 // Check typeof() on a template-id referring to a single function
19 template<typename T, typename U>
24 template<typename T>
32 template <typename T> void g(T); // expected-note{{possible target for call}}
33 template <typename T> void g(T, T); // expected-note{{possible target for call}}