Searched refs:DeallocatorName (Results 1 – 2 of 2) sorted by relevance
361 StringRef DeallocatorName = DE->getFoundDecl()->getName(); in checkPreStmt() local362 if (DeallocatorName == "kCFAllocatorDefault" || in checkPreStmt()363 DeallocatorName == "kCFAllocatorSystemDefault" || in checkPreStmt()364 DeallocatorName == "kCFAllocatorMalloc") { in checkPreStmt()
2715 StringRef DeallocatorName = DE->getFoundDecl()->getName(); in mayFreeAnyEscapedMemoryOrIsModeledExplicitly() local2716 if (DeallocatorName == "kCFAllocatorNull") in mayFreeAnyEscapedMemoryOrIsModeledExplicitly()