Home
last modified time | relevance | path

Searched refs:TemplateFn (Results 1 – 2 of 2) sorted by relevance

/external/clang/test/SemaCXX/
Dcxx98-compat-flags.cpp4 template<typename T> int TemplateFn(T) { return 0; } in TemplateFn() function
7TemplateFn(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…
Dcxx98-compat.cpp172 template<typename T> int TemplateFn(T) { return 0; } in TemplateFn() function
175TemplateFn(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…