| D | RetainCountChecker.cpp | 1684 const SummaryLogTy &Log, ExplodedNode *n, SymbolRef sym, in CFRefReport() argument 1688 addVisitor(new CFRefReportVisitor(sym, GCEnabled, Log)); in CFRefReport() 1693 const SummaryLogTy &Log, ExplodedNode *n, SymbolRef sym, in CFRefReport() argument 1696 addVisitor(new CFRefReportVisitor(sym, GCEnabled, Log)); in CFRefReport() 1713 const SummaryLogTy &Log, ExplodedNode *n, SymbolRef sym, 2251 bool GCEnabled, const SummaryLogTy &Log, in CFRefLeakReport() argument 2255 : CFRefReport(D, LOpts, GCEnabled, Log, n, sym, false) { in CFRefLeakReport() 2313 addVisitor(new CFRefLeakReportVisitor(sym, GCEnabled, Log)); in CFRefLeakReport()
|