/external/clang/test/CodeGenObjCXX/ |
D | property-object-conditional-exp.mm | 3 struct CGRect { struct 7 typedef struct CGRect CGRect; argument 9 extern "C" bool CGRectIsEmpty(CGRect); 12 CGRect out; 14 @property CGRect bounds; 15 - (CGRect) out; 22 CGRect dataRect; 23 CGRect virtualBounds; 43 - (CGRect) out { return out; }
|
D | property-objects.mm | 10 struct CGRect { struct 11 CGRect & operator = (const CGRect &); argument 16 CGRect bounds; argument 20 @property CGRect bounds; 21 @property CGRect frame; 22 - (void)setFrame:(CGRect)frameRect; argument 23 - (CGRect)frame; 25 - (CGRect)extent; 43 - (void)setFrame:(CGRect)frameRect {} argument 44 - (CGRect)frame {return bounds;} [all …]
|
/external/clang/test/CodeGenObjC/ |
D | super-dotsyntax-struct-property.m | 21 struct CGRect { struct 25 typedef struct CGRect CGRect; typedef 29 @property CGRect frame; 39 - (void)setFrame:(CGRect)frame
|
D | arc-linetable-autorelease.m | 17 struct CGRect {}; struct 18 typedef struct CGRect CGRect; typedef 19 typedef CGRect NSRect;
|
D | nsvalue-objc-boxable-ios-arc.m | 12 // CHECK: [[RECT_STR:.*]] = {{.*}}CGRect={CGPoint=dd}{CGSize=dd}}{{.*}} 74 // CHECK: [[LOCAL_VAR:%.*]] = alloca %struct.CGRect{{.*}} 75 // CHECK: [[TEMP_VAR:%.*]] = alloca %struct.CGRect{{.*}} 77 // CHECK: [[TEMP_CAST:%.*]] = bitcast %struct.CGRect* [[TEMP_VAR]]{{.*}} 78 // CHECK: [[LOCAL_CAST:%.*]] = bitcast %struct.CGRect* [[LOCAL_VAR]]{{.*}} 80 // CHECK: [[PARAM_CAST:%.*]] = bitcast %struct.CGRect* [[TEMP_VAR]]{{.*}} 85 CGRect cg_rect = { .origin = cg_point, .size = cg_size };
|
D | nsvalue-objc-boxable-ios.m | 12 // CHECK: [[RECT_STR:.*]] = {{.*}}CGRect={CGPoint=dd}{CGSize=dd}}{{.*}} 68 // CHECK: [[LOCAL_VAR:%.*]] = alloca %struct.CGRect{{.*}} 69 // CHECK: [[TEMP_VAR:%.*]] = alloca %struct.CGRect{{.*}} 71 // CHECK: [[TEMP_CAST:%.*]] = bitcast %struct.CGRect* [[TEMP_VAR]]{{.*}} 72 // CHECK: [[LOCAL_CAST:%.*]] = bitcast %struct.CGRect* [[LOCAL_VAR]]{{.*}} 74 // CHECK: [[PARAM_CAST:%.*]] = bitcast %struct.CGRect* [[TEMP_VAR]]{{.*}} 79 CGRect cg_rect = { .origin = cg_point, .size = cg_size };
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/ |
D | arm64-fold-address.ll | 4 %struct.CGRect = type { %struct.CGPoint, %struct.CGSize } 10 define hidden %struct.CGRect @nofold(%0* nocapture %self, i8* nocapture %_cmd) nounwind readonly op… 36 %insert = insertvalue %struct.CGRect undef, %struct.CGPoint %insert16, 0 39 %insert3 = insertvalue %struct.CGRect %insert, %struct.CGSize %insert9, 1 40 ret %struct.CGRect %insert3 43 define hidden %struct.CGRect @fold(%0* nocapture %self, i8* nocapture %_cmd) nounwind readonly opts… 65 %insert = insertvalue %struct.CGRect undef, %struct.CGPoint %insert16, 0 68 %insert3 = insertvalue %struct.CGRect %insert, %struct.CGSize %insert9, 1 69 ret %struct.CGRect %insert3
|
D | arm64-2012-05-22-LdStOptBug.ll | 8 %struct.CGRect = type { %struct.CGPoint, %struct.CGSize } 14 define hidden %struct.CGRect @t(%0* nocapture %self, i8* nocapture %_cmd) nounwind readonly optsize… 37 %insert = insertvalue %struct.CGRect undef, %struct.CGPoint %insert16, 0 40 %insert3 = insertvalue %struct.CGRect %insert, %struct.CGSize %insert9, 1 41 ret %struct.CGRect %insert3
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-fold-address.ll | 4 %struct.CGRect = type { %struct.CGPoint, %struct.CGSize } 10 define hidden %struct.CGRect @nofold(%0* nocapture %self, i8* nocapture %_cmd) nounwind readonly op… 36 %insert = insertvalue %struct.CGRect undef, %struct.CGPoint %insert16, 0 39 %insert3 = insertvalue %struct.CGRect %insert, %struct.CGSize %insert9, 1 40 ret %struct.CGRect %insert3 43 define hidden %struct.CGRect @fold(%0* nocapture %self, i8* nocapture %_cmd) nounwind readonly opts… 65 %insert = insertvalue %struct.CGRect undef, %struct.CGPoint %insert16, 0 68 %insert3 = insertvalue %struct.CGRect %insert, %struct.CGSize %insert9, 1 69 ret %struct.CGRect %insert3
|
D | arm64-2012-05-22-LdStOptBug.ll | 8 %struct.CGRect = type { %struct.CGPoint, %struct.CGSize } 14 define hidden %struct.CGRect @t(%0* nocapture %self, i8* nocapture %_cmd) nounwind readonly optsize… 37 %insert = insertvalue %struct.CGRect undef, %struct.CGPoint %insert16, 0 40 %insert3 = insertvalue %struct.CGRect %insert, %struct.CGSize %insert9, 1 41 ret %struct.CGRect %insert3
|
/external/clang/test/Parser/ |
D | objcxx11-initialized-temps.mm | 17 struct CGRect { struct 21 typedef struct CGRect CGRect; argument 23 typedef CGRect NSRect;
|
/external/clang/test/Analysis/ |
D | default-analyze.m | 38 struct CGRect { struct 42 typedef struct CGRect CGRect; typedef 44 typedef CGRect NSRect;
|
D | retain-release-gc-only.m | 142 struct CGRect { struct 144 typedef struct CGRect CGRect; typedef 203 - (CGImageRef)createCGImage:(CIImage *)im fromRect:(CGRect)r; argument 204 - (CGImageRef)createCGImage:(CIImage *)im fromRect:(CGRect)r format:(CIFormat)f colorSpace:(CGC… argument 323 NSString *str, CIImage *img, CGRect rect,
|
D | retain-release-inline.m | 146 struct CGRect { struct 148 typedef struct CGRect CGRect; typedef 207 - (CGImageRef)createCGImage:(CIImage *)im fromRect:(CGRect)r; argument 208 - (CGImageRef)createCGImage:(CIImage *)im fromRect:(CGRect)r format:(CIFormat)f colorSpace:(CGC… argument
|
/external/clang/test/CodeGenObjC/Inputs/ |
D | nsvalue-boxed-expressions-support.h | 41 struct CGRect { struct 45 typedef struct BOXABLE CGRect CGRect; typedef
|
/external/clang/test/SemaObjC/ |
D | objc-boxed-expressions-nsvalue.m | 27 } CGRect; 72 CGRect cg_rect; 88 CGRect getRect() { 89 CGRect r;
|
/external/clang/test/SemaObjCXX/ |
D | properties.mm | 183 struct CGRect { struct 187 typedef struct CGRect CGRect; typedef 189 typedef CGRect NSRect; 194 @property CGRect frame; 203 self.frame = (CGRect){{3,5}, {13,14}};
|
D | objc-boxed-expressions-nsvalue.mm | 27 } CGRect; 74 CGRect cg_rect; 90 CGRect getRect() { 91 CGRect r;
|
/external/webrtc/webrtc/examples/objc/AppRTCDemo/ios/ |
D | ARDVideoCallView.m | 38 - (instancetype)initWithFrame:(CGRect)frame { argument 91 CGRect bounds = self.bounds; 94 CGRect remoteVideoFrame = 114 CGRect localVideoFrame = 138 CGRect cameraSwitchFrame = _hangupButton.frame;
|
D | ARDMainView.m | 34 - (instancetype)initWithFrame:(CGRect)frame { argument 68 CGRect bounds = self.bounds; 130 - (instancetype)initWithFrame:(CGRect)frame { argument 200 CGRect bounds = self.bounds; 218 CGRect audioOnlyRect = CGRectMake(kCallControlMargin * 3, 230 CGRect loopbackModeRect = CGRectMake(kCallControlMargin * 3,
|
/external/libchrome/ui/gfx/geometry/ |
D | rect_f.h | 18 typedef struct CGRect CGRect; typedef 43 explicit RectF(const CGRect& r); 45 CGRect ToCGRect() const;
|
D | rect.h | 29 typedef struct CGRect CGRect; typedef 52 explicit Rect(const CGRect& r); 60 CGRect ToCGRect() const;
|
/external/python/cpython2/Mac/Modules/cg/ |
D | _CGmodule.c | 44 PyObject *CGRect_New(CGRect *itself) in CGRect_New() 55 CGRect_Convert(PyObject *v, CGRect *p_itself) in CGRect_Convert() 422 CGRect rect; in CGContextRefObj_CGContextAddRect() 515 CGRect _rv; in CGContextRefObj_CGContextGetPathBoundingBox() 574 CGRect rect; in CGContextRefObj_CGContextFillRect() 588 CGRect rect; in CGContextRefObj_CGContextStrokeRect() 602 CGRect rect; in CGContextRefObj_CGContextStrokeRectWithWidth() 619 CGRect rect; in CGContextRefObj_CGContextClearRect() 655 CGRect rect; in CGContextRefObj_CGContextClipToRect()
|
/external/webrtc/webrtc/modules/desktop_capture/ |
D | screen_capturer_mac.mm | 57 DesktopRect ScaleAndRoundCGRect(const CGRect& rect, float scale) { 137 CGRect rect; 172 CGRect window_bounds; 221 void ScreenRefresh(CGRectCount count, const CGRect *rect_array); 224 const CGRect *rect_array); 226 const CGRect *rect_array, 230 const CGRect *rect_array, 908 const CGRect* rect_array) { 928 const CGRect* rect_array) { 930 CGRect refresh_rects[count]; [all …]
|
/external/webrtc/webrtc/api/objc/ |
D | RTCEAGLVideoView.m | 106 - (instancetype)initWithFrame:(CGRect)frame { argument 181 - (void)setNeedsDisplayInRect:(CGRect)rect { argument 195 - (void)glkView:(GLKView *)view drawInRect:(CGRect)rect { argument
|