OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LocalRedecl3
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/Sema/
dllimport.c
86
__declspec(dllimport) float
LocalRedecl3
; // expected-note{{previous declaration is here}}
91
int
LocalRedecl3
__attribute__((dllimport)); // expected-error{{redeclaration of '
LocalRedecl3
' with a different type: 'int' vs 'float'}}
/external/clang/test/SemaCXX/
dllimport.cpp
106
__declspec(dllimport) float
LocalRedecl3
; // expected-note{{previous declaration is here}}
110
int
LocalRedecl3
__attribute__((dllimport)); // expected-error{{redeclaration of '
LocalRedecl3
' with a different type: 'int' vs 'float'}}
[
all
...]
Completed in 202 milliseconds