• Home
  • Raw
  • Download

Lines Matching refs:BR

36   BugReporter &BR;  member in __anonbcda2f520111::WalkAST
43 WalkAST(BugReporter &br) : BR(br), II_setid(), in WalkAST()
44 CheckRand(isArc4RandomAvailable(BR.getContext())) {} in WalkAST()
80 II = &BR.getContext().Idents.get(str); in getIdentifier()
262 BR.EmitBasicReport(bugType, "Security", os.str(), in checkLoopConditionForFloat()
288 if (PT->getPointeeType().getUnqualifiedType() != BR.getContext().CharTy) in checkCall_gets()
293 BR.EmitBasicReport("Potential buffer overflow in call to 'gets'", in checkCall_gets()
324 if (PT->getPointeeType().getUnqualifiedType() != BR.getContext().CharTy) in checkCall_getpw()
329 BR.EmitBasicReport("Potential buffer overflow in call to 'getpw'", in checkCall_getpw()
357 if (PT->getPointeeType().getUnqualifiedType() != BR.getContext().CharTy) in checkCall_mktemp()
362 BR.EmitBasicReport("Potential insecure temporary file in call 'mktemp'", in checkCall_mktemp()
381 BR.EmitBasicReport("Potential insecure memory buffer bounds restriction in " in checkCall_strcpy()
403 BR.EmitBasicReport("Potential insecure memory buffer bounds restriction in " in checkCall_strcat()
435 if (PT->getPointeeType().getUnqualifiedType() != BR.getContext().CharTy) in checkCall_strCommon()
482 BR.EmitBasicReport(os1.str(), "Security", os2.str(),CE->getLocStart(), &R, 1); in checkCall_rand()
505 BR.EmitBasicReport("'random' is not a secure random number generator", in checkCall_random()
529 II_setid[i] = &BR.getContext().Idents.get(identifiers[i]); in checkUncheckedReturnValue()
569 BR.EmitBasicReport(os1.str(), "Security", os2.str(),CE->getLocStart(), &R, 1); in checkUncheckedReturnValue()
580 BugReporter &BR) const { in checkASTCodeBody()
581 WalkAST walker(BR); in checkASTCodeBody()