OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:staticLocal
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/Sema/
dllexport.c
114
__declspec(dllexport) static int
staticLocal
; // expected-error{{'
staticLocal
' must have external linkage when declared 'dllexport'}}
dllimport.c
174
__declspec(dllimport) static int
staticLocal
; // expected-error{{'
staticLocal
' must have external linkage when declared 'dllimport'}}
Completed in 335 milliseconds