Home
last modified time | relevance | path

Searched refs:BOXABLE (Results 1 – 3 of 3) sorted by relevance

/external/clang/test/CodeGenObjC/Inputs/
Dnsvalue-boxed-expressions-support.h4 #define BOXABLE __attribute__((objc_boxable)) macro
9 typedef struct BOXABLE _NSRange {
14 typedef struct BOXABLE _NSPoint {
19 typedef struct BOXABLE _NSSize {
24 typedef struct BOXABLE _NSRect {
33 typedef struct BOXABLE CGPoint CGPoint;
39 typedef struct BOXABLE CGSize CGSize;
45 typedef struct BOXABLE CGRect CGRect;
53 typedef struct BOXABLE NSEdgeInsets NSEdgeInsets;
/external/clang/test/SemaObjC/
Dobjc-boxed-expressions-nsvalue.m3 #define BOXABLE __attribute__((objc_boxable)) macro
5 typedef struct BOXABLE _NSPoint { struct
9 typedef struct BOXABLE _NSSize { struct
13 typedef struct BOXABLE _NSRect { struct
17 typedef struct BOXABLE _CGPoint { struct
21 typedef struct BOXABLE _CGSize { struct
25 typedef struct BOXABLE _CGRect { struct
29 typedef struct BOXABLE _NSRange { struct
37 typedef struct BOXABLE _NSEdgeInsets NSEdgeInsets;
43 typedef union BOXABLE _BoxableUnion {
/external/clang/test/SemaObjCXX/
Dobjc-boxed-expressions-nsvalue.mm3 #define BOXABLE __attribute__((objc_boxable)) macro
5 typedef struct BOXABLE _NSPoint { struct
9 typedef struct BOXABLE _NSSize { struct
13 typedef struct BOXABLE _NSRect { struct
17 typedef struct BOXABLE _CGPoint { struct
21 typedef struct BOXABLE _CGSize { struct
25 typedef struct BOXABLE _CGRect { struct
29 typedef struct BOXABLE _NSRange { struct
33 typedef struct BOXABLE _NSEdgeInsets { struct
37 typedef struct BOXABLE _NSEdgeInsets NSEdgeInsets; struct
[all …]