OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UnnamedTemplateArg
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/SemaCXX/
cxx98-compat-flags.cpp
10
int
UnnamedTemplateArg
= TemplateFn(obj_of_unnamed_type); // expected-warning {{unnamed type as template argument is incompatible with C++98}}
cxx98-compat.cpp
178
int
UnnamedTemplateArg
= TemplateFn(obj_of_unnamed_type); // expected-warning {{unnamed type as template argument is incompatible with C++98}}
Completed in 175 milliseconds