reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/StaticAnalyzer/Checkers/MacOSKeychainAPIChecker.cpp
   73   typedef SmallVector<AllocationPair, 2> AllocationPairVec;
  108   void generateDeallocatorMismatchReport(const AllocationPair &AP,
  117   generateAllocatedDataNotReleasedReport(const AllocationPair &AP,
  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 AP = std::make_pair(ArgSM, AS);
  474     const AllocationPair &AP, ExplodedNode *N, CheckerContext &C) const {