Searched defs:obj_of_unnamed_type (Results 1 - 2 of 2) sorted by path

/external/clang/test/SemaCXX/
H A Dcxx98-compat-flags.cpp9 struct {} obj_of_unnamed_type; // expected-note {{here}} variable in typeref:struct:__anon19297
10 int UnnamedTemplateArg = TemplateFn(obj_of_unnamed_type); // expected-warning {{unnamed type as template argument is incompatible with C++98}}
H A Dcxx98-compat.cpp174 struct {} obj_of_unnamed_type; // expected-note {{here}} variable in typeref:struct:__anon19299
175 int UnnamedTemplateArg = TemplateFn(obj_of_unnamed_type); // expected-warning {{unnamed type as template argument is incompatible with C++98}}

Completed in 237 milliseconds