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 295 BR.EmitBasicReport(AC->getDecl(), filter.checkName_FloatLoopCounter,
330 BR.EmitBasicReport(AC->getDecl(), filter.checkName_gets,
370 BR.EmitBasicReport(AC->getDecl(), filter.checkName_getpw,
411 BR.EmitBasicReport(AC->getDecl(), filter.checkName_mktemp,
497 BR.EmitBasicReport(AC->getDecl(), filter.checkName_mkstemp,
518 BR.EmitBasicReport(AC->getDecl(), filter.checkName_strcpy,
545 BR.EmitBasicReport(AC->getDecl(), filter.checkName_strcpy,
623 BR.EmitBasicReport(AC->getDecl(), filter.checkName_rand, os1.str(),
648 BR.EmitBasicReport(AC->getDecl(), filter.checkName_rand,
668 BR.EmitBasicReport(AC->getDecl(), filter.checkName_vfork
    [all...]
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(
CheckObjCDealloc.cpp 158 BR.EmitBasicReport(D, Checker, name, categories::CoreFoundationObjectiveC,
222 BR.EmitBasicReport(MD, Checker, name,
NSErrorChecker.cpp 77 BR.EmitBasicReport(D, this, "Bad return type when passing NSError**",
124 BR.EmitBasicReport(D, this, "Bad return type when passing CFErrorRef*",
VirtualCallChecker.cpp 197 BR.EmitBasicReport(AC->getDecl(), Checker,
206 BR.EmitBasicReport(AC->getDecl(), Checker,
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 242 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 469 void EmitBasicReport(const Decl *DeclWithIssue, const CheckerBase *Checker,
474 void EmitBasicReport(const Decl *DeclWithIssue, CheckName CheckName,
  /external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp     [all...]

Completed in 187 milliseconds