Searched refs:EmitBasicReport (Results 1 - 25 of 30) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCastToStructChecker.cpp65 BR.EmitBasicReport(
97 BR.EmitBasicReport(AC->getDecl(), Checker, "Widening cast to struct type",
H A DCheckSizeofPointer.cpp66 BR.EmitBasicReport(AC->getDecl(), Checker,
H A DObjCPropertyChecker.cpp72 BR.EmitBasicReport(
H A DIdenticalExprChecker.cpp71 BR.EmitBasicReport(AC->getDecl(), Checker,
120 BR.EmitBasicReport(AC->getDecl(), Checker, "Identical conditions",
143 BR.EmitBasicReport(AC->getDecl(), Checker, "Identical conditions",
173 BR.EmitBasicReport(AC->getDecl(), Checker,
264 BR.EmitBasicReport(AC->getDecl(), Checker,
285 BR.EmitBasicReport(
H A DAnalyzerStatsChecker.cpp114 B.EmitBasicReport(D, this, "Analyzer Statistics", "Internal Statistics",
132 B.EmitBasicReport(
H A DOSObjectCStyleCast.cpp48 BR.EmitBasicReport(
H A DPointerIterationChecker.cpp52 BR.EmitBasicReport(ADC->getDecl(), Checker,
H A DPointerSortingChecker.cpp52 BR.EmitBasicReport(ADC->getDecl(), Checker,
H A DCheckSecuritySyntaxOnly.cpp338 BR.EmitBasicReport(AC->getDecl(), filter.checkName_FloatLoopCounter,
378 BR.EmitBasicReport(AC->getDecl(), filter.checkName_bcmp,
420 BR.EmitBasicReport(AC->getDecl(), filter.checkName_bcopy,
461 BR.EmitBasicReport(AC->getDecl(), filter.checkName_bzero,
499 BR.EmitBasicReport(AC->getDecl(), filter.checkName_gets,
539 BR.EmitBasicReport(AC->getDecl(), filter.checkName_getpw,
580 BR.EmitBasicReport(AC->getDecl(), filter.checkName_mktemp,
666 BR.EmitBasicReport(AC->getDecl(), filter.checkName_mkstemp,
699 BR.EmitBasicReport(AC->getDecl(), filter.checkName_strcpy,
727 BR.EmitBasicReport(A
[all...]
H A DCheckObjCInstMethSignature.cpp72 BR.EmitBasicReport(
H A DLLVMConventionsChecker.cpp183 BR.EmitBasicReport(DeclWithIssue, Checker, desc, "LLVM Conventions", desc,
287 BR.EmitBasicReport(Root, Checker, "AST node allocates heap memory",
H A DCStringSyntaxChecker.cpp238 BR.EmitBasicReport(FD, Checker, "Anti-pattern in the argument",
262 BR.EmitBasicReport(FD, Checker, "Anti-pattern in the argument",
H A DNSErrorChecker.cpp76 BR.EmitBasicReport(D, this, "Bad return type when passing NSError**",
123 BR.EmitBasicReport(D, this, "Bad return type when passing CFErrorRef*",
H A DGCDAntipatternChecker.cpp195 BR.EmitBasicReport(
H A DObjCAutoreleaseWriteChecker.cpp135 BR.EmitBasicReport(
H A DObjCContainersASTChecker.cpp144 BR.EmitBasicReport(AC->getDecl(), Checker, OsName.str(),
H A DRunLoopAutoreleaseLeakChecker.cpp116 BR.EmitBasicReport(ADC->getDecl(), Checker,
H A DDirectIvarAssignment.cpp200 BR.EmitBasicReport(
H A DObjCUnusedIVarsChecker.cpp165 BR.EmitBasicReport(D, Checker, "Unused instance variable", "Optimization",
H A DObjCMissingSuperCallChecker.cpp208 BR.EmitBasicReport(MD, this, Name, categories::CoreFoundationObjectiveC,
H A DIvarInvalidationChecker.cpp546 BR.EmitBasicReport(FirstIvarDecl, CheckName, "Incomplete invalidation",
564 BR.EmitBasicReport(MethodD, Filter.checkName_InstanceVariableInvalidation,
569 BR.EmitBasicReport(
H A DNumberObjectConversionChecker.cpp188 BR.EmitBasicReport(
H A DMallocSizeofChecker.cpp240 BR.EmitBasicReport(D, this, "Allocator sizeof operand mismatch",
H A DUnreachableCodeChecker.cpp172 B.EmitBasicReport(D, this, "Unreachable code", "Dead code",
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h618 void EmitBasicReport(const Decl *DeclWithIssue, const CheckerBase *Checker,
624 void EmitBasicReport(const Decl *DeclWithIssue, CheckerNameRef CheckerName,

Completed in 206 milliseconds

12