Searched refs:GCEnabled (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | RetainCountChecker.cpp | 602 const bool GCEnabled; member in __anonbe000e510511::RetainSummaryManager 736 GCEnabled(gcenabled), in RetainSummaryManager() 804 bool isGCEnabled() const { return GCEnabled; } in isGCEnabled() 808 bool isARCorGCEnabled() const { return GCEnabled || ARCEnabled; } in isARCorGCEnabled() 1751 bool GCEnabled; member in __anonbe000e510611::CFRefReportVisitor 1755 : Sym(sym), SummaryLog(log), GCEnabled(gcEnabled) {} in CFRefReportVisitor() 1775 CFRefLeakReportVisitor(SymbolRef sym, bool GCEnabled, in CFRefLeakReportVisitor() argument 1777 : CFRefReportVisitor(sym, GCEnabled, log) {} in CFRefLeakReportVisitor() 1794 void addGCModeDescription(const LangOptions &LOpts, bool GCEnabled); 1797 CFRefReport(CFRefBug &D, const LangOptions &LOpts, bool GCEnabled, in CFRefReport() argument [all …]
|