Searched refs:DeallocatorName (Results 1 – 2 of 2) sorted by relevance
387 StringRef DeallocatorName = DE->getFoundDecl()->getName(); in checkPreStmt() local388 if (DeallocatorName == "kCFAllocatorDefault" || in checkPreStmt()389 DeallocatorName == "kCFAllocatorSystemDefault" || in checkPreStmt()390 DeallocatorName == "kCFAllocatorMalloc") { in checkPreStmt()
1480 StringRef DeallocatorName = DE->getFoundDecl()->getName(); in doesNotFreeMemOrInteresting() local1481 if (DeallocatorName == "kCFAllocatorNull") in doesNotFreeMemOrInteresting()