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