Home
last modified time | relevance | path

Searched refs:object1 (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A D2012-11-28-merge-store-alias.ll13 %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 Dinvariant-nodatalayout.ll6 @object1 = global { i32, i32 } zeroinitializer
7 ; CHECK: @object1 = global { i32, i32 } zeroinitializer
10 %ptr = bitcast {i32, i32}* @object1 to i8*
H A Dinvariant.ll13 @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 Dconversion-to-objc-pointer-2.mm82 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 Dcontinuation-class-err.m9 @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 Darc-peformselector.m20 - (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 Ddeclare_target_messages.cpp155 VC object1; in foo() local
158 g += object1.method() + p; in foo()
/llvm-project-15.0.7/clang/test/C/drs/
H A Ddr1xx.c249 …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 Dreorder-synthesized-ivars.m13 @property (readwrite, copy) id object1; property
/llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/objc/
H A Dmain.m62 …NSArray *array1 = [NSArray arrayWithObjects: @"array1 object1", @"array1 object2", @"array1 object…
/llvm-project-15.0.7/lldb/test/API/lang/objc/foundation/
H A Dmain.m105 …NSArray *array1 = [NSArray arrayWithObjects: @"array1 object1", @"array1 object2", @"array1 object…