Searched refs:GCEnabled (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | RetainCountChecker.cpp | 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 [all …]
|