Searched refs:DeallocatorName (Results 1 – 2 of 2) sorted by relevance
386 StringRef DeallocatorName = DE->getFoundDecl()->getName(); in checkPreStmt() local387 if (DeallocatorName == "kCFAllocatorDefault" || in checkPreStmt()388 DeallocatorName == "kCFAllocatorSystemDefault" || in checkPreStmt()389 DeallocatorName == "kCFAllocatorMalloc") { in checkPreStmt()
2479 StringRef DeallocatorName = DE->getFoundDecl()->getName(); in mayFreeAnyEscapedMemoryOrIsModeledExplicitly() local2480 if (DeallocatorName == "kCFAllocatorNull") in mayFreeAnyEscapedMemoryOrIsModeledExplicitly()