Searched refs:AllocationPair (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
H A D | MacOSKeychainAPIChecker.cpp | 72 typedef std::pair<SymbolRef, const AllocationState*> AllocationPair; typedef in __anonf1e97ce70111::MacOSKeychainAPIChecker 73 typedef SmallVector<AllocationPair, 2> AllocationPairVec; 108 void generateDeallocatorMismatchReport(const AllocationPair &AP, 117 generateAllocatedDataNotReleasedReport(const AllocationPair &AP, 123 const AllocationPair &AP) const { in markInteresting() 225 generateDeallocatorMismatchReport(const AllocationPair &AP, in generateDeallocatorMismatchReport() 358 const AllocationPair AP = std::make_pair(ArgSM, AS); in checkPreStmt() 368 const AllocationPair AP = std::make_pair(ArgSM, AS); in checkPreStmt() 394 const AllocationPair AP = std::make_pair(ArgSM, AS); in checkPreStmt() 474 const AllocationPair &AP, ExplodedNode *N, CheckerContext &C) const { in generateAllocatedDataNotReleasedReport()
|