Home
last modified time | relevance | path

Searched refs:CGSize (Results 1 – 25 of 39) sorted by relevance

12

/external/clang/test/Parser/
Dobjcxx11-initialized-temps.mm11 struct CGSize { struct
15 typedef struct CGSize CGSize; argument
19 CGSize size;
/external/clang/test/Analysis/
Ddefault-analyze.m32 struct CGSize { struct
36 typedef struct CGSize CGSize; argument
40 CGSize size;
45 typedef CGSize NSSize;
Dretain-release-gc-only.m139 struct CGSize { struct
141 typedef struct CGSize CGSize; typedef
205 - (CGLayerRef)createCGLayerWithSize:(CGSize)size info:(CFDictionaryRef)d; argument
Dretain-release-inline.m143 struct CGSize { struct
145 typedef struct CGSize CGSize; typedef
209 - (CGLayerRef)createCGLayerWithSize:(CGSize)size info:(CFDictionaryRef)d; argument
Dretain-release.mm166 struct CGSize { struct
168 typedef struct CGSize CGSize; typedef
232 - (CGLayerRef)createCGLayerWithSize:(CGSize)size info:(CFDictionaryRef)d; argument
/external/clang/test/CodeGenObjC/
Dsuper-dotsyntax-struct-property.m14 struct CGSize { struct
18 typedef struct CGSize CGSize; argument
23 CGSize size;
Dnsvalue-objc-boxable-ios.m11 // CHECK: [[SIZE_STR:.*]] = {{.*}}CGSize=dd{{.*}}
12 // CHECK: [[RECT_STR:.*]] = {{.*}}CGRect={CGPoint=dd}{CGSize=dd}}{{.*}}
51 // CHECK: [[LOCAL_VAR:%.*]] = alloca %struct.CGSize{{.*}}
52 // CHECK: [[TEMP_VAR:%.*]] = alloca %struct.CGSize{{.*}}
54 // CHECK: [[TEMP_CAST:%.*]] = bitcast %struct.CGSize* [[TEMP_VAR]]{{.*}}
55 // CHECK: [[LOCAL_CAST:%.*]] = bitcast %struct.CGSize* [[LOCAL_VAR]]{{.*}}
57 // CHECK: [[PARAM_CAST:%.*]] = bitcast %struct.CGSize* [[TEMP_VAR]]{{.*}}
60 CGSize cg_size = { .width = 42, .height = 24 };
78 CGSize cg_size = { .width = 42, .height = 24 };
Dnsvalue-objc-boxable-ios-arc.m11 // CHECK: [[SIZE_STR:.*]] = {{.*}}CGSize=dd{{.*}}
12 // CHECK: [[RECT_STR:.*]] = {{.*}}CGRect={CGPoint=dd}{CGSize=dd}}{{.*}}
55 // CHECK: [[LOCAL_VAR:%.*]] = alloca %struct.CGSize{{.*}}
56 // CHECK: [[TEMP_VAR:%.*]] = alloca %struct.CGSize{{.*}}
58 // CHECK: [[TEMP_CAST:%.*]] = bitcast %struct.CGSize* [[TEMP_VAR]]{{.*}}
59 // CHECK: [[LOCAL_CAST:%.*]] = bitcast %struct.CGSize* [[LOCAL_VAR]]{{.*}}
61 // CHECK: [[PARAM_CAST:%.*]] = bitcast %struct.CGSize* [[TEMP_VAR]]{{.*}}
64 CGSize cg_size = { .width = 42, .height = 24 };
84 CGSize cg_size = { .width = 42, .height = 24 };
/external/clang/test/CodeGenObjC/Inputs/
Dnsvalue-boxed-expressions-support.h35 struct CGSize { struct
39 typedef struct BOXABLE CGSize CGSize; argument
43 CGSize size;
/external/llvm/test/CodeGen/AArch64/
Darm64-fold-address.ll4 %struct.CGRect = type { %struct.CGPoint, %struct.CGSize }
6 %struct.CGSize = type { double, double }
37 %insert7 = insertvalue %struct.CGSize undef, double %tmp, 0
38 %insert9 = insertvalue %struct.CGSize %insert7, double %tmp5, 1
39 %insert3 = insertvalue %struct.CGRect %insert, %struct.CGSize %insert9, 1
66 %insert7 = insertvalue %struct.CGSize undef, double %tmp, 0
67 %insert9 = insertvalue %struct.CGSize %insert7, double %tmp5, 1
68 %insert3 = insertvalue %struct.CGRect %insert, %struct.CGSize %insert9, 1
Darm64-2012-05-22-LdStOptBug.ll8 %struct.CGRect = type { %struct.CGPoint, %struct.CGSize }
10 %struct.CGSize = type { double, double }
38 %insert7 = insertvalue %struct.CGSize undef, double %tmp, 0
39 %insert9 = insertvalue %struct.CGSize %insert7, double %tmp5, 1
40 %insert3 = insertvalue %struct.CGRect %insert, %struct.CGSize %insert9, 1
/external/clang/test/SemaObjCXX/
Dproperties.mm177 struct CGSize { struct
181 typedef struct CGSize CGSize; typedef
184 CGSize origin;
185 CGSize size;
Dobjc-boxed-expressions-nsvalue.mm23 } CGSize;
71 CGSize cg_size;
/external/webrtc/webrtc/examples/objc/AppRTCDemo/ios/
DARDStatsView.m48 - (CGSize)sizeThatFits:(CGSize)size { argument
DARDVideoCallView.m28 CGSize _remoteVideoSize;
124 CGSize statsSize = [_statsView sizeThatFits:bounds.size];
150 - (void)videoView:(RTCEAGLVideoView*)videoView didChangeVideoSize:(CGSize)size { argument
DARDMainView.m81 - (CGSize)sizeThatFits:(CGSize)size { argument
/external/clang/test/SemaObjC/
Dobjc-boxed-expressions-nsvalue.m23 } CGSize;
69 CGSize cg_size;
/external/webrtc/talk/app/webrtc/objc/public/
DRTCVideoRenderer.h38 - (void)setSize:(CGSize)size;
DRTCNSGLVideoView.h39 - (void)videoView:(RTCNSGLVideoView*)videoView didChangeVideoSize:(CGSize)size;
DRTCEAGLVideoView.h36 - (void)videoView:(RTCEAGLVideoView*)videoView didChangeVideoSize:(CGSize)size;
/external/webrtc/webrtc/api/objc/
DRTCVideoRenderer.h23 - (void)setSize:(CGSize)size;
DRTCNSGLVideoView.h24 - (void)videoView:(RTCNSGLVideoView *)videoView didChangeVideoSize:(CGSize)size;
DRTCEAGLVideoView.h21 - (void)videoView:(RTCEAGLVideoView *)videoView didChangeVideoSize:(CGSize)size;
/external/webrtc/talk/app/webrtc/objc/
DRTCVideoRendererAdapter.mm46 CGSize currentSize = CGSizeMake(frame->GetWidth(), frame->GetHeight());
57 CGSize _size;
/external/webrtc/webrtc/examples/objc/AppRTCDemo/mac/
DAPPRTCViewController.m50 CGSize _localVideoSize;
51 CGSize _remoteVideoSize;

12