| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | pr22954.c | 265 expected-warning{{Potential leak of memory pointed to by 'g0.s2'}} in f16() 286 expected-warning{{Potential leak of memory pointed to by 'h0.s2'}} in f17() 308 expected-warning{{Potential leak of memory pointed to by 'i18.s2'}} in f18() 325 expected-warning{{Potential leak of memory pointed to by 'i181.s2'}} in f181() 357 expected-warning{{Potential leak of memory pointed to by 'J0.s2'}} in f19() 400 expected-warning{{Potential leak of memory pointed to by 'a20'}} in f20() 440 expected-warning{{Potential leak of memory pointed to by 'a21'}} in f21() 516 expected-warning{{Potential leak of memory pointed to by 'a26.s2'}} in f26() 580 expected-warning{{Potential leak of memory pointed to by 'm27.s4'}} in f27() 666 expected-warning{{Potential leak of memory pointed to by 'k31.s2'}} in f31() [all …]
|
| H A D | retaincountchecker-compoundregion.m | 22 …CFNumberCreate(allocator, kCFNumberSInt32Type, &width), //expected-warning{{Potential leak of an o… 23 …CFNumberCreate(allocator, kCFNumberSInt32Type, &height), //expected-warning{{Potential leak of an …
|
| H A D | CheckNSError.m | 30 …*error = [NSError errorWithDomain:@"domain" code:1 userInfo:0]; // expected-warning {{Potential nu… 53 …*error = 0; // expected-warning {{Potential null dereference. According to coding … 77 …*error = 0; // expected-warning {{Potential null dereference. According to coding standards docume…
|
| H A D | retain-release-arc.m | 97 // expected-warning@-2 {{Potential leak of an object stored into 'testDict'}} 130 // expected-warning@-2{{Potential leak of an object stored into 'data'}} 160 // expected-warning@-2{{Potential leak of an object stored into 'data'}}
|
| H A D | objc-boxing.m | 57 return @(strdup("boxed dynamic string")); // expected-warning{{Potential memory leak}} 73 NSValue *val = @(*bs); // expected-warning{{Potential leak of memory pointed to by 'bs'}}
|
| H A D | incorrect-checker-names.mm | 110 …*error = 0; // expected-warning {{Potential null dereference. According to coding standards docume… 119 …*error = [NSError errorWithDomain:@"domain" code:1 userInfo:0]; // expected-warning {{Potential nu… 128 …write_into_out_param_on_success(&obj); // expected-warning{{Potential leak of an object stored int…
|
| H A D | retain-release-path-notes.m | 226 id x = [[MyObj alloc] initX]; // expected-warning {{Potential leak of an object}} 237 id z = [[MyObj alloc] initZ]; // expected-warning {{Potential leak of an object}} 345 [Original release]; // expected-warning {{Potential leak of an object stored into 'New'}} 359 [Original release]; // expected-warning {{Potential leak of an object stored into 'New'}} 386 [Original release]; // expected-warning {{Potential leak of an object stored into 'New'}} 395 [Original release]; // expected-warning {{Potential leak of an object stored into 'Original'}} 406 [Original release]; // expected-warning {{Potential leak of an object stored into 'Original'}}
|
| H A D | objc-radar17039661.m | 24 …integerHandler(inoutIntegerValueGlobal, traitNameGlobal); // expected-warning {{Potential leak of …
|
| H A D | malloc.m | 51 …NSData *d = [[NSData alloc] initWithBytes: b length: 12]; // expected-warning {{Potential leak of …
|
| H A D | analyzeOneFunction.m | 50 …= [[NSString alloc] initWithFormat:@"test %f %d", 0.0, X+Y]; // expected-warning {{Potential leak}}
|
| H A D | retain-release-inline.m | 290 NSString *s = [[NSString alloc] init]; // expected-warning {{Potential leak}} 308 …"rc_ownership_consumed"))) isl_basic_map *bmap) { // expected-warning {{Potential leak of an objec… 365 …rc_ownership_consumed"))) isl_basic_map *bmap2) { // expected-warning {{Potential leak of an objec… 371 …rc_ownership_consumed"))) isl_basic_map *bmap2) { // expected-warning {{Potential leak of an objec… 377 …rc_ownership_consumed"))) isl_basic_map *bmap2) { // expected-warning {{Potential leak of an objec…
|
| H A D | objc-subscript.m | 31 NSObject *string1 = [[NSObject alloc] init]; // expected-warning {{Potential leak}}
|
| H A D | objc-arc.m | 94 CFDateRef date = CFDateCreate(0, t); // expected-warning {{Potential leak}} 165 CFDateRef date = CFDateCreate(0, t); // expected-warning {{Potential leak}}
|
| H A D | retain-release.m | 523 …CMBufferRef buffer = CMBufferQueueDequeueAndRetain(queue); // expected-warning{{Potential leak of … 636 - (void) f:(id) object { // expected-warning{{Potential leak of an object of type 'id'}} 646 // expected-warning@-2{{Potential leak of an object of type 'CFTypeRef'}} 685 bmap = isl_basic_map_cow(bmap); // expected-warning {{Potential leak of an object}} 1619 return [NSString alloc]; // expected-warning {{Potential leak of an object}} 1794 … info = CFErrorCopyUserInfo(error_to_dump); // expected-warning{{Potential leak of an object}} 2240 id x = [[MyObj12706177 alloc] initX]; //expected-warning {{Potential leak of an object}} 2285 …CFTypeRef obj = CFCreateSomething(); // expected-warning{{Potential leak of an object stored into … 2305 …ArrayCreateMutable(0, 10, &kCFTypeArrayCallBacks); // expected-warning{{Potential leak of an objec…
|
| /llvm-project-15.0.7/llvm/test/Transforms/PGOProfile/ |
| H A D | misexpect-branch.ll | 13 ; WARNING-NOT: remark: misexpect-branch.c:22:0: Potential performance regression from use of the ll… 16 ; REMARK-DAG: remark: misexpect-branch.c:22:0: Potential performance regression from use of the llv… 19 ; BOTH-DAG: remark: misexpect-branch.c:22:0: Potential performance regression from use of the llvm.… 22 ; DISABLED-NOT: remark: misexpect-branch.c:22:0: Potential performance regression from use of the l… 25 ; THRESHOLD-NOT: remark: misexpect-branch.c:22:0: Potential performance regression from use of the …
|
| H A D | misexpect-branch-stripped.ll | 11 ; WARNING-NOT: remark: <unknown>:0:0: Potential performance regression from use of the llvm.expect … 14 ; REMARK-DAG: remark: <unknown>:0:0: Potential performance regression from use of the llvm.expect i… 17 ; BOTH-DAG: remark: <unknown>:0:0: Potential performance regression from use of the llvm.expect int… 20 ; DISABLED-NOT: remark: <unknown>:0:0: Potential performance regression from use of the llvm.expect…
|
| H A D | misexpect-switch-default.ll | 11 ; WARNING-NOT: remark: <unknown>:0:0: Potential performance regression from use of the llvm.expect … 14 ; REMARK-DAG: remark: <unknown>:0:0: Potential performance regression from use of the llvm.expect i… 17 ; BOTH-DAG: remark: <unknown>:0:0: Potential performance regression from use of the llvm.expect int… 20 ; DISABLED-NOT: remark: <unknown>:0:0: Potential performance regression from use of the llvm.expect… 23 ; DISABLED-NOT: remark: <unknown>:0:0: Potential performance regression from use of the llvm.expect…
|
| H A D | misexpect-switch.ll | 14 ; WARNING-NOT: remark: misexpect-switch.c:26:30: Potential performance regression from use of the l… 17 ; REMARK-DAG: remark: misexpect-switch.c:26:30: Potential performance regression from use of the ll… 20 ; BOTH-DAG: remark: misexpect-switch.c:26:30: Potential performance regression from use of the llvm… 23 ; DISABLED-NOT: remark: misexpect-switch.c:26:30: Potential performance regression from use of the … 26 ; DISABLED-NOT: remark: misexpect-switch.c:26:30: Potential performance regression from use of the …
|
| H A D | misexpect-branch-overflow.ll | 8 ; OVERFLOW-NOT: remark: misexpect-branch.c:22:0: Potential performance regression from use of the l…
|
| /llvm-project-15.0.7/clang/test/Analysis/Inputs/expected-plists/ |
| H A D | malloc-plist.c.plist | 206 <string>Potential leak of memory pointed to by 'p'</string> 208 <string>Potential leak of memory pointed to by 'p'</string> 4691 <string>Potential memory leak</string> 4693 <string>Potential memory leak</string> 4696 <key>description</key><string>Potential memory leak</string> 4939 <string>Potential memory leak</string> 4941 <string>Potential memory leak</string> 4944 <key>description</key><string>Potential memory leak</string> 5222 <string>Potential memory leak</string> 5224 <string>Potential memory leak</string> [all …]
|
| /llvm-project-15.0.7/clang/test/Analysis/diagnostics/Inputs/expected-sarif/ |
| H A D | sarif-multi-diagnostic-test.c.sarif | 329 "text": "Potential leak of memory pointed to by 'mem'" 363 "text": "Potential leak of memory pointed to by 'mem'"
|
| /llvm-project-15.0.7/flang/include/flang/Semantics/ |
| H A D | tools.h | 410 ENUM_CLASS(ComponentKind, Ordered, Direct, Ultimate, Potential, Scope) in ENUM_CLASS() argument 530 extern template class ComponentIterator<ComponentKind::Potential>; 535 using PotentialComponentIterator = ComponentIterator<ComponentKind::Potential>;
|
| /llvm-project-15.0.7/clang/www/analyzer/ |
| H A D | menu.html.incl | 31 <li><a href="/potential_checkers.html">Potential Future Checkers</a></li>
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/modernize/ |
| H A D | macro-to-enum.rst | 15 Potential macros for replacement must meet the following constraints:
|
| /llvm-project-15.0.7/libcxx/docs/DesignDocs/ |
| H A D | UnspecifiedBehaviorRandomization.rst | 71 Potential breakages
|