Home
last modified time | relevance | path

Searched refs:AllocationPair (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DMacOSKeychainAPIChecker.cpp72 typedef std::pair<SymbolRef, const AllocationState*> AllocationPair; typedef in __anonc0aa0fcc0111::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()
224 generateDeallocatorMismatchReport(const AllocationPair &AP, in generateDeallocatorMismatchReport()
357 const AllocationPair AP = std::make_pair(ArgSM, AS); in checkPreStmt()
367 const AllocationPair AP = std::make_pair(ArgSM, AS); in checkPreStmt()
393 const AllocationPair AP = std::make_pair(ArgSM, AS); in checkPreStmt()
473 const AllocationPair &AP, ExplodedNode *N, CheckerContext &C) const { in generateAllocatedDataNotReleasedReport()