OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:typedef3
(Results
1 - 5
of
5
) sorted by null
/external/clang/test/Sema/
dllexport.c
9
typedef int __declspec(dllexport)
typedef3
; // expected-warning{{'dllexport' attribute only applies to variables and functions}}
typedef
dllimport.c
9
typedef int __declspec(dllimport)
typedef3
; // expected-warning{{'dllimport' attribute only applies to variables and functions}}
typedef
/external/clang/test/SemaObjC/
kindof.m
47
typedef __kindof NSObject<NSCopying>
typedef3
;
/external/clang/test/SemaCXX/
dllexport.cpp
21
typedef int __declspec(dllexport)
typedef3
; // expected-warning{{'dllexport' attribute only applies to variables, functions and classes}}
typedef
[
all
...]
dllimport.cpp
20
typedef int __declspec(dllimport)
typedef3
; // expected-warning{{'dllimport' attribute only applies to variables, functions and classes}}
typedef
[
all
...]
Completed in 159 milliseconds