Searched refs:EmitBasicReport (Results 1 - 21 of 21) 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 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.cpp190 BR.EmitBasicReport(AC->getDecl(), Checker,
199 BR.EmitBasicReport(AC->getDecl(), Checker,
H A DCheckObjCDealloc.cpp179 BR.EmitBasicReport(D, Checker, name, categories::CoreFoundationObjectiveC,
197 BR.EmitBasicReport(MD, Checker, name, categories::CoreFoundationObjectiveC,
261 BR.EmitBasicReport(MD, Checker, name,
H A DIdenticalExprChecker.cpp72 BR.EmitBasicReport(AC->getDecl(), Checker,
126 BR.EmitBasicReport(AC->getDecl(), Checker, "Identical conditions",
156 BR.EmitBasicReport(AC->getDecl(), Checker,
244 BR.EmitBasicReport(AC->getDecl(), Checker,
265 BR.EmitBasicReport(
H A DCheckObjCInstMethSignature.cpp73 BR.EmitBasicReport(
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.cpp200 BR.EmitBasicReport(
H A DObjCContainersASTChecker.cpp146 BR.EmitBasicReport(AC->getDecl(), Checker, OsName.str(),
H A DObjCMissingSuperCallChecker.cpp211 BR.EmitBasicReport(MD, this, Name, categories::CoreFoundationObjectiveC,
H A DObjCUnusedIVarsChecker.cpp166 BR.EmitBasicReport(D, Checker, "Unused instance variable", "Optimization",
H A DLLVMConventionsChecker.cpp186 BR.EmitBasicReport(DeclWithIssue, Checker, desc, "LLVM Conventions", desc,
291 BR.EmitBasicReport(Root, Checker, "AST node allocates heap memory",
H A DIvarInvalidationChecker.cpp549 BR.EmitBasicReport(FirstIvarDecl, CheckName, "Incomplete invalidation",
567 BR.EmitBasicReport(MethodD, Filter.checkName_InstanceVariableInvalidation,
572 BR.EmitBasicReport(
H A DMallocOverflowSecurityChecker.cpp216 BR.EmitBasicReport(
H A DMallocSizeofChecker.cpp238 BR.EmitBasicReport(D, this, "Allocator sizeof operand mismatch",
H A DUnreachableCodeChecker.cpp168 B.EmitBasicReport(D, this, "Unreachable code", "Dead code",
H A DDeadStoresChecker.cpp204 BR.EmitBasicReport(AC->getDecl(), Checker, BugType, "Dead store", os.str(),
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h466 void EmitBasicReport(const Decl *DeclWithIssue, const CheckerBase *Checker,
471 void EmitBasicReport(const Decl *DeclWithIssue, CheckName CheckName,
/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2801 // EmitBasicReport.
3471 void BugReporter::EmitBasicReport(const Decl *DeclWithIssue, function in class:BugReporter
3476 EmitBasicReport(DeclWithIssue, Checker->getCheckName(), Name, Category, Str,
3479 void BugReporter::EmitBasicReport(const Decl *DeclWithIssue, function in class:BugReporter

Completed in 361 milliseconds