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

/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DMacOSKeychainAPIChecker.cpp72 typedef std::pair<SymbolRef, const AllocationState*> AllocationPair; typedef in class:__anon996::MacOSKeychainAPIChecker
73 typedef SmallVector<AllocationPair, 2> AllocationPairVec;
108 void generateDeallocatorMismatchReport(const AllocationPair &AP,
117 generateAllocatedDataNotReleasedReport(const AllocationPair &AP,
121 /// Mark an AllocationPair interesting for diagnostic reporting.
123 const AllocationPair &AP) const {
225 generateDeallocatorMismatchReport(const AllocationPair &AP,
358 const AllocationPair AP = std::make_pair(ArgSM, AS);
368 const AllocationPair AP = std::make_pair(ArgSM, AS);
394 const AllocationPair A
[all...]

Completed in 236 milliseconds