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

1 2

  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugType.h 25 class BugReporter;
49 virtual void FlushReports(BugReporter& BR);
BugReporter.h 1 //===--- BugReporter.h - Generate PathDiagnostics --------------*- C++ -*-===//
10 // This file defines BugReporter, a utility class for generating
19 #include "clang/StaticAnalyzer/Core/BugReporter/BugReporterVisitor.h"
20 #include "clang/StaticAnalyzer/Core/BugReporter/PathDiagnostic.h"
42 class BugReporter;
69 friend class BugReporter;
90 /// The stack is largely used by BugReporter when generating PathDiagnostics
97 /// The stack is largely used by BugReporter when generating PathDiagnostics
135 // Used internally by BugReporter.
346 friend class BugReporter;
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
CheckSizeofPointer.cpp 17 #include "clang/StaticAnalyzer/Core/BugReporter/BugReporter.h"
26 BugReporter &BR;
30 WalkAST(BugReporter &br, AnalysisDeclContext* ac) : BR(br), AC(ac) {}
83 BugReporter &BR) const {
DebugCheckers.cpp 33 BugReporter &BR) const {
55 BugReporter &BR) const {
75 BugReporter &BR) const {
95 BugReporter &BR) const {
116 BugReporter &BR) const {
136 BugReporter &BR) const {
158 BugReporter &BR) const {
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) {
137 BugReporter &BR) const {
CheckerDocumentation.cpp 16 #include "clang/StaticAnalyzer/Core/BugReporter/BugType.h"
172 BugReporter &BR,
180 BugReporter &BR) const {}
290 BugReporter &BR) const {}
LLVMConventionsChecker.cpp 18 #include "clang/StaticAnalyzer/Core/BugReporter/BugReporter.h"
118 BugReporter &BR;
121 StringRefCheckerVisitor(const Decl *declWithIssue, BugReporter &br)
136 static void CheckStringRefAssignedTemporary(const Decl *D, BugReporter &BR) {
218 BugReporter &BR;
220 ASTFieldVisitor(const CXXRecordDecl *root, BugReporter &br)
228 static void CheckASTMemory(const CXXRecordDecl *R, BugReporter &BR) {
301 BugReporter &BR) const {
307 BugReporter &BR) const
    [all...]
NSErrorChecker.cpp 21 #include "clang/StaticAnalyzer/Core/BugReporter/BugType.h"
48 AnalysisManager &mgr, BugReporter &BR) const;
54 BugReporter &BR) const {
96 AnalysisManager &mgr, BugReporter &BR) const;
102 BugReporter &BR) const {
244 BugReporter &BR = *event.BR;
CStringSyntaxChecker.cpp 22 #include "clang/StaticAnalyzer/Core/BugReporter/BugReporter.h"
34 BugReporter &BR;
84 WalkAST(BugReporter &br, AnalysisDeclContext* ac) :
180 BugReporter &BR) const {
ObjCContainersASTChecker.cpp 18 #include "clang/StaticAnalyzer/Core/BugReporter/BugReporter.h"
29 BugReporter &BR;
74 WalkAST(BugReporter &br, AnalysisDeclContext* ac)
166 BugReporter &BR) const {
VirtualCallChecker.cpp 18 #include "clang/StaticAnalyzer/Core/BugReporter/BugReporter.h"
31 BugReporter &BR;
61 WalkAST(BugReporter &br, AnalysisDeclContext *ac)
217 BugReporter &BR) const {
AnalyzerStatsChecker.cpp 16 #include "clang/StaticAnalyzer/Core/BugReporter/BugReporter.h"
37 void checkEndAnalysis(ExplodedGraph &G, BugReporter &B,ExprEngine &Eng) const;
42 BugReporter &B,
DirectIvarAssignment.cpp 28 #include "clang/StaticAnalyzer/Core/BugReporter/BugReporter.h"
71 BugReporter &BR;
77 BugReporter &InBR, AnalysisDeclContext *InDCtx)
97 BugReporter &BR) const;
124 BugReporter &BR) const {
MallocOverflowSecurityChecker.cpp 23 #include "clang/StaticAnalyzer/Core/BugReporter/BugReporter.h"
44 BugReporter &BR) const;
52 const Decl *D, BugReporter &BR, AnalysisManager &mgr) const;
201 const Decl *D, BugReporter &BR, AnalysisManager &mgr) const {
226 BugReporter &BR) const {
ObjCMissingSuperCallChecker.cpp 21 #include "clang/StaticAnalyzer/Core/BugReporter/BugReporter.h"
22 #include "clang/StaticAnalyzer/Core/BugReporter/PathDiagnostic.h"
73 BugReporter &BR) const;
170 BugReporter &BR) const {
CheckObjCDealloc.cpp 22 #include "clang/StaticAnalyzer/Core/BugReporter/BugReporter.h"
23 #include "clang/StaticAnalyzer/Core/BugReporter/PathDiagnostic.h"
101 const LangOptions& LOpts, BugReporter& BR) {
282 BugReporter &BR) const {
ObjCUnusedIVarsChecker.cpp 23 #include "clang/StaticAnalyzer/Core/BugReporter/BugReporter.h"
24 #include "clang/StaticAnalyzer/Core/BugReporter/PathDiagnostic.h"
114 BugReporter &BR) {
189 BugReporter &BR) const {
UnreachableCodeChecker.cpp 20 #include "clang/StaticAnalyzer/Core/BugReporter/BugReporter.h"
39 void checkEndAnalysis(ExplodedGraph &G, BugReporter &B,
54 BugReporter &B,
DeadStoresChecker.cpp 22 #include "clang/StaticAnalyzer/Core/BugReporter/BugReporter.h"
123 BugReporter& BR;
135 BugReporter& br, AnalysisDeclContext* ac, ParentMap& parents,
421 BugReporter &BR) const {
CheckSecuritySyntaxOnly.cpp 18 #include "clang/StaticAnalyzer/Core/BugReporter/BugReporter.h"
52 BugReporter &BR;
61 WalkAST(BugReporter &br, AnalysisDeclContext* ac,
759 BugReporter &BR) const {
IvarInvalidationChecker.cpp 35 #include "clang/StaticAnalyzer/Core/BugReporter/BugReporter.h"
212 BugReporter &BR;
218 BugReporter &InBR,
725 BugReporter &BR) const {
  /external/clang/include/clang/StaticAnalyzer/Core/
CheckerManager.h 34 class BugReporter;
179 BugReporter &BR);
183 BugReporter &BR);
284 void runCheckersForEndAnalysis(ExplodedGraph &G, BugReporter &BR,
370 BugReporter &BR);
390 typedef CheckerFn<void (const Decl *, AnalysisManager&, BugReporter &)>
419 typedef CheckerFn<void (ExplodedGraph &, BugReporter &, ExprEngine &)>
456 AnalysisManager&, BugReporter &)>
Checker.h 24 class BugReporter;
36 BugReporter &BR) {
55 BugReporter &BR) {
72 BugReporter &BR) {
218 BugReporter &BR, ExprEngine &Eng) {
471 BugReporter *BR;
  /external/clang/lib/StaticAnalyzer/Core/
Android.mk 18 BugReporter.cpp \
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CheckerContext.h 153 BugReporter &getBugReporter() {

Completed in 324 milliseconds

1 2