Home | History | Annotate | Download | only in Checkers

Lines Matching defs:BR

52   BugReporter &BR;
61 WalkAST(BugReporter &br, AnalysisDeclContext* ac,
63 : BR(br), AC(ac), II_setid(),
64 CheckRand(isArc4RandomAvailable(BR.getContext())),
283 PathDiagnosticLocation::createBegin(FS, BR.getSourceManager(), AC);
284 BR.EmitBasicReport(AC->getDecl(),
313 if (PT->getPointeeType().getUnqualifiedType() != BR.getContext().CharTy)
319 PathDiagnosticLocation::createBegin(CE, BR.getSourceManager(), AC);
320 BR.EmitBasicReport(AC->getDecl(),
354 if (PT->getPointeeType().getUnqualifiedType() != BR.getContext().CharTy)
360 PathDiagnosticLocation::createBegin(CE, BR.getSourceManager(), AC);
361 BR.EmitBasicReport(AC->getDecl(),
396 if (PT->getPointeeType().getUnqualifiedType() != BR.getContext().CharTy)
402 PathDiagnosticLocation::createBegin(CE, BR.getSourceManager(), AC);
403 BR.EmitBasicReport(AC->getDecl(),
457 if (!suffixEx->EvaluateAsInt(Result, BR.getContext()))
475 PathDiagnosticLocation::createBegin(CE, BR.getSourceManager(), AC);
490 BR.EmitBasicReport(AC->getDecl(),
511 PathDiagnosticLocation::createBegin(CE, BR.getSourceManager(), AC);
512 BR.EmitBasicReport(AC->getDecl(),
539 PathDiagnosticLocation::createBegin(CE, BR.getSourceManager(), AC);
540 BR.EmitBasicReport(AC->getDecl(),
572 if (PT->getPointeeType().getUnqualifiedType() != BR.getContext().CharTy)
619 PathDiagnosticLocation::createBegin(CE, BR.getSourceManager(), AC);
620 BR.EmitBasicReport(AC->getDecl(), os1.str(), "Security", os2.str(),
644 PathDiagnosticLocation::createBegin(CE, BR.getSourceManager(), AC);
645 BR.EmitBasicReport(AC->getDecl(),
665 PathDiagnosticLocation::createBegin(CE, BR.getSourceManager(), AC);
666 BR.EmitBasicReport(AC->getDecl(),
697 II_setid[i] = &BR.getContext().Idents.get(identifiers[i]);
737 PathDiagnosticLocation::createBegin(CE, BR.getSourceManager(), AC);
738 BR.EmitBasicReport(AC->getDecl(), os1.str(), "Security", os2.str(),
752 BugReporter &BR) const {
753 WalkAST walker(BR, mgr.getAnalysisDeclContext(D), filter);