Home
last modified time | relevance | path

Searched refs:LeakContext (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
DMacOSKeychainAPIChecker.cpp493 const LocationContext *LeakContext = N->getLocationContext(); in getAllocationNode() local
503 if (N->getLocationContext() == LeakContext) in getAllocationNode()
DMallocChecker.cpp1112 const LocationContext *LeakContext = N->getLocationContext(); in getAllocationSite() local
1135 if (N->getLocationContext() == LeakContext) in getAllocationSite()
DRetainCountChecker.cpp2165 const LocationContext *LeakContext = N->getLocationContext(); in GetAllocationSite() local
2179 if (N->getLocationContext() == LeakContext) in GetAllocationSite()
2188 if (N->getLocationContext() != LeakContext) { in GetAllocationSite()