Searched refs:object1 (Results 1 – 11 of 11) sorted by relevance
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | 2012-11-28-merge-store-alias.ll | 13 %object1 = alloca [10 x i32] 15 %ret0 = call i32 @foo(ptr %object1) nounwind 17 %O1_1 = getelementptr [10 x i32], ptr %object1, i64 0, i32 1 18 %O1_2 = getelementptr [10 x i32], ptr %object1, i64 0, i32 2 19 %O1_3 = getelementptr [10 x i32], ptr %object1, i64 0, i32 3 20 %O1_4 = getelementptr [10 x i32], ptr %object1, i64 0, i32 4 21 %ld_ptr = getelementptr [10 x i32], ptr %object1, i64 0, i32 9 29 %ret1 = call i32 @foo(ptr %object1) nounwind
|
| /llvm-project-15.0.7/llvm/test/Transforms/GlobalOpt/ |
| H A D | invariant-nodatalayout.ll | 6 @object1 = global { i32, i32 } zeroinitializer 7 ; CHECK: @object1 = global { i32, i32 } zeroinitializer 10 %ptr = bitcast {i32, i32}* @object1 to i8*
|
| H A D | invariant.ll | 13 @object1 = global i32 0 14 ; CHECK: @object1 = constant i32 -1 16 store i32 -1, i32* @object1 17 %A = bitcast i32* @object1 to i8*
|
| /llvm-project-15.0.7/clang/test/SemaObjCXX/ |
| H A D | conversion-to-objc-pointer-2.mm | 82 NSObject* object1 = [[[NSObject alloc] init] autorelease]; 85 [bar setBlah: object1]; // <== Does not compile. It should. 86 if (object1 == object2)
|
| /llvm-project-15.0.7/clang/test/SemaObjC/ |
| H A D | continuation-class-err.m | 9 @property(readwrite, assign) id object1; // expected-note {{property declared here}} property 15 @property(readonly) id object1; // expected-error {{illegal redeclaration of property in class exte… property
|
| H A D | arc-peformselector.m | 20 - (id)performSelector:(SEL)aSelector withObject:(id)object1 withObject:(id)object2; 48 - (id)performSelector:(SEL)aSelector withObject:(id)object1 withObject:(id)object2 { return 0; }
|
| /llvm-project-15.0.7/clang/test/OpenMP/ |
| H A D | declare_target_messages.cpp | 155 VC object1; in foo() local 158 g += object1.method() + p; in foo()
|
| /llvm-project-15.0.7/clang/test/C/drs/ |
| H A D | dr1xx.c | 249 …struct S object1 = { 3 }; /* expected-warning {{implicit truncation from 'int' to bit-field change… in dr120() local
|
| /llvm-project-15.0.7/clang/test/CodeGenObjC/ |
| H A D | reorder-synthesized-ivars.m | 13 @property (readwrite, copy) id object1; property
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/objc/ |
| H A D | main.m | 62 …NSArray *array1 = [NSArray arrayWithObjects: @"array1 object1", @"array1 object2", @"array1 object…
|
| /llvm-project-15.0.7/lldb/test/API/lang/objc/foundation/ |
| H A D | main.m | 105 …NSArray *array1 = [NSArray arrayWithObjects: @"array1 object1", @"array1 object2", @"array1 object…
|