OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:staticInlineDecl
(Results
1 - 4
of
4
) sorted by null
/external/clang/test/SemaCXX/
dllexport.cpp
554
__declspec(dllexport) static inline void
staticInlineDecl
();
582
void ExportMembers::
staticInlineDecl
() {}
601
__declspec(dllexport) static inline void
staticInlineDecl
();
[
all
...]
dllimport.cpp
550
__declspec(dllimport) static inline void
staticInlineDecl
();
607
void ImportMembers::
staticInlineDecl
() {}
[
all
...]
/external/clang/test/CodeGenCXX/
dllimport-members.cpp
134
// MSC-DAG: declare dllimport void @"\01?
staticInlineDecl
@ImportMembers@@SAXXZ"()
142
// MO1-DAG: define available_externally dllimport void @"\01?
staticInlineDecl
@ImportMembers@@SAXXZ"()
150
__declspec(dllimport) static inline void
staticInlineDecl
();
206
void ImportMembers::
staticInlineDecl
() {}
222
USEMF(ImportMembers,
staticInlineDecl
)
307
// MSC-DAG: declare dllimport void @"\01?
staticInlineDecl
@Nested@ImportMembers@@SAXXZ"()
315
// MO1-DAG: define available_externally dllimport void @"\01?
staticInlineDecl
@Nested@ImportMembers@@SAXXZ"()
323
__declspec(dllimport) static inline void
staticInlineDecl
();
379
void ImportMembers::Nested::
staticInlineDecl
() {}
395
USEMF(ImportMembers::Nested,
staticInlineDecl
)
[
all
...]
dllexport-members.cpp
76
// MSC-DAG: define weak_odr dllexport void @"\01?
staticInlineDecl
@ExportMembers@@SAXXZ"()
84
__declspec(dllexport) static inline void
staticInlineDecl
();
140
void ExportMembers::
staticInlineDecl
() {}
202
// MSC-DAG: define weak_odr dllexport void @"\01?
staticInlineDecl
@Nested@ExportMembers@@SAXXZ"()
210
__declspec(dllexport) static inline void
staticInlineDecl
();
266
void ExportMembers::Nested::
staticInlineDecl
() {}
[
all
...]
Completed in 72 milliseconds