HomeSort by relevance Sort by last modified time
    Searched refs:obj_of_unnamed_type (Results 1 - 2 of 2) sorted by null

  /external/clang/test/SemaCXX/
cxx98-compat-flags.cpp 9 struct {} obj_of_unnamed_type; // expected-note {{here}} variable in typeref:struct:__anon5741
10 int UnnamedTemplateArg = TemplateFn(obj_of_unnamed_type); // expected-warning {{unnamed type as template argument is incompatible with C++98}}
cxx98-compat.cpp 141 struct {} obj_of_unnamed_type; // expected-note {{here}} variable in typeref:struct:__anon5742
142 int UnnamedTemplateArg = TemplateFn(obj_of_unnamed_type); // expected-warning {{unnamed type as template argument is incompatible with C++98}}

Completed in 94 milliseconds