Searched refs:DeallocatorName (Results 1 – 2 of 2) sorted by relevance
388 StringRef DeallocatorName = DE->getFoundDecl()->getName(); in checkPreStmt() local389 if (DeallocatorName == "kCFAllocatorDefault" || in checkPreStmt()390 DeallocatorName == "kCFAllocatorSystemDefault" || in checkPreStmt()391 DeallocatorName == "kCFAllocatorMalloc") { in checkPreStmt()
1960 StringRef DeallocatorName = DE->getFoundDecl()->getName(); in mayFreeAnyEscapedMemoryOrIsModeledExplicitly() local1961 if (DeallocatorName == "kCFAllocatorNull") in mayFreeAnyEscapedMemoryOrIsModeledExplicitly()