Searched refs:DeallocatorName (Results 1 – 2 of 2) sorted by relevance
363 StringRef DeallocatorName = DE->getFoundDecl()->getName(); in checkPreStmt() local364 if (DeallocatorName == "kCFAllocatorDefault" || in checkPreStmt()365 DeallocatorName == "kCFAllocatorSystemDefault" || in checkPreStmt()366 DeallocatorName == "kCFAllocatorMalloc") { in checkPreStmt()
3218 StringRef DeallocatorName = DE->getFoundDecl()->getName(); in mayFreeAnyEscapedMemoryOrIsModeledExplicitly() local3219 if (DeallocatorName == "kCFAllocatorNull") in mayFreeAnyEscapedMemoryOrIsModeledExplicitly()