HomeSort by relevance Sort by last modified time
    Searched refs:BugReporter (Results 1 - 25 of 37) sorted by null

1 2

  /external/clang/lib/StaticAnalyzer/Checkers/
CheckSizeofPointer.cpp 17 #include "clang/StaticAnalyzer/Core/BugReporter/BugReporter.h"
26 BugReporter &BR;
31 WalkAST(BugReporter &br, const CheckerBase *checker, AnalysisDeclContext *ac)
84 BugReporter &BR) const {
DebugCheckers.cpp 20 #include "clang/StaticAnalyzer/Core/BugReporter/BugType.h"
38 BugReporter &BR) const {
60 BugReporter &BR) const {
80 BugReporter &BR) const {
100 BugReporter &BR) const {
126 BugReporter &BR) const {
146 BugReporter &BR) const {
175 BugReporter &BR) const {
205 void checkEndAnalysis(ExplodedGraph &G, BugReporter &B,ExprEngine &Eng) const {
LLVMConventionsChecker.cpp 18 #include "clang/StaticAnalyzer/Core/BugReporter/BugReporter.h"
119 BugReporter &BR;
123 StringRefCheckerVisitor(const Decl *declWithIssue, BugReporter &br,
138 static void CheckStringRefAssignedTemporary(const Decl *D, BugReporter &BR,
219 BugReporter &BR;
223 ASTFieldVisitor(const CXXRecordDecl *root, BugReporter &br,
232 static void CheckASTMemory(const CXXRecordDecl *R, BugReporter &BR,
303 BugReporter &BR) const {
309 BugReporter &BR) const
    [all...]
CheckObjCInstMethSignature.cpp 20 #include "clang/StaticAnalyzer/Core/BugReporter/BugReporter.h"
21 #include "clang/StaticAnalyzer/Core/BugReporter/PathDiagnostic.h"
42 BugReporter &BR, ASTContext &Ctx,
80 BugReporter &BR,
132 BugReporter &BR) const {
CheckerDocumentation.cpp 16 #include "clang/StaticAnalyzer/Core/BugReporter/BugType.h"
189 BugReporter &BR,
197 BugReporter &BR) const {}
317 BugReporter &BR) const {}
DirectIvarAssignment.cpp 28 #include "clang/StaticAnalyzer/Core/BugReporter/BugReporter.h"
64 BugReporter &BR;
70 const ObjCInterfaceDecl *InID, BugReporter &InBR,
92 BugReporter &BR) const;
119 BugReporter &BR) const {
NSErrorChecker.cpp 21 #include "clang/StaticAnalyzer/Core/BugReporter/BugType.h"
48 AnalysisManager &mgr, BugReporter &BR) const;
54 BugReporter &BR) const {
95 AnalysisManager &mgr, BugReporter &BR) const;
101 BugReporter &BR) const {
246 BugReporter &BR = *event.BR;
CStringSyntaxChecker.cpp 22 #include "clang/StaticAnalyzer/Core/BugReporter/BugReporter.h"
35 BugReporter &BR;
85 WalkAST(const CheckerBase *checker, BugReporter &br, AnalysisDeclContext *ac)
181 BugReporter &BR) const {
ObjCContainersASTChecker.cpp 18 #include "clang/StaticAnalyzer/Core/BugReporter/BugReporter.h"
29 BugReporter &BR;
74 WalkAST(BugReporter &br, const CheckerBase *checker, AnalysisDeclContext *ac)
165 BugReporter &BR) const {
VirtualCallChecker.cpp 18 #include "clang/StaticAnalyzer/Core/BugReporter/BugReporter.h"
32 BugReporter &BR;
62 WalkAST(const CheckerBase *checker, BugReporter &br,
222 BugReporter &BR) const {
AnalyzerStatsChecker.cpp 14 #include "clang/StaticAnalyzer/Core/BugReporter/BugReporter.h"
37 void checkEndAnalysis(ExplodedGraph &G, BugReporter &B,ExprEngine &Eng) const;
42 BugReporter &B,
ObjCMissingSuperCallChecker.cpp 21 #include "clang/StaticAnalyzer/Core/BugReporter/BugReporter.h"
22 #include "clang/StaticAnalyzer/Core/BugReporter/PathDiagnostic.h"
71 BugReporter &BR) const;
168 BugReporter &BR) const {
ObjCUnusedIVarsChecker.cpp 23 #include "clang/StaticAnalyzer/Core/BugReporter/BugReporter.h"
24 #include "clang/StaticAnalyzer/Core/BugReporter/PathDiagnostic.h"
108 BugReporter &BR,
180 BugReporter &BR) const {
MallocOverflowSecurityChecker.cpp 23 #include "clang/StaticAnalyzer/Core/BugReporter/BugReporter.h"
47 BugReporter &BR) const;
55 const Decl *D, BugReporter &BR, AnalysisManager &mgr) const;
269 const Decl *D, BugReporter &BR, AnalysisManager &mgr) const {
295 BugReporter &BR) const {
PaddingChecker.cpp 20 #include "clang/StaticAnalyzer/Core/BugReporter/BugReporter.h"
21 #include "clang/StaticAnalyzer/Core/BugReporter/BugType.h"
37 mutable BugReporter *BR;
41 BugReporter &BRArg) const {
UnreachableCodeChecker.cpp 20 #include "clang/StaticAnalyzer/Core/BugReporter/BugReporter.h"
35 void checkEndAnalysis(ExplodedGraph &G, BugReporter &B,
50 BugReporter &B,
DeadStoresChecker.cpp 21 #include "clang/StaticAnalyzer/Core/BugReporter/BugReporter.h"
126 BugReporter& BR;
138 DeadStoreObs(const CFG &cfg, ASTContext &ctx, BugReporter &br,
456 BugReporter &BR) const {
IdenticalExprChecker.cpp 21 #include "clang/StaticAnalyzer/Core/BugReporter/BugType.h"
38 BugReporter &BR;
42 explicit FindIdenticalExprVisitor(BugReporter &B,
503 BugReporter &BR) const {
LocalizationChecker.cpp 22 #include "clang/StaticAnalyzer/Core/BugReporter/BugReporter.h"
23 #include "clang/StaticAnalyzer/Core/BugReporter/BugType.h"
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
MPIBugReporter.h 20 #include "clang/StaticAnalyzer/Core/BugReporter/BugType.h"
47 BugReporter &BReporter) const;
60 BugReporter &BReporter) const;
71 BugReporter &BReporter) const;
MPIBugReporter.cpp 28 BugReporter &BReporter) const {
53 BugReporter &BReporter) const {
73 BugReporter &BReporter) const {
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugType.h 18 #include "clang/StaticAnalyzer/Core/BugReporter/CommonBugCategories.h"
27 class BugReporter;
58 virtual void FlushReports(BugReporter& BR);
BugReporter.h 1 //===--- BugReporter.h - Generate PathDiagnostics --------------*- C++ -*-===//
10 // This file defines BugReporter, a utility class for generating
20 #include "clang/StaticAnalyzer/Core/BugReporter/BugReporterVisitor.h"
21 #include "clang/StaticAnalyzer/Core/BugReporter/PathDiagnostic.h"
44 class BugReporter;
71 friend class BugReporter;
92 /// The stack is largely used by BugReporter when generating PathDiagnostics
99 /// The stack is largely used by BugReporter when generating PathDiagnostics
137 // Used internally by BugReporter.
347 friend class BugReporter;
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/
CheckerManager.h 36 class BugReporter;
171 BugReporter &BR);
175 BugReporter &BR);
286 void runCheckersForEndAnalysis(ExplodedGraph &G, BugReporter &BR,
382 BugReporter &BR);
402 typedef CheckerFn<void (const Decl *, AnalysisManager&, BugReporter &)>
431 typedef CheckerFn<void (ExplodedGraph &, BugReporter &, ExprEngine &)>
472 AnalysisManager&, BugReporter &)>
Checker.h 24 class BugReporter;
32 BugReporter &BR) {
51 BugReporter &BR) {
68 BugReporter &BR) {
229 BugReporter &BR, ExprEngine &Eng) {
545 BugReporter *BR;

Completed in 364 milliseconds

1 2