/external/llvm-project/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/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/llvm-project/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; typedef 18 CGPoint origin;
|
/external/llvm-project/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-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 };
|
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 };
|
/external/llvm-project/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-project/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-project/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/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;
|
/external/llvm-project/clang/test/Analysis/ |
D | default-analyze.m | 26 struct CGPoint { struct 30 typedef struct CGPoint CGPoint; argument 39 CGPoint origin;
|
/external/pdfium/core/fxge/apple/ |
D | fx_quartz_device.cpp | 79 CGPoint* glyphPositions, in DrawGraphicsString() 97 CGPoint* glyphPositionsCG = new CGPoint[charsCount]; in DrawGraphicsString() 103 CGPoint* glyphPositionsCG = glyphPositions; in DrawGraphicsString()
|
/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/llvm-project/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/libchrome/ui/gfx/geometry/ |
D | point.h | 21 typedef struct CGPoint CGPoint; typedef 39 explicit Point(const CGPoint& point); 45 CGPoint ToCGPoint() const;
|
D | point.cc | 38 Point::Point(const CGPoint& point) : x_(point.x), y_(point.y) { 50 CGPoint Point::ToCGPoint() const { in ToCGPoint()
|