Searched refs:object2 (Results 1 – 10 of 10) sorted by relevance
| /llvm-project-15.0.7/clang/test/CodeCompletion/ |
| H A D | member-access.cpp | 96 TemplateClass<int, S> *object2) { in completeDependentMembers() argument 98 object2->field; in completeDependentMembers() 118 TemplateClass<int, double> *object2) { in completeDependentSpecializedMembers() argument 120 object2->field; in completeDependentSpecializedMembers()
|
| /llvm-project-15.0.7/llvm/test/Transforms/GlobalOpt/ |
| H A D | invariant.ll | 23 @object2 = global i32 0 24 ; CHECK: @object2 = global i32 0 26 store i32 -1, i32* @object2 27 %A = bitcast i32* @object2 to i8*
|
| /llvm-project-15.0.7/clang/test/SemaObjCXX/ |
| H A D | conversion-to-objc-pointer-2.mm | 83 TNSAutoRef<NSObject*> object2([[NSObject alloc] init]); 86 if (object1 == object2) 87 [bar setBlah: object2]; // <== Does not compile. It should.
|
| /llvm-project-15.0.7/clang/test/C/drs/ |
| H A D | dr1xx.c | 250 struct S object2; in dr120() local 251 …object2.bit = 3; /* expected-warning {{implicit truncation from 'int' to bit-field changes value f… in dr120()
|
| /llvm-project-15.0.7/clang/test/SemaObjC/ |
| 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/lldb/test/API/functionalities/breakpoint/objc/ |
| H A D | main.m | 62 …NSArray *array1 = [NSArray arrayWithObjects: @"array1 object1", @"array1 object2", @"array1 object… 63 NSArray *array2 = [NSArray arrayWithObjects: array1, @"array2 object2", @"array2 object3", nil];
|
| /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… 106 NSArray *array2 = [NSArray arrayWithObjects: array1, @"array2 object2", @"array2 object3", nil];
|
| /llvm-project-15.0.7/clang/test/Analysis/Checkers/ |
| H A D | RunLoopAutoreleaseLeakChecker.m | 60 NSObject *object2 = [[NSObject alloc] init]; // no-warning, warning on the first one is enough. 62 (void) object2;
|
| /llvm-project-15.0.7/clang/test/CodeGenObjC/ |
| H A D | reorder-synthesized-ivars.m | 15 @property (readwrite, copy) id object2; property
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/data-formatter/data-formatter-objc/ |
| H A D | main.m | 136 MyOtherClass *object2 = [[MyOtherClass alloc] initWithInt:2 141 [object2 doIncrementByInt:3];
|