Home
last modified time | relevance | path

Searched refs:DeallocatorName (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
DMacOSKeychainAPIChecker.cpp387 StringRef DeallocatorName = DE->getFoundDecl()->getName(); in checkPreStmt() local
388 if (DeallocatorName == "kCFAllocatorDefault" || in checkPreStmt()
389 DeallocatorName == "kCFAllocatorSystemDefault" || in checkPreStmt()
390 DeallocatorName == "kCFAllocatorMalloc") { in checkPreStmt()
DMallocChecker.cpp1480 StringRef DeallocatorName = DE->getFoundDecl()->getName(); in doesNotFreeMemOrInteresting() local
1481 if (DeallocatorName == "kCFAllocatorNull") in doesNotFreeMemOrInteresting()