Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMacOSKeychainAPIChecker.cpp75 typedef std::pair<SymbolRef, const AllocationState*> AllocationPair; typedef in __anonc464bb520111::MacOSKeychainAPIChecker
76 typedef SmallVector<AllocationPair, 2> AllocationPairVec;
105 void generateDeallocatorMismatchReport(const AllocationPair &AP,
114 generateAllocatedDataNotReleasedReport(const AllocationPair &AP,
120 const AllocationPair &AP) const { in markInteresting()
221 generateDeallocatorMismatchReport(const AllocationPair &AP, in generateDeallocatorMismatchReport()
350 const AllocationPair AP = std::make_pair(ArgSM, AS); in checkPreStmt()
360 const AllocationPair AP = std::make_pair(ArgSM, AS); in checkPreStmt()
386 const AllocationPair AP = std::make_pair(ArgSM, AS); in checkPreStmt()
466 const AllocationPair &AP, ExplodedNode *N, CheckerContext &C) const { in generateAllocatedDataNotReleasedReport()