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

/external/clang/lib/StaticAnalyzer/Checkers/
H A DMacOSKeychainAPIChecker.cpp502 const LocationContext *NContext = N->getLocationContext(); local
503 if (NContext == LeakContext ||
504 NContext->isParentOf(LeakContext))
H A DMallocChecker.cpp2048 const LocationContext *NContext = N->getLocationContext(); local
2049 if (NContext == LeakContext ||
2050 NContext->isParentOf(LeakContext))
H A DRetainCountChecker.cpp2227 const LocationContext *NContext = N->getLocationContext(); local
2254 if (NContext == LeakContext || NContext->isParentOf(LeakContext))
2265 SVal RecV = St->getSVal(RecExpr, NContext);

Completed in 262 milliseconds