Searched refs:DeallocatorName (Results 1 – 2 of 2) sorted by relevance
355 StringRef DeallocatorName = DE->getFoundDecl()->getName(); in checkPreStmt() local356 if (DeallocatorName == "kCFAllocatorDefault" || in checkPreStmt()357 DeallocatorName == "kCFAllocatorSystemDefault" || in checkPreStmt()358 DeallocatorName == "kCFAllocatorMalloc") { in checkPreStmt()
3457 StringRef DeallocatorName = DE->getFoundDecl()->getName(); in mayFreeAnyEscapedMemoryOrIsModeledExplicitly() local3458 if (DeallocatorName == "kCFAllocatorNull") in mayFreeAnyEscapedMemoryOrIsModeledExplicitly()