Searched refs:obj_of_unnamed_type (Results 1 - 2 of 2) sorted by relevance

/external/clang/test/SemaCXX/
H A Dcxx98-compat-flags.cpp9 struct {} obj_of_unnamed_type; // expected-note {{here}} variable in typeref:struct:__anon2545
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:__anon2547
175 int UnnamedTemplateArg = TemplateFn(obj_of_unnamed_type); // expected-warning {{unnamed type as template argument is incompatible with C++98}}

Completed in 81 milliseconds