HomeSort by: relevance | last modified time | path
    Searched refs:LeakContext (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
ValistChecker.cpp 226 const LocationContext *LeakContext = N->getLocationContext();
240 if (NContext == LeakContext || NContext->isParentOf(LeakContext))
MacOSKeychainAPIChecker.cpp 452 const LocationContext *LeakContext = N->getLocationContext();
463 if (NContext == LeakContext ||
464 NContext->isParentOf(LeakContext))

Completed in 18 milliseconds