OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DeallocatorName
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
MacOSKeychainAPIChecker.cpp
364
StringRef
DeallocatorName
= DE->getFoundDecl()->getName();
365
if (
DeallocatorName
== "kCFAllocatorDefault" ||
366
DeallocatorName
== "kCFAllocatorSystemDefault" ||
367
DeallocatorName
== "kCFAllocatorMalloc") {
MallocChecker.cpp
3002
StringRef
DeallocatorName
= DE->getFoundDecl()->getName();
3003
if (
DeallocatorName
== "kCFAllocatorNull")
Completed in 19 milliseconds
Indexes created Wed Aug 12 00:25:48 UTC 2026