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