OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:staticInclass
(Results
1 - 4
of
4
) sorted by null
/external/clang/test/CodeGenCXX/
dllimport-members.cpp
132
// MSC-DAG: declare dllimport void @"\01?
staticInclass
@ImportMembers@@SAXXZ"()
140
// MO1-DAG: define available_externally dllimport void @"\01?
staticInclass
@ImportMembers@@SAXXZ"()
148
__declspec(dllimport) static void
staticInclass
() {}
220
USEMF(ImportMembers,
staticInclass
)
305
// MSC-DAG: declare dllimport void @"\01?
staticInclass
@Nested@ImportMembers@@SAXXZ"()
313
// MO1-DAG: define available_externally dllimport void @"\01?
staticInclass
@Nested@ImportMembers@@SAXXZ"()
321
__declspec(dllimport) static void
staticInclass
() {}
393
USEMF(ImportMembers::Nested,
staticInclass
)
[
all
...]
dllexport-members.cpp
74
// MSC-DAG: define weak_odr dllexport void @"\01?
staticInclass
@ExportMembers@@SAXXZ"()
82
__declspec(dllexport) static void
staticInclass
() {}
200
// MSC-DAG: define weak_odr dllexport void @"\01?
staticInclass
@Nested@ExportMembers@@SAXXZ"()
208
__declspec(dllexport) static void
staticInclass
() {}
[
all
...]
/external/clang/test/SemaCXX/
dllexport.cpp
552
__declspec(dllexport) static void
staticInclass
() {}
[
all
...]
dllimport.cpp
548
__declspec(dllimport) static void
staticInclass
() {}
[
all
...]
Completed in 179 milliseconds