/external/clang/test/SemaObjC/ |
D | property-9-impl-method.m | 21 typedef struct _NSRect {} NSRect; typedef 23 extern void NSDivideRect(NSRect inRect, NSRect * slice, NSRect * rem, CGFloat amount, NSRectEdge ed… 35 -(NSRect) bounds; 54 @property(readonly) NSRect headerRect; 61 NSRect dummy, result = {};
|
D | property-error-readonly-assign.m | 24 } NSRect; typedef 26 NSRect NSMakeRect(); 30 NSRect _frame; 32 - (NSRect)frame;
|
D | continuation-class-property.m | 32 } NSRect; typedef 36 @property (readonly) NSRect foo; // expected-note {{property declared here}} 42 @property (readwrite, strong) NSRect bar; // expected-error {{type of property 'NSRect' in class ex…
|
/external/llvm-project/clang/test/SemaObjC/ |
D | property-9-impl-method.m | 21 typedef struct _NSRect {} NSRect; typedef 23 extern void NSDivideRect(NSRect inRect, NSRect * slice, NSRect * rem, CGFloat amount, NSRectEdge ed… 35 -(NSRect) bounds; 54 @property(readonly) NSRect headerRect; 61 NSRect dummy, result = {};
|
D | property-error-readonly-assign.m | 24 } NSRect; typedef 26 NSRect NSMakeRect(); 30 NSRect _frame; 32 - (NSRect)frame;
|
D | continuation-class-property.m | 32 } NSRect; typedef 36 @property (readonly) NSRect foo; // expected-note {{property declared here}} 42 @property (readwrite, strong) NSRect bar; // expected-error {{type of property 'NSRect' in class ex…
|
/external/llvm-project/llvm/test/Transforms/InstCombine/ |
D | 2008-04-22-ByValBitcast.ll | 6 %struct.NSRect = type { [4 x float] } 10 %tmp1 = bitcast i8* %context to %struct.NSRect* ; <%struct.NSRect*> [#uses=1] 11 call void (i32, ...) @bar( i32 3, %struct.NSRect* byval(%struct.NSRect) align 4 %tmp1 ) nounwind
|
/external/clang/test/CodeGenObjC/ |
D | 2007-05-02-Strong.m | 6 } NSRect; typedef 8 __attribute__((objc_gc(strong))) NSRect *_cachedRectArray; 9 extern const NSRect NSZeroRect; 18 NSRect appendRect = NSZeroRect;
|
D | arc-linetable-autorelease.m | 19 typedef CGRect NSRect; typedef 20 NSRect NSMakeRect(CGFloat x, CGFloat y, CGFloat w, CGFloat h); 22 + (NSBezierPath *)bezierPathWithRoundedRect:(NSRect)rect xRadius:(CGFloat)xRadius yRadius:(CGFloat)… argument 27 NSRect rect = NSMakeRect(0, 0, width, height);
|
/external/llvm-project/clang/test/CodeGenObjC/ |
D | 2007-05-02-Strong.m | 6 } NSRect; typedef 8 __attribute__((objc_gc(strong))) NSRect *_cachedRectArray; 9 extern const NSRect NSZeroRect; 18 NSRect appendRect = NSZeroRect;
|
D | arc-linetable-autorelease.m | 19 typedef CGRect NSRect; typedef 20 NSRect NSMakeRect(CGFloat x, CGFloat y, CGFloat w, CGFloat h); 22 + (NSBezierPath *)bezierPathWithRoundedRect:(NSRect)rect xRadius:(CGFloat)xRadius yRadius:(CGFloat)… argument 27 NSRect rect = NSMakeRect(0, 0, width, height);
|
/external/llvm/test/Transforms/InstCombine/ |
D | 2008-04-22-ByValBitcast.ll | 6 %struct.NSRect = type { [4 x float] } 10 %tmp1 = bitcast i8* %context to %struct.NSRect* ; <%struct.NSRect*> [#uses=1] 11 call void (i32, ...) @bar( i32 3, %struct.NSRect* byval align 4 %tmp1 ) nounwind
|
/external/pdfium/testing/ |
D | gtest_mac.h | 29 const NSRect& expected, 30 const NSRect& actual); 35 const NSRect& expected, 36 const NSRect& actual);
|
/external/llvm-project/clang/test/SemaObjCXX/ |
D | objc-boxed-expressions-nsvalue.mm | 15 } NSRect; 50 NSRect rect; 65 NSRect ns_rect; 106 void test_template_1(NSRect rect, NonTriviallyCopyable ntc) { 111 template <unsigned i> id boxRect(NSRect rect) { return @(rect); } 113 void test_template_2(NSRect rect, NonTriviallyCopyable ntc) {
|
/external/clang/test/SemaObjCXX/ |
D | objc-boxed-expressions-nsvalue.mm | 15 } NSRect; 50 NSRect rect; 65 NSRect ns_rect; 106 void test_template_1(NSRect rect, NonTriviallyCopyable ntc) { 111 template <unsigned i> id boxRect(NSRect rect) { return @(rect); } 113 void test_template_2(NSRect rect, NonTriviallyCopyable ntc) {
|
/external/clang/test/Analysis/ |
D | default-analyze.m | 44 typedef CGRect NSRect; typedef 47 static __inline__ __attribute__((always_inline)) CGFloat NSWidth(NSRect aRect) { 51 static __inline__ __attribute__((always_inline)) CGFloat NSHeight(NSRect aRect) { 58 NSRect myRect;
|
D | NSPanel.m | 28 typedef struct _NSPoint {} NSRect; typedef 29 …_inline__ __attribute__((always_inline)) NSRect NSMakeRect(CGFloat x, CGFloat y, CGFloat w, CGFloa… 55 - (id)initWithContentRect:(NSRect)contentRect styleMask:(NSUInteger)aStyle backing:(NSBackingStoreT… argument
|
D | NSWindow.m | 20 typedef struct _NSPoint {} NSRect; typedef 21 NSRect NSMakeRect(CGFloat x, CGFloat y, CGFloat w, CGFloat h); 38 - (id)initWithContentRect:(NSRect)contentRect styleMask:(NSUInteger)aStyle backing:(NSBackingStoreT… argument 39 - (id)initWithContentRect:(NSRect)contentRect styleMask:(NSUInteger)aStyle backing:(NSBackingStoreT… argument
|
/external/llvm-project/clang/test/Analysis/ |
D | default-analyze.m | 44 typedef CGRect NSRect; typedef 47 static __inline__ __attribute__((always_inline)) CGFloat NSWidth(NSRect aRect) { 51 static __inline__ __attribute__((always_inline)) CGFloat NSHeight(NSRect aRect) { 58 NSRect myRect;
|
D | NSPanel.m | 28 typedef struct _NSPoint {} NSRect; typedef 29 …_inline__ __attribute__((always_inline)) NSRect NSMakeRect(CGFloat x, CGFloat y, CGFloat w, CGFloa… 55 - (id)initWithContentRect:(NSRect)contentRect styleMask:(NSUInteger)aStyle backing:(NSBackingStoreT… argument
|
D | NSWindow.m | 20 typedef struct _NSPoint {} NSRect; typedef 21 NSRect NSMakeRect(CGFloat x, CGFloat y, CGFloat w, CGFloat h); 38 - (id)initWithContentRect:(NSRect)contentRect styleMask:(NSUInteger)aStyle backing:(NSBackingStoreT… argument 39 - (id)initWithContentRect:(NSRect)contentRect styleMask:(NSUInteger)aStyle backing:(NSBackingStoreT… argument
|
/external/clang/test/Parser/ |
D | objcxx11-initialized-temps.mm | 23 typedef CGRect NSRect; typedef 25 void HappySetFrame(NSRect frame) {} 31 - (void) sadSetFrame: (NSRect)frame {} argument
|
/external/llvm-project/clang/test/Parser/ |
D | objcxx11-initialized-temps.mm | 23 typedef CGRect NSRect; typedef 25 void HappySetFrame(NSRect frame) {} 31 - (void) sadSetFrame: (NSRect)frame {} argument
|
/external/llvm/test/CodeGen/X86/ |
D | 2008-04-15-LiveVariableBug.ll | 16 %struct.NSRect = type { %struct.CGPoint, %struct.CGPoint } 22 …%struct.NSView = type { %struct.NSResponder, %struct.NSRect, %struct.NSRect, %struct.NSObject*, %s… 23 …%struct.NSWindow = type { %struct.NSResponder, %struct.NSRect, %struct.NSObject*, %struct.NSObject… 24 …NSRect, i32, %struct.NSAssertionHandler*, %struct.NSUndoManager*, %struct.NSWindowController*, %st…
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | 2008-04-15-LiveVariableBug.ll | 16 %struct.NSRect = type { %struct.CGPoint, %struct.CGPoint } 22 …%struct.NSView = type { %struct.NSResponder, %struct.NSRect, %struct.NSRect, %struct.NSObject*, %s… 23 …%struct.NSWindow = type { %struct.NSResponder, %struct.NSRect, %struct.NSObject*, %struct.NSObject… 24 …NSRect, i32, %struct.NSAssertionHandler*, %struct.NSUndoManager*, %struct.NSWindowController*, %st…
|