Searched refs:Deallocator (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/clang/include/clang/Analysis/ |
| H A D | AnyCall.h | 52 Deallocator enumerator 85 : E(NE), D(NE->getOperatorDelete()), K(Deallocator) {} in AnyCall() 182 case Deallocator: in getReturnType()
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | keychainAPI.m | 171 …SecKeychainItemFreeContent(attrList, outData); // expected-warning{{Deallocator doesn't match the … 245 …free(outData); // expected-warning{{Deallocator doesn't match the allocator: 'SecKeychainItemFreeC… 271 …alloc, bytes, length, 5, 0, kCFAllocatorDefault); // expected-warning{{Deallocator doesn't match t… 310 …teWithBytesNoCopy(alloc, bytes, length, 5, 0, 0); // expected-warning{{Deallocator doesn't match t…
|
| /llvm-project-15.0.7/clang/lib/Analysis/ |
| H A D | RetainSummaryManager.cpp | 675 case AnyCall::Deallocator: in getSummary()
|