Searched refs:TemplateFn (Results 1 – 2 of 2) sorted by relevance
4 template<typename T> int TemplateFn(T) { return 0; } in TemplateFn() function7 …TemplateFn(S()); // expected-warning {{local type 'S' as template argument is incompatible with C+… in LocalTemplateArg()10 int UnnamedTemplateArg = TemplateFn(obj_of_unnamed_type); // expected-warning {{unnamed type as tem…
172 template<typename T> int TemplateFn(T) { return 0; } in TemplateFn() function175 …TemplateFn(S()); // expected-warning {{local type 'S' as template argument is incompatible with C+… in LocalTemplateArg()178 int UnnamedTemplateArg = TemplateFn(obj_of_unnamed_type); // expected-warning {{unnamed type as tem…