/external/clang/test/CodeGenObjCXX/ |
D | property-dot-copy.mm | 39 struct CGPoint { 43 typedef struct CGPoint CGPoint; typedef 45 extern "C" const CGPoint CGPointZero; 47 bool operator==(const CGPoint& a, const CGPoint& b); 50 @property (assign, nonatomic) CGPoint gridOffset; 54 - (CGPoint) gridOffset
|
/external/llvm/test/Transforms/InstCombine/ |
D | 2011-10-07-AlignPromotion.ll | 7 %struct.CGPoint = type { float, float } 9 define void @t(%struct.CGPoint* %a) nounwind { 10 %Point = alloca %struct.CGPoint, align 4 11 %1 = bitcast %struct.CGPoint* %a to i64* 12 %2 = bitcast %struct.CGPoint* %Point to i64*
|
/external/clang/test/Parser/ |
D | objcxx11-initialized-temps.mm | 5 struct CGPoint { struct 9 typedef struct CGPoint CGPoint; argument 18 CGPoint origin;
|
/external/clang/test/CodeGenObjC/ |
D | super-dotsyntax-struct-property.m | 6 struct CGPoint { struct 10 typedef struct CGPoint CGPoint; argument 22 CGPoint origin;
|
D | nsvalue-objc-boxable-ios.m | 10 // CHECK: [[POINT_STR:.*]] = {{.*}}CGPoint=dd{{.*}} 12 // CHECK: [[RECT_STR:.*]] = {{.*}}CGRect={CGPoint=dd}{CGSize=dd}}{{.*}} 34 // CHECK: [[LOCAL_VAR:%.*]] = alloca %struct.CGPoint{{.*}} 35 // CHECK: [[TEMP_VAR:%.*]] = alloca %struct.CGPoint{{.*}} 37 // CHECK: [[TEMP_CAST:%.*]] = bitcast %struct.CGPoint* [[TEMP_VAR]]{{.*}} 38 // CHECK: [[LOCAL_CAST:%.*]] = bitcast %struct.CGPoint* [[LOCAL_VAR]]{{.*}} 40 // CHECK: [[PARAM_CAST:%.*]] = bitcast %struct.CGPoint* [[TEMP_VAR]]{{.*}} 43 CGPoint cg_point = { .x = 42, .y = 24 }; 77 CGPoint cg_point = { .x = 42, .y = 24 };
|
D | nsvalue-objc-boxable-ios-arc.m | 10 // CHECK: [[POINT_STR:.*]] = {{.*}}CGPoint=dd{{.*}} 12 // CHECK: [[RECT_STR:.*]] = {{.*}}CGRect={CGPoint=dd}{CGSize=dd}}{{.*}} 36 // CHECK: [[LOCAL_VAR:%.*]] = alloca %struct.CGPoint{{.*}} 37 // CHECK: [[TEMP_VAR:%.*]] = alloca %struct.CGPoint{{.*}} 39 // CHECK: [[TEMP_CAST:%.*]] = bitcast %struct.CGPoint* [[TEMP_VAR]]{{.*}} 40 // CHECK: [[LOCAL_CAST:%.*]] = bitcast %struct.CGPoint* [[LOCAL_VAR]]{{.*}} 42 // CHECK: [[PARAM_CAST:%.*]] = bitcast %struct.CGPoint* [[TEMP_VAR]]{{.*}} 45 CGPoint cg_point = { .x = 42, .y = 24 }; 83 CGPoint cg_point = { .x = 42, .y = 24 };
|
/external/clang/test/CodeGenObjC/Inputs/ |
D | nsvalue-boxed-expressions-support.h | 29 struct CGPoint { struct 33 typedef struct BOXABLE CGPoint CGPoint; argument 42 CGPoint origin;
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-fold-address.ll | 4 %struct.CGRect = type { %struct.CGPoint, %struct.CGSize } 5 %struct.CGPoint = type { double, double } 34 %insert14 = insertvalue %struct.CGPoint undef, double %tmp11, 0 35 %insert16 = insertvalue %struct.CGPoint %insert14, double %tmp12, 1 36 %insert = insertvalue %struct.CGRect undef, %struct.CGPoint %insert16, 0 63 %insert14 = insertvalue %struct.CGPoint undef, double %tmp11, 0 64 %insert16 = insertvalue %struct.CGPoint %insert14, double %tmp12, 1 65 %insert = insertvalue %struct.CGRect undef, %struct.CGPoint %insert16, 0
|
D | arm64-2012-05-22-LdStOptBug.ll | 8 %struct.CGRect = type { %struct.CGPoint, %struct.CGSize } 9 %struct.CGPoint = type { double, double } 35 %insert14 = insertvalue %struct.CGPoint undef, double %tmp11, 0 36 %insert16 = insertvalue %struct.CGPoint %insert14, double %tmp12, 1 37 %insert = insertvalue %struct.CGRect undef, %struct.CGPoint %insert16, 0
|
/external/clang/test/Analysis/ |
D | default-analyze.m | 26 struct CGPoint { struct 30 typedef struct CGPoint CGPoint; typedef 39 CGPoint origin;
|
D | localization-aggressive.m | 17 struct CGPoint { struct 21 typedef struct CGPoint CGPoint; typedef 28 - (void)drawAtPoint:(CGPoint)point withAttributes:(NSDictionary *)attrs; argument 56 CGPoint CGPointMake(CGFloat x, CGFloat y); category
|
D | retain-release-inline.m | 231 struct CGPoint { struct 235 typedef struct CGPoint CGPoint; argument 247 CGGradientRef gradient, CGPoint startPoint, CGPoint endPoint,
|
D | retain-release.mm | 254 struct CGPoint { struct 258 typedef struct CGPoint CGPoint; argument 270 CGGradientRef gradient, CGPoint startPoint, CGPoint endPoint,
|
/external/llvm/test/CodeGen/X86/ |
D | 2008-04-15-LiveVariableBug.ll | 5 %struct.CGPoint = type { double, double } 8 …ct.NSView*, %struct.NSView*, %struct.NSArray*, %struct._SPFlags, %struct.CGPoint, [5 x %struct.NSO… 12 …%struct.NSImage = type { %struct.NSObject, %struct.NSArray*, %struct.CGPoint, %struct._BCFlags2, %… 16 %struct.NSRect = type { %struct.CGPoint, %struct.CGPoint } 23 … %struct.NSImage*, i32, %struct.NSMutableArray*, %struct.NSURL*, %struct.CGPoint*, %struct.NSArray… 24 …truct.NSWindow*, %struct.CGPoint, %struct.NSObject*, i8*, i8*, i32, %struct.NSObject*, %struct.NSA…
|
/external/skia/experimental/iOSSampleApp/Shared/ |
D | SkUIView.mm | 63 CGPoint loc = [touch locationInView:self]; 70 CGPoint loc = [touch locationInView:self]; 77 CGPoint loc = [touch locationInView:self]; 84 CGPoint loc = [touch locationInView:self];
|
/external/llvm/test/Transforms/ScalarRepl/ |
D | crash.ll | 135 %struct.CGPoint = type { float, float } 136 … x %struct.aal_edge_t] } %struct.aal_edge_t = type { %struct.CGPoint, %struct.CGPoint, i32 } 142 …te_t = type { %struct.CGPoint, %struct.CGPoint, %struct.CGPoint, i32, float, float, float, float, …
|
/external/clang/test/SemaObjC/ |
D | objc-boxed-expressions-nsvalue.m | 19 } CGPoint; 66 CGPoint cg_point;
|
/external/pdfium/core/src/fxge/apple/ |
D | fx_quartz_device.cpp | 73 CGPoint* glyphPositions, in drawGraphicsString() 95 CGPoint* glyphPositionsCG = new CGPoint[charsCount]; in drawGraphicsString() 101 CGPoint* glyphPositionsCG = (CGPoint*)glyphPositions; in drawGraphicsString() 425 CGPoint pt = in DrawCosmeticLine() 467 CGPoint pt = CGPointMake(left, top); in GetDIBits() 764 CFX_FixedBufGrow<CGPoint, 32> glyph_positions(nChars); in CG_DrawGlypRun() 787 CGPoint origin = CGPointMake(glyph_positions[0].x, glyph_positions[0].y); in CG_DrawGlypRun()
|
D | fx_apple_platform.cpp | 78 CFX_FixedBufGrow<CGPoint, 32> glyph_positions(nChars); in _CGDrawGlyphRun()
|
D | apple_int.h | 61 CGPoint* glyphPositions,
|
/external/clang/test/SemaObjCXX/ |
D | objc-boxed-expressions-nsvalue.mm | 19 } CGPoint; 68 CGPoint cg_point;
|
/external/clang/test/ARCMT/ |
D | objcmt-arc-cf-annotations.m | 301 struct CGPoint { struct 305 typedef struct CGPoint CGPoint; argument 317 CGGradientRef gradient, CGPoint startPoint, CGPoint endPoint, 1068 void rdar_7184450(CGContextRef myContext, CGFloat x, CGPoint myStartPoint, 1069 CGPoint myEndPoint) { 1090 void rdar_7184450_pos(CGContextRef myContext, CGFloat x, CGPoint myStartPoint, 1091 CGPoint myEndPoint) {
|
D | objcmt-arc-cf-annotations.m.result | 319 struct CGPoint { 323 typedef struct CGPoint CGPoint; 341 CGGradientRef gradient, CGPoint startPoint, CGPoint endPoint, 1110 void rdar_7184450(CGContextRef myContext, CGFloat x, CGPoint myStartPoint, 1111 CGPoint myEndPoint) { 1132 void rdar_7184450_pos(CGContextRef myContext, CGFloat x, CGPoint myStartPoint, 1133 CGPoint myEndPoint) {
|
/external/clang/docs/analyzer/ |
D | RegionStore.txt | 161 CGPoint p; 163 CGPoint p2 = p; // A LazyCompoundVal is created for 'p', along with a
|
/external/libvncserver/examples/ |
D | mac.c | 427 CGPoint position;
|