Home
last modified time | relevance | path

Searched refs:CGPoint (Results 1 – 25 of 61) sorted by relevance

123

/external/llvm-project/clang/test/CodeGenObjCXX/
Dproperty-dot-copy.mm39 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/
Dproperty-dot-copy.mm39 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/
D2011-10-07-AlignPromotion.ll7 %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/
D2011-10-07-AlignPromotion.ll7 %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/
Dobjcxx11-initialized-temps.mm5 struct CGPoint { struct
9 typedef struct CGPoint CGPoint; typedef
18 CGPoint origin;
/external/llvm-project/clang/test/Parser/
Dobjcxx11-initialized-temps.mm5 struct CGPoint { struct
9 typedef struct CGPoint CGPoint; argument
18 CGPoint origin;
/external/clang/test/CodeGenObjC/
Dsuper-dotsyntax-struct-property.m6 struct CGPoint { struct
10 typedef struct CGPoint CGPoint; argument
22 CGPoint origin;
Dnsvalue-objc-boxable-ios-arc.m10 // 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 };
Dnsvalue-objc-boxable-ios.m10 // 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/
Dsuper-dotsyntax-struct-property.m6 struct CGPoint { struct
10 typedef struct CGPoint CGPoint; argument
22 CGPoint origin;
Dnsvalue-objc-boxable-ios.m10 // 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 };
Dnsvalue-objc-boxable-ios-arc.m10 // 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/
Dnsvalue-boxed-expressions-support.h29 struct CGPoint { struct
33 typedef struct BOXABLE CGPoint CGPoint; argument
42 CGPoint origin;
/external/llvm-project/clang/test/CodeGenObjC/Inputs/
Dnsvalue-boxed-expressions-support.h29 struct CGPoint { struct
33 typedef struct BOXABLE CGPoint CGPoint; argument
42 CGPoint origin;
/external/llvm-project/llvm/test/CodeGen/AArch64/
Darm64-fold-address.ll4 %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
Darm64-2012-05-22-LdStOptBug.ll8 %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/
Darm64-fold-address.ll4 %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
Darm64-2012-05-22-LdStOptBug.ll8 %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/
Ddefault-analyze.m26 struct CGPoint { struct
30 typedef struct CGPoint CGPoint; typedef
39 CGPoint origin;
/external/llvm-project/clang/test/Analysis/
Ddefault-analyze.m26 struct CGPoint { struct
30 typedef struct CGPoint CGPoint; argument
39 CGPoint origin;
/external/pdfium/core/fxge/apple/
Dfx_quartz_device.cpp79 CGPoint* glyphPositions, in DrawGraphicsString()
97 CGPoint* glyphPositionsCG = new CGPoint[charsCount]; in DrawGraphicsString()
103 CGPoint* glyphPositionsCG = glyphPositions; in DrawGraphicsString()
/external/llvm/test/CodeGen/X86/
D2008-04-15-LiveVariableBug.ll5 %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/
D2008-04-15-LiveVariableBug.ll5 %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/
Dpoint.h21 typedef struct CGPoint CGPoint; typedef
39 explicit Point(const CGPoint& point);
45 CGPoint ToCGPoint() const;
Dpoint.cc38 Point::Point(const CGPoint& point) : x_(point.x), y_(point.y) {
50 CGPoint Point::ToCGPoint() const { in ToCGPoint()

123