OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StaticConstFieldDef
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/SemaCXX/
dllexport.cpp
566
__declspec(dllexport) static const int
StaticConstFieldDef
;
587
const int ExportMembers::
StaticConstFieldDef
= 1;
[
all
...]
dllimport.cpp
491
__declspec(dllimport) static const int
StaticConstFieldDef
; // expected-note{{attribute is here}}
519
const int ImportMembers::
StaticConstFieldDef
= 1; // expected-error{{definition of dllimport static field not allowed}}
[
all
...]
Completed in 58 milliseconds