/external/clang/test/Parser/ |
D | objcxx11-initialized-temps.mm | 11 struct CGSize { struct 15 typedef struct CGSize CGSize; argument 19 CGSize size;
|
/external/clang/test/Analysis/ |
D | default-analyze.m | 32 struct CGSize { struct 36 typedef struct CGSize CGSize; argument 40 CGSize size; 45 typedef CGSize NSSize;
|
D | retain-release-gc-only.m | 139 struct CGSize { struct 141 typedef struct CGSize CGSize; typedef 205 - (CGLayerRef)createCGLayerWithSize:(CGSize)size info:(CFDictionaryRef)d; argument
|
D | retain-release-inline.m | 143 struct CGSize { struct 145 typedef struct CGSize CGSize; typedef 209 - (CGLayerRef)createCGLayerWithSize:(CGSize)size info:(CFDictionaryRef)d; argument
|
D | retain-release.mm | 166 struct CGSize { struct 168 typedef struct CGSize CGSize; typedef 232 - (CGLayerRef)createCGLayerWithSize:(CGSize)size info:(CFDictionaryRef)d; argument
|
/external/clang/test/CodeGenObjC/ |
D | super-dotsyntax-struct-property.m | 14 struct CGSize { struct 18 typedef struct CGSize CGSize; argument 23 CGSize size;
|
D | nsvalue-objc-boxable-ios.m | 11 // 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 };
|
D | nsvalue-objc-boxable-ios-arc.m | 11 // 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/ |
D | nsvalue-boxed-expressions-support.h | 35 struct CGSize { struct 39 typedef struct BOXABLE CGSize CGSize; argument 43 CGSize size;
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-fold-address.ll | 4 %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
|
D | arm64-2012-05-22-LdStOptBug.ll | 8 %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/ |
D | properties.mm | 177 struct CGSize { struct 181 typedef struct CGSize CGSize; typedef 184 CGSize origin; 185 CGSize size;
|
D | objc-boxed-expressions-nsvalue.mm | 23 } CGSize; 71 CGSize cg_size;
|
/external/webrtc/webrtc/examples/objc/AppRTCDemo/ios/ |
D | ARDStatsView.m | 48 - (CGSize)sizeThatFits:(CGSize)size { argument
|
D | ARDVideoCallView.m | 28 CGSize _remoteVideoSize; 124 CGSize statsSize = [_statsView sizeThatFits:bounds.size]; 150 - (void)videoView:(RTCEAGLVideoView*)videoView didChangeVideoSize:(CGSize)size { argument
|
D | ARDMainView.m | 81 - (CGSize)sizeThatFits:(CGSize)size { argument
|
/external/clang/test/SemaObjC/ |
D | objc-boxed-expressions-nsvalue.m | 23 } CGSize; 69 CGSize cg_size;
|
/external/webrtc/talk/app/webrtc/objc/public/ |
D | RTCVideoRenderer.h | 38 - (void)setSize:(CGSize)size;
|
D | RTCNSGLVideoView.h | 39 - (void)videoView:(RTCNSGLVideoView*)videoView didChangeVideoSize:(CGSize)size;
|
D | RTCEAGLVideoView.h | 36 - (void)videoView:(RTCEAGLVideoView*)videoView didChangeVideoSize:(CGSize)size;
|
/external/webrtc/webrtc/api/objc/ |
D | RTCVideoRenderer.h | 23 - (void)setSize:(CGSize)size;
|
D | RTCNSGLVideoView.h | 24 - (void)videoView:(RTCNSGLVideoView *)videoView didChangeVideoSize:(CGSize)size;
|
D | RTCEAGLVideoView.h | 21 - (void)videoView:(RTCEAGLVideoView *)videoView didChangeVideoSize:(CGSize)size;
|
/external/webrtc/talk/app/webrtc/objc/ |
D | RTCVideoRendererAdapter.mm | 46 CGSize currentSize = CGSizeMake(frame->GetWidth(), frame->GetHeight()); 57 CGSize _size;
|
/external/webrtc/webrtc/examples/objc/AppRTCDemo/mac/ |
D | APPRTCViewController.m | 50 CGSize _localVideoSize; 51 CGSize _remoteVideoSize;
|