Home
last modified time | relevance | path

Searched refs:EmitBasicReport (Results 1 – 25 of 27) sorted by relevance

12

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DCheckSecuritySyntaxOnly.cpp345 BR.EmitBasicReport(AC->getDecl(), filter.checkName_bcmp, in checkCall_bcmp()
387 BR.EmitBasicReport(AC->getDecl(), filter.checkName_bcopy, in checkCall_bcopy()
428 BR.EmitBasicReport(AC->getDecl(), filter.checkName_bzero, in checkCall_bzero()
466 BR.EmitBasicReport(AC->getDecl(), filter.checkName_gets, in checkCall_gets()
506 BR.EmitBasicReport(AC->getDecl(), filter.checkName_getpw, in checkCall_getpw()
547 BR.EmitBasicReport(AC->getDecl(), filter.checkName_mktemp, in checkCall_mktemp()
634 BR.EmitBasicReport(AC->getDecl(), filter.checkName_mkstemp, in checkCall_mkstemp()
666 BR.EmitBasicReport(AC->getDecl(), filter.checkName_strcpy, in checkCall_strcpy()
693 BR.EmitBasicReport(AC->getDecl(), filter.checkName_strcpy, in checkCall_strcat()
796 BR.EmitBasicReport(AC->getDecl(), filter.checkName_rand, in checkCall_random()
[all …]
H A DIdenticalExprChecker.cpp72 BR.EmitBasicReport(AC->getDecl(), Checker, in reportIdenticalExpr()
121 BR.EmitBasicReport(AC->getDecl(), Checker, "Identical conditions", in VisitIfStmt()
144 BR.EmitBasicReport(AC->getDecl(), Checker, "Identical conditions", in VisitIfStmt()
174 BR.EmitBasicReport(AC->getDecl(), Checker, in VisitIfStmt()
265 BR.EmitBasicReport(AC->getDecl(), Checker, in checkComparisonOp()
286 BR.EmitBasicReport( in VisitConditionalOperator()
H A DCastToStructChecker.cpp66 BR.EmitBasicReport( in VisitCastExpr()
98 BR.EmitBasicReport(AC->getDecl(), Checker, "Widening cast to struct type", in VisitCastExpr()
H A DAnalyzerStatsChecker.cpp115 B.EmitBasicReport(D, this, "Analyzer Statistics", "Internal Statistics", in checkEndAnalysis()
133 B.EmitBasicReport( in checkEndAnalysis()
H A DCStringSyntaxChecker.cpp237 BR.EmitBasicReport(FD, Checker, "Anti-pattern in the argument", in VisitCallExpr()
261 BR.EmitBasicReport(FD, Checker, "Anti-pattern in the argument", in VisitCallExpr()
H A DNSErrorChecker.cpp77 BR.EmitBasicReport(D, this, "Bad return type when passing NSError**", in checkASTDecl()
124 BR.EmitBasicReport(D, this, "Bad return type when passing CFErrorRef*", in checkASTDecl()
H A DObjCPropertyChecker.cpp73 BR.EmitBasicReport( in checkCopyMutable()
H A DCheckSizeofPointer.cpp67 BR.EmitBasicReport(AC->getDecl(), Checker, in VisitUnaryExprOrTypeTraitExpr()
H A DLLVMConventionsChecker.cpp184 BR.EmitBasicReport(DeclWithIssue, Checker, desc, "LLVM Conventions", desc, in VisitVarDecl()
288 BR.EmitBasicReport(Root, Checker, "AST node allocates heap memory", in ReportError()
H A DIvarInvalidationChecker.cpp547 BR.EmitBasicReport(FirstIvarDecl, CheckName, "Incomplete invalidation", in reportNoInvalidationMethod()
565 BR.EmitBasicReport(MethodD, Filter.checkName_InstanceVariableInvalidation, in reportIvarNeedsInvalidation()
570 BR.EmitBasicReport( in reportIvarNeedsInvalidation()
H A DCheckObjCInstMethSignature.cpp73 BR.EmitBasicReport( in CompareReturnTypes()
H A DObjCContainersASTChecker.cpp145 BR.EmitBasicReport(AC->getDecl(), Checker, OsName.str(), in VisitCallExpr()
H A DObjCMissingSuperCallChecker.cpp209 BR.EmitBasicReport(MD, this, Name, categories::CoreFoundationObjectiveC, in checkASTDecl()
H A DObjCAutoreleaseWriteChecker.cpp136 BR.EmitBasicReport( in emitDiagnostics()
H A DDirectIvarAssignment.cpp199 BR.EmitBasicReport( in VisitBinaryOperator()
H A DRunLoopAutoreleaseLeakChecker.cpp117 BR.EmitBasicReport(ADC->getDecl(), Checker, in emitDiagnostics()
H A DObjCUnusedIVarsChecker.cpp166 BR.EmitBasicReport(D, Checker, "Unused instance variable", "Optimization", in checkObjCUnusedIvar()
H A DGCDAntipatternChecker.cpp196 BR.EmitBasicReport( in emitDiagnostics()
H A DUnreachableCodeChecker.cpp173 B.EmitBasicReport(D, this, "Unreachable code", "Dead code", in checkEndAnalysis()
H A DMallocSizeofChecker.cpp241 BR.EmitBasicReport(D, this, "Allocator sizeof operand mismatch", in checkASTCodeBody()
H A DNumberObjectConversionChecker.cpp189 BR.EmitBasicReport( in run()
H A DMallocOverflowSecurityChecker.cpp287 BR.EmitBasicReport( in OutputPossibleOverflows()
H A DDeadStoresChecker.cpp205 BR.EmitBasicReport(AC->getDecl(), Checker, BugType, "Dead store", os.str(), in Report()
H A DLocalizationChecker.cpp1188 BR.EmitBasicReport(MD, Checker, "Context Missing", in reportEmptyContextError()
1386 BR.EmitBasicReport(AC->getDecl(), Checker, "Plural Misuse", in reportPluralMisuseError()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h493 void EmitBasicReport(const Decl *DeclWithIssue, const CheckerBase *Checker,
498 void EmitBasicReport(const Decl *DeclWithIssue, CheckName CheckName,

12