Searched refs:obj3 (Results 1 – 11 of 11) sorted by relevance
| /llvm-project-15.0.7/bolt/test/runtime/X86/Inputs/ |
| H A D | retpoline_synthetic.cpp | 34 Base *obj3 = new Derived3(); in main() local 41 case 3: sum += obj3->Foo(); break; in main()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AArch64/ |
| H A D | wrong-callee-save-size-after-livedebugvariables.mir | 24 %obj3 = alloca [238 x i8], align 1 51 !15 = !DILocalVariable(name: "obj3", scope: !7, file: !1, line: 6, type: !16) 78 - { id: 2, name: obj3, type: default, offset: 0, size: 238, alignment: 1, 84 renamable $x2 = ADDXri %stack.2.obj3, 0, 0
|
| /llvm-project-15.0.7/clang/test/Analysis/inlining/ |
| H A D | RetainCountExamples.m | 119 DelegateTest *obj3 = [[DelegateTest alloc] init]; // no-warning 121 [DelegateTest updateObject: obj3
|
| /llvm-project-15.0.7/llvm/test/Transforms/RewriteStatepointsForGC/ |
| H A D | relocation.ll | 19 ; CHECK: %phi1 = phi i64 addrspace(1)* [ %obj.relocated.casted, %entry ], [ %obj3, %joint2 ] 20 %phi1 = phi i64 addrspace(1)* [ %obj, %entry ], [ %obj3, %joint2 ] 29 ; CHECK: %obj3 = getelementptr i64, i64 addrspace(1)* %obj2.relocated.casted, i32 1 31 %obj3 = getelementptr i64, i64 addrspace(1)* %obj2, i32 1
|
| /llvm-project-15.0.7/llvm/unittests/ADT/ |
| H A D | HashingTest.cpp | 100 NonPOD obj1(1, 2), obj2(3, 4), obj3(5, 6); in TEST() local 101 EXPECT_EQ(hash_combine(obj1, hash_combine(obj2, obj3)), in TEST() 102 hash_value(std::make_pair(obj1, std::make_pair(obj2, obj3)))); in TEST()
|
| /llvm-project-15.0.7/clang/test/SemaObjC/ |
| H A D | illegal-nonarc-bridged-cast.m | 23 id obj3 = (__bridge id)CFGetSomething();
|
| H A D | arc-bridged-cast.m | 24 id obj3 = (__bridge id)CFGetSomething();
|
| /llvm-project-15.0.7/clang/test/SemaObjCXX/ |
| H A D | arc-bridged-cast.mm | 22 id obj3 = (__bridge IdType)CFGetSomething();
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | objc-arc.m | 142 id obj3 = (__bridge id)CFGetSomething(); 143 [obj3 self]; // Add a use, to show we can use the object after it has been bridged.
|
| /llvm-project-15.0.7/llvm/test/ThinLTO/X86/ |
| H A D | devirt2.ll | 169 define i32 @test(%struct.A* %obj, %struct.D* %obj2, %struct.E* %obj3, i32 %a) { 206 %call5 = tail call i32 @test2(%struct.E* nonnull %obj3, i32 %call4)
|
| /llvm-project-15.0.7/clang/test/CodeGenObjCXX/ |
| H A D | arc.mm | 138 id obj3 = x0p->makeObject2(); 173 id obj3 = x0p->makeObject4();
|