OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:friend4
(Results
1 - 3
of
3
) sorted by null
/external/clang/test/CodeGenCXX/
dllimport.cpp
280
// MSC-DAG: declare void @"\01?
friend4
@@YAXXZ"()
294
__declspec(dllimport) void
friend4
();
297
friend void
friend4
(); // dllimport ignored
303
USE(
friend4
)
[
all
...]
/external/clang/test/SemaCXX/
dllexport.cpp
216
friend void
friend4
(); // expected-note{{previous declaration is here}}
221
__declspec(dllexport) inline void
friend4
() {} // expected-warning{{redeclaration of '
friend4
' should not add 'dllexport' attribute}}
function
[
all
...]
dllimport.cpp
270
friend void
friend4
(); // expected-note{{previous declaration is here}}
279
__declspec(dllimport) void
friend4
(); // expected-warning{{redeclaration of '
friend4
' should not add 'dllimport' attribute}}
[
all
...]
Completed in 306 milliseconds