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

/external/clang/lib/StaticAnalyzer/Checkers/
H A DMacOSKeychainAPIChecker.cpp62 typedef std::pair<SymbolRef, const AllocationState*> AllocationPair; typedef in class:__anon18200::MacOSKeychainAPIChecker
63 typedef SmallVector<AllocationPair, 2> AllocationPairVec;
98 void generateDeallocatorMismatchReport(const AllocationPair &AP,
106 BugReport *generateAllocatedDataNotReleasedReport(const AllocationPair &AP,
123 /// Mark an AllocationPair interesting for diagnostic reporting.
124 void markInteresting(BugReport *R, const AllocationPair &AP) const {
255 generateDeallocatorMismatchReport(const AllocationPair &AP,
382 const AllocationPair AP = std::make_pair(ArgSM, AS);
392 const AllocationPair AP = std::make_pair(ArgSM, AS);
418 const AllocationPair A
[all...]

Completed in 76 milliseconds