Home | History | Annotate | Download | only in Checkers

Lines Matching refs:br

127   BugReporter& BR;
139 BugReporter& br, AnalysisDeclContext* ac, ParentMap& parents,
141 : cfg(cfg), Ctx(ctx), BR(br), AC(ac), Parents(parents),
203 BR.EmitBasicReport(AC->getDecl(), BugType, "Dead store", os.str(), L, R);
221 PathDiagnosticLocation::createBegin(Ex, BR.getSourceManager(), AC);
377 PathDiagnosticLocation::create(V, BR.getSourceManager());
424 BugReporter &BR) const {
440 DeadStoreObs A(cfg, BR.getContext(), BR, AC, pmap, FS.Escaped);