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

/external/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp575 /// GCEnabled - Records whether or not the analyzed code runs in GC mode.
576 const bool GCEnabled; member in class:__anon18230::RetainSummaryManager
710 GCEnabled(gcenabled),
778 bool isGCEnabled() const { return GCEnabled; }
782 bool isARCorGCEnabled() const { return GCEnabled || ARCEnabled; }
1702 bool GCEnabled; member in class:__anon18231::CFRefReportVisitor
1706 : Sym(sym), SummaryLog(log), GCEnabled(gcEnabled) {}
1726 CFRefLeakReportVisitor(SymbolRef sym, bool GCEnabled, argument
1728 : CFRefReportVisitor(sym, GCEnabled, log) {}
1745 void addGCModeDescription(const LangOptions &LOpts, bool GCEnabled);
1748 CFRefReport(CFRefBug &D, const LangOptions &LOpts, bool GCEnabled, const SummaryLogTy &Log, ExplodedNode *n, SymbolRef sym, bool registerVisitor = true) argument
1757 CFRefReport(CFRefBug &D, const LangOptions &LOpts, bool GCEnabled, const SummaryLogTy &Log, ExplodedNode *n, SymbolRef sym, StringRef endText) argument
1789 addGCModeDescription(const LangOptions &LOpts, bool GCEnabled) argument
2315 CFRefLeakReport(CFRefBug &D, const LangOptions &LOpts, bool GCEnabled, const SummaryLogTy &Log, ExplodedNode *n, SymbolRef sym, CheckerContext &Ctx, bool IncludeAllocationLine) argument
3420 bool GCEnabled = C.isObjCGCEnabled(); local
3671 bool GCEnabled = Ctx.isObjCGCEnabled(); local
[all...]

Completed in 69 milliseconds