Searched refs:Prop1 (Results 1 – 6 of 6) sorted by relevance
/external/clang/test/ASTMerge/Inputs/ |
D | property2.m | 6 @property (readonly) int Prop1; property 12 @property (readonly) int Prop1; property 22 @property int Prop1; property 30 @synthesize Prop1 = ivar1;
|
D | property1.m | 10 @property (readonly) float Prop1; property 20 @property int Prop1; property 27 @synthesize Prop1 = ivar1;
|
/external/clang/test/Index/ |
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} (35) 92 // CHECK-CC7: ObjCIvarDecl:{ResultType I4 *}{TypedText Prop1} (17)
|
/external/clang/test/ASTMerge/ |
D | property.m | 5 // CHECK: property2.m:12:26: error: property 'Prop1' declared with incompatible types in different … 7 // CHECK: property2.m:12:26: error: instance method 'Prop1' has incompatible result types in differ… 8 // CHECK: property1.m:10:28: note: instance method 'Prop1' also declared here
|
/external/clang/test/Analysis/ |
D | objc_invalidation.m | 98 @property (nonatomic, assign) SomeInvalidationImplementingObject* Prop1; property 162 self.Prop1 = 0;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonConstPropagation.cpp | 1105 uint32_t Prop1 = LS1.properties(); in evaluateCMPrr() local 1107 return evaluateCMPpp(Cmp, Prop1, LS2.properties(), Result); in evaluateCMPrr() 1109 return evaluateCMPrp(NegCmp, R2, Prop1, Inputs, Result); in evaluateCMPrr()
|