Searched refs:DeallocatorName (Results 1 – 2 of 2) sorted by relevance
364 StringRef DeallocatorName = DE->getFoundDecl()->getName(); in checkPreStmt() local365 if (DeallocatorName == "kCFAllocatorDefault" || in checkPreStmt()366 DeallocatorName == "kCFAllocatorSystemDefault" || in checkPreStmt()367 DeallocatorName == "kCFAllocatorMalloc") { in checkPreStmt()
3002 StringRef DeallocatorName = DE->getFoundDecl()->getName(); in mayFreeAnyEscapedMemoryOrIsModeledExplicitly() local3003 if (DeallocatorName == "kCFAllocatorNull") in mayFreeAnyEscapedMemoryOrIsModeledExplicitly()