Searched refs:Prop1 (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/clang/test/ASTMerge/property/Inputs/ |
| H A D | property2.m | 6 @property (readonly) int Prop1; property 12 @property (readonly) int Prop1; property 22 @property int Prop1; property 30 @synthesize Prop1 = ivar1;
|
| H A D | property1.m | 10 @property (readonly) float Prop1; property 20 @property int Prop1; property 27 @synthesize Prop1 = ivar1;
|
| /llvm-project-15.0.7/clang/test/Index/ |
| H A D | complete-properties.m | 10 @property int Prop1; property 20 @synthesize Prop2, Prop1, Prop3 = StoredProp3; 37 I4 *Prop1; 61 // CHECK-CC1: ObjCPropertyDecl:{ResultType int}{TypedText Prop1} 67 // CHECK-CC2: ObjCPropertyDecl:{ResultType int}{TypedText Prop1} 81 // CHECK-CC5-NEXT: ObjCPropertyDecl:{ResultType int}{TypedText Prop1} (37) 92 // CHECK-CC7: ObjCIvarDecl:{ResultType I4 *}{TypedText Prop1} (17)
|
| /llvm-project-15.0.7/clang/test/ASTMerge/property/ |
| H A D | test.m | 5 // CHECK: property2.m:12:26: warning: property 'Prop1' declared with incompatible types in differen… 7 // CHECK: property2.m:12:26: warning: instance method 'Prop1' has incompatible result types in diff… 8 // CHECK: property1.m:10:28: note: instance method 'Prop1' also declared here
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | objc_invalidation.m | 98 @property (nonatomic, assign) SomeInvalidationImplementingObject* Prop1; property 162 self.Prop1 = 0;
|
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/ |
| H A D | HexagonConstPropagation.cpp | 1116 uint32_t Prop1 = LS1.properties(); in evaluateCMPrr() local 1118 return evaluateCMPpp(Cmp, Prop1, LS2.properties(), Result); in evaluateCMPrr() 1120 return evaluateCMPrp(NegCmp, R2, Prop1, Inputs, Result); in evaluateCMPrr()
|