Searched refs:AllocationPair (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | MacOSKeychainAPIChecker.cpp | 62 typedef std::pair<SymbolRef, const AllocationState*> AllocationPair; typedef in __anonbaf05abd0111::MacOSKeychainAPIChecker 63 typedef SmallVector<AllocationPair, 2> AllocationPairVec; 98 void generateDeallocatorMismatchReport(const AllocationPair &AP, 107 const AllocationPair &AP, ExplodedNode *N, CheckerContext &C) const; 123 void markInteresting(BugReport *R, const AllocationPair &AP) const { in markInteresting() 245 generateDeallocatorMismatchReport(const AllocationPair &AP, in generateDeallocatorMismatchReport() 380 const AllocationPair AP = std::make_pair(ArgSM, AS); in checkPreStmt() 390 const AllocationPair AP = std::make_pair(ArgSM, AS); in checkPreStmt() 416 const AllocationPair AP = std::make_pair(ArgSM, AS); in checkPreStmt() 514 const AllocationPair &AP, ExplodedNode *N, CheckerContext &C) const { in generateAllocatedDataNotReleasedReport()
|