HomeSort by relevance Sort by last modified time
    Searched refs:EmitBasicReport (Results 1 - 21 of 21) sorted by null

  /external/clang/lib/StaticAnalyzer/Checkers/
AnalyzerStatsChecker.cpp 115 B.EmitBasicReport(D, this, "Analyzer Statistics", "Internal Statistics",
131 B.EmitBasicReport(
CheckSizeofPointer.cpp 67 BR.EmitBasicReport(AC->getDecl(), Checker,
CheckSecuritySyntaxOnly.cpp 294 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(AC->getDecl(), filter.checkName_vfork
    [all...]
VirtualCallChecker.cpp 190 BR.EmitBasicReport(AC->getDecl(), Checker,
199 BR.EmitBasicReport(AC->getDecl(), Checker,
CheckObjCDealloc.cpp 179 BR.EmitBasicReport(D, Checker, name, categories::CoreFoundationObjectiveC,
197 BR.EmitBasicReport(MD, Checker, name, categories::CoreFoundationObjectiveC,
261 BR.EmitBasicReport(MD, Checker, name,
IdenticalExprChecker.cpp 72 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(
CheckObjCInstMethSignature.cpp 73 BR.EmitBasicReport(
NSErrorChecker.cpp 77 BR.EmitBasicReport(D, this, "Bad return type when passing NSError**",
124 BR.EmitBasicReport(D, this, "Bad return type when passing CFErrorRef*",
CStringSyntaxChecker.cpp 160 BR.EmitBasicReport(FD, Checker, "Anti-pattern in the argument",
DirectIvarAssignment.cpp 200 BR.EmitBasicReport(
ObjCContainersASTChecker.cpp 146 BR.EmitBasicReport(AC->getDecl(), Checker, OsName.str(),
ObjCMissingSuperCallChecker.cpp 211 BR.EmitBasicReport(MD, this, Name, categories::CoreFoundationObjectiveC,
ObjCUnusedIVarsChecker.cpp 166 BR.EmitBasicReport(D, Checker, "Unused instance variable", "Optimization",
LLVMConventionsChecker.cpp 186 BR.EmitBasicReport(DeclWithIssue, Checker, desc, "LLVM Conventions", desc,
291 BR.EmitBasicReport(Root, Checker, "AST node allocates heap memory",
IvarInvalidationChecker.cpp 549 BR.EmitBasicReport(FirstIvarDecl, CheckName, "Incomplete invalidation",
567 BR.EmitBasicReport(MethodD, Filter.checkName_InstanceVariableInvalidation,
572 BR.EmitBasicReport(
MallocOverflowSecurityChecker.cpp 216 BR.EmitBasicReport(
MallocSizeofChecker.cpp 238 BR.EmitBasicReport(D, this, "Allocator sizeof operand mismatch",
UnreachableCodeChecker.cpp 168 B.EmitBasicReport(D, this, "Unreachable code", "Dead code",
DeadStoresChecker.cpp 204 BR.EmitBasicReport(AC->getDecl(), Checker, BugType, "Dead store", os.str(),
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporter.h 466 void EmitBasicReport(const Decl *DeclWithIssue, const CheckerBase *Checker,
471 void EmitBasicReport(const Decl *DeclWithIssue, CheckName CheckName,
  /external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp     [all...]

Completed in 2871 milliseconds