Home | History | Annotate | Download | only in Analysis

Lines Matching full:propertyvalue

28 @property(retain) id propertyValue;
64 id leaked = foo.propertyValue; // expected-warning{{leak}} expected-note{{Property returns an Objective-C object with a +0 retain count}}
95 id object = foo.propertyValue; // expected-note{{Property returns an Objective-C object with a +0 retain count}}
119 id result = self.propertyValue; // expected-note{{Property returns an Objective-C object with a +0 retain count}}