| /llvm-project-15.0.7/clang/test/SemaObjCXX/ |
| H A D | objc-boxed-expressions-nsvalue.mm | 50 NSRect rect; 51 …id value = @(rect); // expected-error{{definition of class NSValue must be available to use Object… 106 void test_template_1(NSRect rect, NonTriviallyCopyable ntc) { 107 id x = box(rect); 111 template <unsigned i> id boxRect(NSRect rect) { return @(rect); } 113 void test_template_2(NSRect rect, NonTriviallyCopyable ntc) { 114 id x = boxRect<0>(rect);
|
| /llvm-project-15.0.7/clang/test/Sema/ |
| H A D | designated-initializers.c | 56 struct rect { struct 61 struct rect window = { .top_left.x = 1.0 }; argument 63 struct rect windows[] = { 70 int windows_size[((sizeof(windows) / sizeof(struct rect)) == 6)? 1 : -1]; 72 struct rect windows_bad[3] = { 78 struct rect windows[10]; 87 struct rect window;
|
| /llvm-project-15.0.7/lldb/test/API/lang/objc/objc-struct-argument/ |
| H A D | test.m | 34 NSRect rect = {{0, 0}, {10, 20}}; 37 NSValue *v = [NSValue valueWithRect:rect]; 38 return rect.origin.x; // Set breakpoint here.
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/Generic/ |
| H A D | 2010-10-01-crash.ll | 3 define void @CGRectStandardize(i32* sret(i32) %agg.result, i32* byval(i32) %rect) nounwind ssp !dbg… 5 call void @llvm.dbg.declare(metadata i32* %rect, metadata !23, metadata !DIExpression()), !dbg !24 20 !23 = !DILocalVariable(name: "rect", line: 53, arg: 2, scope: !0, file: !1, type: !5)
|
| /llvm-project-15.0.7/clang/test/CodeGenObjC/ |
| H A D | arc-linetable-autorelease.m | 22 + (NSBezierPath *)bezierPathWithRoundedRect:(NSRect)rect xRadius:(CGFloat)xRadius yRadius:(CGFloat)… 27 NSRect rect = NSMakeRect(0, 0, width, height); 28 NSBezierPath *path = [NSBezierPath bezierPathWithRoundedRect:rect xRadius:radius yRadius:radius];
|
| H A D | nsvalue-objc-boxable-mac.m | 81 NSValue *rect = @(ns_rect);
|
| H A D | nsvalue-objc-boxable-ios.m | 81 NSValue *rect = @(cg_rect);
|
| H A D | nsvalue-objc-boxable-ios-arc.m | 88 NSValue *rect = @(cg_rect);
|
| H A D | nsvalue-objc-boxable-mac-arc.m | 84 NSValue *rect = @(ns_rect);
|
| /llvm-project-15.0.7/clang/test/SemaObjC/ |
| H A D | message.m | 33 - (NSRect)rect; method 39 // Note that the proto for "rect" is found in the global pool even when 42 NSRect r = [obj rect]; 98 …[X rect]; // expected-warning {{receiver type 'struct objc_object *' is not 'id' or interface poin…
|
| H A D | objc-boxed-expressions-nsvalue.m | 48 NSRect rect; 49 …id value = @(rect); // expected-error{{definition of class NSValue must be available to use Object…
|
| /llvm-project-15.0.7/lldb/test/API/lang/objc/rdar-12408181/ |
| H A D | main.m | 18 CGRect rect = { 0, 0, 100, 100}; 19 UIWindow* window = [[UIWindow alloc] initWithFrame:rect];
|
| /llvm-project-15.0.7/mlir/unittests/Analysis/Presburger/ |
| H A D | PresburgerSetTest.cpp | 419 PresburgerSet rect = parsePresburgerSetFromPolyStrings( in TEST() local 421 EXPECT_FALSE(square.isEqual(rect)); in TEST() 423 PresburgerSet universeSquare = rect.unionSet(rect.complement()); in TEST() 425 EXPECT_FALSE(universeRect.isEqual(rect)); in TEST() 427 EXPECT_FALSE(rect.complement().isEqual(square.complement())); in TEST()
|
| /llvm-project-15.0.7/lldb/test/API/lang/c/struct_types/ |
| H A D | main.c | 31 struct rect_tag rect = {{1, 2, {}}, {3, 4, {}}}; in main() local
|
| /llvm-project-15.0.7/mlir/test/Dialect/Affine/ |
| H A D | loop-tiling-validity.mlir | 30 // The default tiling method (hyper-rect) will violate tiling legality.
|
| /llvm-project-15.0.7/openmp/runtime/tools/ |
| H A D | summarizeStats.py | 180 rect = [0.1, 0.1, 0.8, 0.8] 184 ax = fig.add_axes(rect, projection='radar')
|
| /llvm-project-15.0.7/llvm/test/Transforms/LoopVectorize/ |
| H A D | vplan-dot-printing.ll | 12 ; CHECK-NEXT: node [shape=rect, fontname=Courier, fontsize=30]
|
| /llvm-project-15.0.7/polly/test/ScheduleOptimizer/ |
| H A D | rectangular-tiling.ll | 70 define void @rect([512 x i32]* %A) {
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/data-formatter/data-formatter-objc/ |
| H A D | main.m | 737 Rect rect = {4, 8, 4, 7}; 738 Rect *rect_ptr = ▭
|
| /llvm-project-15.0.7/clang/test/ARCMT/ |
| H A D | objcmt-arc-cf-annotations.m | 946 NSString *str, CIImage *img, CGRect rect, 950 [context createCGImage:img fromRect:rect]; // expected-warning{{leak}} 951 [context createCGImage:img fromRect:rect format:form colorSpace:cs]; // expected-warning{{leak}}
|
| H A D | objcmt-arc-cf-annotations.m.result | 988 NSString *str, CIImage *img, CGRect rect, 992 [context createCGImage:img fromRect:rect]; // expected-warning{{leak}} 993 [context createCGImage:img fromRect:rect format:form colorSpace:cs]; // expected-warning{{leak}}
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | retain-release.m | 1051 NSString *str, CIImage *img, CGRect rect, 1055 [context createCGImage:img fromRect:rect]; // expected-warning{{leak}} 1056 [context createCGImage:img fromRect:rect format:form colorSpace:cs]; // expected-warning{{leak}}
|