OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:typedef1
(Results
1 - 4
of
4
) sorted by null
/external/clang/test/Sema/
dllexport.c
7
__declspec(dllexport) typedef int
typedef1
; // expected-warning{{'dllexport' attribute only applies to variables and functions}}
typedef
dllimport.c
7
__declspec(dllimport) typedef int
typedef1
; // expected-warning{{'dllimport' attribute only applies to variables and functions}}
typedef
/external/clang/test/SemaCXX/
dllexport.cpp
19
__declspec(dllexport) typedef int
typedef1
; // expected-warning{{'dllexport' attribute only applies to variables, functions and classes}}
typedef
[
all
...]
dllimport.cpp
18
__declspec(dllimport) typedef int
typedef1
; // expected-warning{{'dllimport' attribute only applies to variables, functions and classes}}
typedef
[
all
...]
Completed in 1448 milliseconds