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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DMacOSKeychainAPIChecker.cpp388 StringRef DeallocatorName = DE->getFoundDecl()->getName(); local
389 if (DeallocatorName == "kCFAllocatorDefault" ||
390 DeallocatorName == "kCFAllocatorSystemDefault" ||
391 DeallocatorName == "kCFAllocatorMalloc") {
H A DMallocChecker.cpp1960 StringRef DeallocatorName = DE->getFoundDecl()->getName(); local
1961 if (DeallocatorName == "kCFAllocatorNull")

Completed in 113 milliseconds