Lines Matching full:transferred
67 return object; // expected-warning{{leak}} 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-warning{{leak}} 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}}
1178 // CHECK-NEXT: <string>Object returned to caller as an owning reference (single retain count transferred to caller)</string>
1180 // CHECK-NEXT: <string>Object returned to caller as an owning reference (single retain count transferred to caller)</string>
1365 // CHECK-NEXT: <string>Object returned to caller as an owning reference (single retain count transferred to caller)</string>
1367 // CHECK-NEXT: <string>Object returned to caller as an owning reference (single retain count transferred to caller)</string>