Lines Matching refs:AP

108   void generateDeallocatorMismatchReport(const AllocationPair &AP,
117 generateAllocatedDataNotReleasedReport(const AllocationPair &AP,
123 const AllocationPair &AP) const { in markInteresting()
124 R->markInteresting(AP.first); in markInteresting()
125 R->markInteresting(AP.second->Region); in markInteresting()
224 generateDeallocatorMismatchReport(const AllocationPair &AP, in generateDeallocatorMismatchReport() argument
228 State = State->remove<AllocatedData>(AP.first); in generateDeallocatorMismatchReport()
237 FunctionsToTrack[AP.second->AllocatorIdx].DeallocatorIdx; in generateDeallocatorMismatchReport()
242 Report->addVisitor(std::make_unique<SecKeychainBugVisitor>(AP.first)); in generateDeallocatorMismatchReport()
244 markInteresting(Report.get(), AP); in generateDeallocatorMismatchReport()
357 const AllocationPair AP = std::make_pair(ArgSM, AS); in checkPreStmt() local
358 generateDeallocatorMismatchReport(AP, ArgExpr, C); in checkPreStmt()
367 const AllocationPair AP = std::make_pair(ArgSM, AS); in checkPreStmt() local
368 generateDeallocatorMismatchReport(AP, ArgExpr, C); in checkPreStmt()
393 const AllocationPair AP = std::make_pair(ArgSM, AS); in checkPreStmt() local
394 generateDeallocatorMismatchReport(AP, ArgExpr, C); in checkPreStmt()
473 const AllocationPair &AP, ExplodedNode *N, CheckerContext &C) const { in generateAllocatedDataNotReleasedReport() argument
474 const ADFunctionInfo &FI = FunctionsToTrack[AP.second->AllocatorIdx]; in generateAllocatedDataNotReleasedReport()
485 const ExplodedNode *AllocNode = getAllocationNode(N, AP.first, C); in generateAllocatedDataNotReleasedReport()
497 Report->addVisitor(std::make_unique<SecKeychainBugVisitor>(AP.first)); in generateAllocatedDataNotReleasedReport()
498 markInteresting(Report.get(), AP); in generateAllocatedDataNotReleasedReport()