Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DMacOSKeychainAPIChecker.cpp73 typedef std::pair<SymbolRef, const AllocationState*> AllocationPair; typedef in __anon3797eaeb0111::MacOSKeychainAPIChecker
74 typedef SmallVector<AllocationPair, 2> AllocationPairVec;
109 void generateDeallocatorMismatchReport(const AllocationPair &AP,
118 const AllocationPair &AP, ExplodedNode *N, CheckerContext &C) const;
121 void markInteresting(BugReport *R, const AllocationPair &AP) const { in markInteresting()
223 generateDeallocatorMismatchReport(const AllocationPair &AP, in generateDeallocatorMismatchReport()
355 const AllocationPair AP = std::make_pair(ArgSM, AS); in checkPreStmt()
365 const AllocationPair AP = std::make_pair(ArgSM, AS); in checkPreStmt()
391 const AllocationPair AP = std::make_pair(ArgSM, AS); in checkPreStmt()
471 const AllocationPair &AP, ExplodedNode *N, CheckerContext &C) const { in generateAllocatedDataNotReleasedReport()