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

  /external/clang/lib/StaticAnalyzer/Checkers/
AnalyzerStatsChecker.cpp 115 B.EmitBasicReport(D, "Analyzer Statistics", "Internal Statistics",
131 B.EmitBasicReport(
CheckSizeofPointer.cpp 66 BR.EmitBasicReport(AC->getDecl(),
CheckSecuritySyntaxOnly.cpp 284 BR.EmitBasicReport(AC->getDecl(),
320 BR.EmitBasicReport(AC->getDecl(),
361 BR.EmitBasicReport(AC->getDecl(),
403 BR.EmitBasicReport(AC->getDecl(),
490 BR.EmitBasicReport(AC->getDecl(),
512 BR.EmitBasicReport(AC->getDecl(),
540 BR.EmitBasicReport(AC->getDecl(),
620 BR.EmitBasicReport(AC->getDecl(), os1.str(), "Security", os2.str(),
645 BR.EmitBasicReport(AC->getDecl(),
666 BR.EmitBasicReport(AC->getDecl()
    [all...]
VirtualCallChecker.cpp 190 BR.EmitBasicReport(AC->getDecl(),
200 BR.EmitBasicReport(AC->getDecl(),
CheckObjCDealloc.cpp 183 BR.EmitBasicReport(D, name, categories::CoreFoundationObjectiveC,
201 BR.EmitBasicReport(MD, name, categories::CoreFoundationObjectiveC,
267 BR.EmitBasicReport(MD, name, categories::CoreFoundationObjectiveC,
CheckObjCInstMethSignature.cpp 72 BR.EmitBasicReport(MethDerived,
NSErrorChecker.cpp 78 BR.EmitBasicReport(D, "Bad return type when passing NSError**",
126 BR.EmitBasicReport(D, "Bad return type when passing CFErrorRef*",
CStringSyntaxChecker.cpp 161 BR.EmitBasicReport(FD, "Anti-pattern in the argument", "C String API",
ObjCContainersASTChecker.cpp 146 BR.EmitBasicReport(AC->getDecl(),
ObjCMissingSuperCallChecker.cpp 215 BR.EmitBasicReport(MD, Name, categories::CoreFoundationObjectiveC,
LLVMConventionsChecker.cpp 182 BR.EmitBasicReport(DeclWithIssue, desc, "LLVM Conventions", desc,
287 BR.EmitBasicReport(Root, "AST node allocates heap memory", "LLVM Conventions",
IvarInvalidationChecker.cpp 560 BR.EmitBasicReport(FirstIvarDecl, "Incomplete invalidation",
578 BR.EmitBasicReport(MethodD, "Incomplete invalidation",
582 BR.EmitBasicReport(IvarD, "Incomplete invalidation",
DirectIvarAssignment.cpp 213 BR.EmitBasicReport(MD,
MallocOverflowSecurityChecker.cpp 217 BR.EmitBasicReport(D, "malloc() size overflow", categories::UnixAPI,
MallocSizeofChecker.cpp 239 BR.EmitBasicReport(D, "Allocator sizeof operand mismatch",
ObjCUnusedIVarsChecker.cpp 175 BR.EmitBasicReport(D, "Unused instance variable", "Optimization",
UnreachableCodeChecker.cpp 165 B.EmitBasicReport(D, "Unreachable code", "Dead code",
DeadStoresChecker.cpp 203 BR.EmitBasicReport(AC->getDecl(), BugType, "Dead store", os.str(), L, R);
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporter.h 466 void EmitBasicReport(const Decl *DeclWithIssue,
471 void EmitBasicReport(const Decl *DeclWithIssue,
474 EmitBasicReport(DeclWithIssue, BugName, BugCategory, BugStr, Loc, 0, 0);
477 void EmitBasicReport(const Decl *DeclWithIssue,
481 EmitBasicReport(DeclWithIssue, BugName, Category, BugStr, Loc, &R, 1);
  /external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp     [all...]

Completed in 453 milliseconds