Lines Matching refs:GCEnabled

508   const bool GCEnabled;  member in __anon177adc590511::RetainSummaryManager
651 GCEnabled(gcenabled), in RetainSummaryManager()
719 bool isGCEnabled() const { return GCEnabled; } in isGCEnabled()
723 bool isARCorGCEnabled() const { return GCEnabled || ARCEnabled; } in isARCorGCEnabled()
1637 bool GCEnabled; member in __anon177adc590611::CFRefReportVisitor
1641 : Sym(sym), SummaryLog(log), GCEnabled(gcEnabled) {} in CFRefReportVisitor()
1661 CFRefLeakReportVisitor(SymbolRef sym, bool GCEnabled, in CFRefLeakReportVisitor() argument
1663 : CFRefReportVisitor(sym, GCEnabled, log) {} in CFRefLeakReportVisitor()
1680 void addGCModeDescription(const LangOptions &LOpts, bool GCEnabled);
1683 CFRefReport(CFRefBug &D, const LangOptions &LOpts, bool GCEnabled, in CFRefReport() argument
1688 addVisitor(new CFRefReportVisitor(sym, GCEnabled, Log)); in CFRefReport()
1689 addGCModeDescription(LOpts, GCEnabled); in CFRefReport()
1692 CFRefReport(CFRefBug &D, const LangOptions &LOpts, bool GCEnabled, in CFRefReport() argument
1696 addVisitor(new CFRefReportVisitor(sym, GCEnabled, Log)); in CFRefReport()
1697 addGCModeDescription(LOpts, GCEnabled); in CFRefReport()
1712 CFRefLeakReport(CFRefBug &D, const LangOptions &LOpts, bool GCEnabled,
1725 bool GCEnabled) { in addGCModeDescription() argument
1730 assert(GCEnabled); in addGCModeDescription()
1735 assert(!GCEnabled); in addGCModeDescription()
1740 if (GCEnabled) { in addGCModeDescription()
1859 if (GCEnabled) { in VisitNode()
1918 if (!GCEnabled && std::find(AEffects.begin(), AEffects.end(), Dealloc) != in VisitNode()
1940 if (GCEnabled) { in VisitNode()
1991 assert(GCEnabled && CurrV.getCount() > 0); in VisitNode()
2024 if (GCEnabled) in VisitNode()
2251 bool GCEnabled, const SummaryLogTy &Log, in CFRefLeakReport() argument
2255 : CFRefReport(D, LOpts, GCEnabled, Log, n, sym, false) { in CFRefLeakReport()
2301 if (GCEnabled) in CFRefLeakReport()
2313 addVisitor(new CFRefLeakReportVisitor(sym, GCEnabled, Log)); in CFRefLeakReport()
2402 bool GCEnabled) const { in getLeakWithinFunctionBug()
2403 if (GCEnabled) { in getLeakWithinFunctionBug()
2422 CFRefBug *getLeakAtReturnBug(const LangOptions &LOpts, bool GCEnabled) const { in getLeakAtReturnBug()
2423 if (GCEnabled) { in getLeakAtReturnBug()
2443 bool GCEnabled) const { in getSummaryManager()
2447 if (GCEnabled) { in getSummaryManager()
3302 bool GCEnabled = C.isObjCGCEnabled(); in checkReturnWithRetEffect() local
3304 new CFRefLeakReport(*getLeakAtReturnBug(LOpts, GCEnabled), in checkReturnWithRetEffect()
3305 LOpts, GCEnabled, SummaryLog, in checkReturnWithRetEffect()
3553 bool GCEnabled = Ctx.isObjCGCEnabled(); in processLeaks() local
3554 CFRefBug *BT = Pred ? getLeakWithinFunctionBug(LOpts, GCEnabled) in processLeaks()
3555 : getLeakAtReturnBug(LOpts, GCEnabled); in processLeaks()
3558 CFRefLeakReport *report = new CFRefLeakReport(*BT, LOpts, GCEnabled, in processLeaks()