OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:functmplredecl5
(Results
1 - 1
of
1
) sorted by null
/external/clang/test/SemaCXX/
dllimport.cpp
357
template<typename T> void
funcTmplRedecl5
(); // expected-note{{previous declaration is here}}
358
template<typename T> __declspec(dllimport) inline void
funcTmplRedecl5
() {} // expected-error{{redeclaration of '
funcTmplRedecl5
' cannot add 'dllimport' attribute}}
[
all
...]
Completed in 373 milliseconds