OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:funcTmplFriend4
(Results
1 - 3
of
3
) sorted by null
/external/clang/test/CodeGenCXX/
dllimport.cpp
430
// MSC-DAG: declare dllimport void @"\01??$
funcTmplFriend4
@UImplicitInst_Imported@@@@YAXXZ"()
436
template<typename T> friend __declspec(dllimport) inline void
funcTmplFriend4
();
441
template<typename T> inline void
funcTmplFriend4
() {}
445
USE(
funcTmplFriend4
<ImplicitInst_Imported>)
[
all
...]
/external/clang/test/SemaCXX/
dllexport.cpp
277
template<typename T> friend void
funcTmplFriend4
(); // expected-note{{previous declaration is here}}
282
template<typename T> __declspec(dllexport) inline void
funcTmplFriend4
() {} // expected-error{{redeclaration of '
funcTmplFriend4
' cannot add 'dllexport' attribute}}
[
all
...]
dllimport.cpp
366
template<typename T> friend void
funcTmplFriend4
(); // expected-note{{previous declaration is here}}
375
template<typename T> __declspec(dllimport) void
funcTmplFriend4
(); // expected-error{{redeclaration of '
funcTmplFriend4
' cannot add 'dllimport' attribute}}
[
all
...]
Completed in 42 milliseconds