Lines Matching refs:BR

62   BugReporter &BR;
73 : BR(br), AC(ac), II_setid(),
74 CheckRand(isArc4RandomAvailable(BR.getContext())),
293 PathDiagnosticLocation::createBegin(FS, BR.getSourceManager(), AC);
294 BR.EmitBasicReport(AC->getDecl(), filter.checkName_FloatLoopCounter,
323 if (PT->getPointeeType().getUnqualifiedType() != BR.getContext().CharTy)
328 PathDiagnosticLocation::createBegin(CE, BR.getSourceManager(), AC);
329 BR.EmitBasicReport(AC->getDecl(), filter.checkName_gets,
363 if (PT->getPointeeType().getUnqualifiedType() != BR.getContext().CharTy)
368 PathDiagnosticLocation::createBegin(CE, BR.getSourceManager(), AC);
369 BR.EmitBasicReport(AC->getDecl(), filter.checkName_getpw,
404 if (PT->getPointeeType().getUnqualifiedType() != BR.getContext().CharTy)
409 PathDiagnosticLocation::createBegin(CE, BR.getSourceManager(), AC);
410 BR.EmitBasicReport(AC->getDecl(), filter.checkName_mktemp,
464 if (!suffixEx->EvaluateAsInt(Result, BR.getContext()))
481 PathDiagnosticLocation::createBegin(CE, BR.getSourceManager(), AC);
496 BR.EmitBasicReport(AC->getDecl(), filter.checkName_mkstemp,
516 PathDiagnosticLocation::createBegin(CE, BR.getSourceManager(), AC);
517 BR.EmitBasicReport(AC->getDecl(), filter.checkName_strcpy,
543 PathDiagnosticLocation::createBegin(CE, BR.getSourceManager(), AC);
544 BR.EmitBasicReport(AC->getDecl(), filter.checkName_strcpy,
576 if (PT->getPointeeType().getUnqualifiedType() != BR.getContext().CharTy)
621 PathDiagnosticLocation::createBegin(CE, BR.getSourceManager(), AC);
622 BR.EmitBasicReport(AC->getDecl(), filter.checkName_rand, os1.str(),
646 PathDiagnosticLocation::createBegin(CE, BR.getSourceManager(), AC);
647 BR.EmitBasicReport(AC->getDecl(), filter.checkName_rand,
666 PathDiagnosticLocation::createBegin(CE, BR.getSourceManager(), AC);
667 BR.EmitBasicReport(AC->getDecl(), filter.checkName_vfork,
698 II_setid[i] = &BR.getContext().Idents.get(identifiers[i]);
737 PathDiagnosticLocation::createBegin(CE, BR.getSourceManager(), AC);
738 BR.EmitBasicReport(AC->getDecl(), filter.checkName_UncheckedReturn, os1.str(),
753 BugReporter &BR) const {
754 WalkAST walker(BR, mgr.getAnalysisDeclContext(D), filter);