Home | History | Annotate | Download | only in Analysis

Lines Matching full:owning

67   return object; // expected-note{{Object returned to caller as an owning reference (single retain count transferred to caller)}} expected-note{{Object leaked: object allocated and stored into 'object' and returned from method 'getViolation' is potentially leaked when using garbage collection.  Callers of this method do not expect a returned object with a +1 retain count since they expect the object to be managed by the garbage collector}}
72 return object; // expected-note{{Object returned to caller as an owning reference (single retain count transferred to caller)}} expected-note{{Object leaked: object allocated and stored into 'object' and returned from method 'copyViolation' is potentially leaked when using garbage collection. Callers of this method do not expect a returned object with a +1 retain count since they expect the object to be managed by the garbage collector}}
1169 // CHECK-NEXT: <string>Object returned to caller as an owning reference (single retain count transferred to caller)</string>
1171 // CHECK-NEXT: <string>Object returned to caller as an owning reference (single retain count transferred to caller)</string>
1353 // CHECK-NEXT: <string>Object returned to caller as an owning reference (single retain count transferred to caller)</string>
1355 // CHECK-NEXT: <string>Object returned to caller as an owning reference (single retain count transferred to caller)</string>