Searched defs:GCEnabled (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp584 /// GCEnabled - Records whether or not the analyzed code runs in GC mode.
585 const bool GCEnabled; member in class:__anon3460::RetainSummaryManager
727 GCEnabled(gcenabled),
797 bool isGCEnabled() const { return GCEnabled; }
801 bool isARCorGCEnabled() const { return GCEnabled || ARCEnabled; }
1163 if (!GCEnabled) {
1208 if (!GCEnabled)
1219 if (!GCEnabled)
1727 bool GCEnabled; member in class:__anon3463::CFRefReportVisitor
1731 : Sym(sym), SummaryLog(log), GCEnabled(gcEnable
1751 CFRefLeakReportVisitor(SymbolRef sym, bool GCEnabled, const SummaryLogTy &log) argument
1773 CFRefReport(CFRefBug &D, const LangOptions &LOpts, bool GCEnabled, const SummaryLogTy &Log, ExplodedNode *n, SymbolRef sym, bool registerVisitor = true) argument
1782 CFRefReport(CFRefBug &D, const LangOptions &LOpts, bool GCEnabled, const SummaryLogTy &Log, ExplodedNode *n, SymbolRef sym, StringRef endText) argument
1814 addGCModeDescription(const LangOptions &LOpts, bool GCEnabled) argument
2257 CFRefLeakReport(CFRefBug &D, const LangOptions &LOpts, bool GCEnabled, const SummaryLogTy &Log, ExplodedNode *n, SymbolRef sym, CheckerContext &Ctx) argument
3293 bool GCEnabled = C.isObjCGCEnabled(); local
3533 bool GCEnabled = Ctx.isObjCGCEnabled(); local
[all...]

Completed in 37 milliseconds