Searched refs:AllocationPair (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | MacOSKeychainAPIChecker.cpp | 74 typedef std::pair<SymbolRef, const AllocationState*> AllocationPair; typedef in __anon6a7fd89c0111::MacOSKeychainAPIChecker 75 typedef SmallVector<AllocationPair, 2> AllocationPairVec; 104 void generateDeallocatorMismatchReport(const AllocationPair &AP, 113 generateAllocatedDataNotReleasedReport(const AllocationPair &AP, 119 const AllocationPair &AP) const { in markInteresting() 220 generateDeallocatorMismatchReport(const AllocationPair &AP, in generateDeallocatorMismatchReport() 349 const AllocationPair AP = std::make_pair(ArgSM, AS); in checkPreStmt() 359 const AllocationPair AP = std::make_pair(ArgSM, AS); in checkPreStmt() 385 const AllocationPair AP = std::make_pair(ArgSM, AS); in checkPreStmt() 465 const AllocationPair &AP, ExplodedNode *N, CheckerContext &C) const { in generateAllocatedDataNotReleasedReport()
|