Lines Matching full:warning
41 NSURL *url = (NSURL *)CFURLCreateWithString(0, (CFStringRef)inString, 0); // expected-warning{{leak}}
49 return url; // no-warning
54 NSURL *url = (NSURL *)CFURLCreateWithString(0, (CFStringRef)inString, 0); // expected-warning{{leak}}
60 [x copyPhoto]; // expected-warning{{leak}}
61 [x mutableCopyPhoto]; // expected-warning{{leak}}
62 [x mutable]; // no-warning
63 [x mutableCopying]; // no-warning
64 [x photocopy]; // no-warning
65 [x photoCopy]; // no-warning
66 [x __blebPRCopy]; // no-warning
67 [x __blebPRcopy]; // no-warning
68 [x new_theprefixdoescount]; // expected-warning{{leak}}
69 [x newestAwesomeStuff]; // no-warning