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

/external/clang/lib/StaticAnalyzer/Checkers/
H A DAnalyzerStatsChecker.cpp115 B.EmitBasicReport(D, this, "Analyzer Statistics", "Internal Statistics",
131 B.EmitBasicReport(
H A DCheckSizeofPointer.cpp67 BR.EmitBasicReport(AC->getDecl(), Checker,
H A DIdenticalExprChecker.cpp72 BR.EmitBasicReport(AC->getDecl(), Checker,
121 BR.EmitBasicReport(AC->getDecl(), Checker, "Identical conditions",
144 BR.EmitBasicReport(AC->getDecl(), Checker, "Identical conditions",
174 BR.EmitBasicReport(AC->getDecl(), Checker,
262 BR.EmitBasicReport(AC->getDecl(), Checker,
283 BR.EmitBasicReport(
H A DCheckSecuritySyntaxOnly.cpp294 BR.EmitBasicReport(AC->getDecl(), filter.checkName_FloatLoopCounter,
329 BR.EmitBasicReport(AC->getDecl(), filter.checkName_gets,
369 BR.EmitBasicReport(AC->getDecl(), filter.checkName_getpw,
410 BR.EmitBasicReport(AC->getDecl(), filter.checkName_mktemp,
496 BR.EmitBasicReport(AC->getDecl(), filter.checkName_mkstemp,
517 BR.EmitBasicReport(AC->getDecl(), filter.checkName_strcpy,
544 BR.EmitBasicReport(AC->getDecl(), filter.checkName_strcpy,
622 BR.EmitBasicReport(AC->getDecl(), filter.checkName_rand, os1.str(),
647 BR.EmitBasicReport(AC->getDecl(), filter.checkName_rand,
667 BR.EmitBasicReport(A
[all...]
H A DVirtualCallChecker.cpp197 BR.EmitBasicReport(AC->getDecl(), Checker,
206 BR.EmitBasicReport(AC->getDecl(), Checker,
H A DCheckObjCInstMethSignature.cpp73 BR.EmitBasicReport(
H A DLLVMConventionsChecker.cpp185 BR.EmitBasicReport(DeclWithIssue, Checker, desc, "LLVM Conventions", desc,
289 BR.EmitBasicReport(Root, Checker, "AST node allocates heap memory",
H A DNSErrorChecker.cpp77 BR.EmitBasicReport(D, this, "Bad return type when passing NSError**",
124 BR.EmitBasicReport(D, this, "Bad return type when passing CFErrorRef*",
H A DCStringSyntaxChecker.cpp160 BR.EmitBasicReport(FD, Checker, "Anti-pattern in the argument",
H A DDirectIvarAssignment.cpp199 BR.EmitBasicReport(
H A DObjCContainersASTChecker.cpp145 BR.EmitBasicReport(AC->getDecl(), Checker, OsName.str(),
H A DObjCMissingSuperCallChecker.cpp209 BR.EmitBasicReport(MD, this, Name, categories::CoreFoundationObjectiveC,
H A DObjCUnusedIVarsChecker.cpp166 BR.EmitBasicReport(D, Checker, "Unused instance variable", "Optimization",
H A DIvarInvalidationChecker.cpp547 BR.EmitBasicReport(FirstIvarDecl, CheckName, "Incomplete invalidation",
565 BR.EmitBasicReport(MethodD, Filter.checkName_InstanceVariableInvalidation,
570 BR.EmitBasicReport(
H A DMallocSizeofChecker.cpp241 BR.EmitBasicReport(D, this, "Allocator sizeof operand mismatch",
H A DUnreachableCodeChecker.cpp164 B.EmitBasicReport(D, this, "Unreachable code", "Dead code",
H A DMallocOverflowSecurityChecker.cpp284 BR.EmitBasicReport(
H A DDeadStoresChecker.cpp204 BR.EmitBasicReport(AC->getDecl(), Checker, BugType, "Dead store", os.str(),
H A DLocalizationChecker.cpp1078 BR.EmitBasicReport(MD, Checker, "Context Missing",
1276 BR.EmitBasicReport(AC->getDecl(), Checker, "Plural Misuse",
H A DCheckObjCDealloc.cpp251 BR.EmitBasicReport(D, this, Name, categories::CoreFoundationObjectiveC,
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h469 void EmitBasicReport(const Decl *DeclWithIssue, const CheckerBase *Checker,
474 void EmitBasicReport(const Decl *DeclWithIssue, CheckName CheckName,
/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2776 // EmitBasicReport.
3446 void BugReporter::EmitBasicReport(const Decl *DeclWithIssue, function in class:BugReporter
3451 EmitBasicReport(DeclWithIssue, Checker->getCheckName(), Name, Category, Str,
3454 void BugReporter::EmitBasicReport(const Decl *DeclWithIssue, function in class:BugReporter

Completed in 185 milliseconds