Lines Matching refs:AP

109   void generateDeallocatorMismatchReport(const AllocationPair &AP,
118 generateAllocatedDataNotReleasedReport(const AllocationPair &AP,
124 const AllocationPair &AP) const { in markInteresting()
125 R->markInteresting(AP.first); in markInteresting()
126 R->markInteresting(AP.second->Region); in markInteresting()
225 generateDeallocatorMismatchReport(const AllocationPair &AP, in generateDeallocatorMismatchReport() argument
229 State = State->remove<AllocatedData>(AP.first); in generateDeallocatorMismatchReport()
238 FunctionsToTrack[AP.second->AllocatorIdx].DeallocatorIdx; in generateDeallocatorMismatchReport()
243 Report->addVisitor(std::make_unique<SecKeychainBugVisitor>(AP.first)); in generateDeallocatorMismatchReport()
245 markInteresting(Report.get(), AP); in generateDeallocatorMismatchReport()
358 const AllocationPair AP = std::make_pair(ArgSM, AS); in checkPreStmt() local
359 generateDeallocatorMismatchReport(AP, ArgExpr, C); in checkPreStmt()
368 const AllocationPair AP = std::make_pair(ArgSM, AS); in checkPreStmt() local
369 generateDeallocatorMismatchReport(AP, ArgExpr, C); in checkPreStmt()
394 const AllocationPair AP = std::make_pair(ArgSM, AS); in checkPreStmt() local
395 generateDeallocatorMismatchReport(AP, ArgExpr, C); in checkPreStmt()
474 const AllocationPair &AP, ExplodedNode *N, CheckerContext &C) const { in generateAllocatedDataNotReleasedReport() argument
475 const ADFunctionInfo &FI = FunctionsToTrack[AP.second->AllocatorIdx]; in generateAllocatedDataNotReleasedReport()
486 const ExplodedNode *AllocNode = getAllocationNode(N, AP.first, C); in generateAllocatedDataNotReleasedReport()
498 Report->addVisitor(std::make_unique<SecKeychainBugVisitor>(AP.first)); in generateAllocatedDataNotReleasedReport()
499 markInteresting(Report.get(), AP); in generateAllocatedDataNotReleasedReport()