• Home
  • Raw
  • Download

Lines Matching refs:GCEnabled

603   const bool GCEnabled;  member in __anonf8e0d6ba0511::RetainSummaryManager
737 GCEnabled(gcenabled), in RetainSummaryManager()
805 bool isGCEnabled() const { return GCEnabled; } in isGCEnabled()
809 bool isARCorGCEnabled() const { return GCEnabled || ARCEnabled; } in isARCorGCEnabled()
1752 bool GCEnabled; member in __anonf8e0d6ba0611::CFRefReportVisitor
1756 : Sym(sym), SummaryLog(log), GCEnabled(gcEnabled) {} in CFRefReportVisitor()
1776 CFRefLeakReportVisitor(SymbolRef sym, bool GCEnabled, in CFRefLeakReportVisitor() argument
1778 : CFRefReportVisitor(sym, GCEnabled, log) {} in CFRefLeakReportVisitor()
1795 void addGCModeDescription(const LangOptions &LOpts, bool GCEnabled);
1798 CFRefReport(CFRefBug &D, const LangOptions &LOpts, bool GCEnabled, in CFRefReport() argument
1803 addVisitor(llvm::make_unique<CFRefReportVisitor>(sym, GCEnabled, Log)); in CFRefReport()
1804 addGCModeDescription(LOpts, GCEnabled); in CFRefReport()
1807 CFRefReport(CFRefBug &D, const LangOptions &LOpts, bool GCEnabled, in CFRefReport() argument
1811 addVisitor(llvm::make_unique<CFRefReportVisitor>(sym, GCEnabled, Log)); in CFRefReport()
1812 addGCModeDescription(LOpts, GCEnabled); in CFRefReport()
1826 CFRefLeakReport(CFRefBug &D, const LangOptions &LOpts, bool GCEnabled,
1839 bool GCEnabled) { in addGCModeDescription() argument
1844 assert(GCEnabled); in addGCModeDescription()
1849 assert(!GCEnabled); in addGCModeDescription()
1854 if (GCEnabled) { in addGCModeDescription()
1991 if (GCEnabled) { in VisitNode()
2050 if (!GCEnabled && std::find(AEffects.begin(), AEffects.end(), Dealloc) != in VisitNode()
2072 if (GCEnabled) { in VisitNode()
2122 assert(GCEnabled && CurrV.getCount() > 0); in VisitNode()
2160 if (GCEnabled) in VisitNode()
2391 bool GCEnabled, const SummaryLogTy &Log, in CFRefLeakReport() argument
2395 : CFRefReport(D, LOpts, GCEnabled, Log, n, sym, false) { in CFRefLeakReport()
2442 if (GCEnabled) in CFRefLeakReport()
2454 addVisitor(llvm::make_unique<CFRefLeakReportVisitor>(sym, GCEnabled, Log)); in CFRefLeakReport()
2542 bool GCEnabled) const { in getLeakWithinFunctionBug()
2543 if (GCEnabled) { in getLeakWithinFunctionBug()
2563 CFRefBug *getLeakAtReturnBug(const LangOptions &LOpts, bool GCEnabled) const { in getLeakAtReturnBug()
2564 if (GCEnabled) { in getLeakAtReturnBug()
2586 bool GCEnabled) const { in getSummaryManager()
2590 if (GCEnabled) { in getSummaryManager()
3566 bool GCEnabled = C.isObjCGCEnabled(); in checkReturnWithRetEffect() local
3568 *getLeakAtReturnBug(LOpts, GCEnabled), LOpts, GCEnabled, in checkReturnWithRetEffect()
3847 bool GCEnabled = Ctx.isObjCGCEnabled(); in processLeaks() local
3848 CFRefBug *BT = Pred ? getLeakWithinFunctionBug(LOpts, GCEnabled) in processLeaks()
3849 : getLeakAtReturnBug(LOpts, GCEnabled); in processLeaks()
3853 new CFRefLeakReport(*BT, LOpts, GCEnabled, SummaryLog, N, *I, Ctx, in processLeaks()