Home | History | Annotate | Download | only in Analysis

Lines Matching full:transferred

114   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' is returned from a function whose name ('CFGetRuleViolation') does not contain 'Copy' or 'Create'.  This violates the naming convention rules given in the Memory Management Guide for Core Foundation}}
135 return result; // 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 'result' is returned from a method whose name ('getViolation') does not start with 'copy', 'mutableCopy', 'alloc' or 'new'. This violates the naming convention rules given in the Memory Management Guide for Cocoa}}
2897 // CHECK-NEXT: <string>Object returned to caller as an owning reference (single retain count transferred to caller)</string>
2899 // CHECK-NEXT: <string>Object returned to caller as an owning reference (single retain count transferred to caller)</string>
3633 // CHECK-NEXT: <string>Object returned to caller as an owning reference (single retain count transferred to caller)</string>
3635 // CHECK-NEXT: <string>Object returned to caller as an owning reference (single retain count transferred to caller)</string>