Searched defs:IsAllocator (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
H A DMacOSKeychainAPIChecker.cpp90 static unsigned getTrackedFunctionIndex(StringRef Name, bool IsAllocator);
186 bool IsAllocator) {
192 if (IsAllocator && (FI.DeallocatorIdx == InvalidIdx))
194 if (!IsAllocator && (FI.DeallocatorIdx != InvalidIdx))
185 getTrackedFunctionIndex(StringRef Name, bool IsAllocator) argument

Completed in 395 milliseconds