OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:funcTmplFriend3
(Results
1 - 3
of
3
) sorted by null
/external/clang/test/CodeGenCXX/
dllimport.cpp
428
// MSC-DAG: define linkonce_odr void @"\01??$
funcTmplFriend3
@UImplicitInst_NotImported@@@@YAXXZ"()
435
template<typename T> friend __declspec(dllimport) void
funcTmplFriend3
();
440
template<typename T> void
funcTmplFriend3
() {} // dllimport ignored
444
USE(
funcTmplFriend3
<ImplicitInst_NotImported>)
[
all
...]
/external/clang/test/SemaCXX/
dllexport.cpp
276
template<typename T> friend void
funcTmplFriend3
(); // expected-note{{previous declaration is here}}
281
template<typename T> __declspec(dllexport) void
funcTmplFriend3
() {} // expected-error{{redeclaration of '
funcTmplFriend3
' cannot add 'dllexport' attribute}}
[
all
...]
dllimport.cpp
365
template<typename T> friend __declspec(dllimport) void
funcTmplFriend3
(); // expected-note{{previous declaration is here}} expected-note{{previous attribute is here}}
374
template<typename T> void
funcTmplFriend3
() {} // expected-warning{{'
funcTmplFriend3
' redeclared without 'dllimport' attribute: previous 'dllimport' ignored}}
[
all
...]
Completed in 1006 milliseconds