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
479
__declspec(dllimport) static inline void
staticInlineDecl
();
516
void ImportMembers::
staticInlineDecl
() {}
534
__declspec(dllimport) static inline void
staticInlineDecl
();
551
__declspec(dllimport) void ImportMemberDefs::
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
74
// MSC-DAG: define weak_odr dllexport void @"\01?
staticInlineDecl
@ExportMembers@@SAXXZ"()
82
__declspec(dllexport) static inline void
staticInlineDecl
();
138
void ExportMembers::
staticInlineDecl
() {}
200
// MSC-DAG: define weak_odr dllexport void @"\01?
staticInlineDecl
@Nested@ExportMembers@@SAXXZ"()
208
__declspec(dllexport) static inline void
staticInlineDecl
();
264
void ExportMembers::Nested::
staticInlineDecl
() {}
[
all
...]
Completed in 53 milliseconds