Searched refs:BugReporter (Results 1 - 25 of 35) sorted by relevance

12

/external/chromium_org/tools/android/findbugs_plugin/src/org/chromium/tools/findbugs/plugin/
H A DSynchronizedMethodDetector.java10 import edu.umd.cs.findbugs.BugReporter;
17 private BugReporter mBugReporter;
19 public SynchronizedMethodDetector(BugReporter bugReporter) {
H A DSynchronizedThisDetector.java10 import edu.umd.cs.findbugs.BugReporter;
26 private BugReporter mBugReporter;
28 public SynchronizedThisDetector(BugReporter bugReporter) {
/external/clang/lib/StaticAnalyzer/Checkers/
H A DDebugCheckers.cpp35 BugReporter &BR) const {
57 BugReporter &BR) const {
77 BugReporter &BR) const {
97 BugReporter &BR) const {
123 BugReporter &BR) const {
143 BugReporter &BR) const {
172 BugReporter &BR) const {
202 void checkEndAnalysis(ExplodedGraph &G, BugReporter &B,ExprEngine &Eng) const {
H A DCheckSizeofPointer.cpp17 #include "clang/StaticAnalyzer/Core/BugReporter/BugReporter.h"
26 BugReporter &BR;
31 WalkAST(BugReporter &br, const CheckerBase *checker, AnalysisDeclContext *ac)
84 BugReporter &BR) const {
H A DCheckObjCInstMethSignature.cpp20 #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 {
H A DCheckerDocumentation.cpp16 #include "clang/StaticAnalyzer/Core/BugReporter/BugType.h"
173 BugReporter &BR,
181 BugReporter &BR) const {}
302 BugReporter &BR) const {}
H A DDirectIvarAssignment.cpp28 #include "clang/StaticAnalyzer/Core/BugReporter/BugReporter.h"
65 BugReporter &BR;
71 const ObjCInterfaceDecl *InID, BugReporter &InBR,
93 BugReporter &BR) const;
120 BugReporter &BR) const {
H A DLLVMConventionsChecker.cpp18 #include "clang/StaticAnalyzer/Core/BugReporter/BugReporter.h"
119 BugReporter &BR;
123 StringRefCheckerVisitor(const Decl *declWithIssue, BugReporter &br,
139 static void CheckStringRefAssignedTemporary(const Decl *D, BugReporter &BR,
220 BugReporter &BR;
224 ASTFieldVisitor(const CXXRecordDecl *root, BugReporter &br,
233 static void CheckASTMemory(const CXXRecordDecl *R, BugReporter &BR,
305 BugReporter &BR) const {
311 BugReporter
[all...]
H A DNSErrorChecker.cpp21 #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;
H A DCStringSyntaxChecker.cpp22 #include "clang/StaticAnalyzer/Core/BugReporter/BugReporter.h"
35 BugReporter &BR;
85 WalkAST(const CheckerBase *checker, BugReporter &br, AnalysisDeclContext *ac)
182 BugReporter &BR) const {
H A DObjCContainersASTChecker.cpp18 #include "clang/StaticAnalyzer/Core/BugReporter/BugReporter.h"
29 BugReporter &BR;
75 WalkAST(BugReporter &br, const CheckerBase *checker, AnalysisDeclContext *ac)
166 BugReporter &BR) const {
H A DVirtualCallChecker.cpp18 #include "clang/StaticAnalyzer/Core/BugReporter/BugReporter.h"
32 BugReporter &BR;
62 WalkAST(const CheckerBase *checker, BugReporter &br,
215 BugReporter &BR) const {
H A DAnalyzerStatsChecker.cpp14 #include "clang/StaticAnalyzer/Core/BugReporter/BugReporter.h"
37 void checkEndAnalysis(ExplodedGraph &G, BugReporter &B,ExprEngine &Eng) const;
42 BugReporter &B,
H A DMallocOverflowSecurityChecker.cpp23 #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 {
227 BugReporter &BR) const {
H A DObjCMissingSuperCallChecker.cpp21 #include "clang/StaticAnalyzer/Core/BugReporter/BugReporter.h"
22 #include "clang/StaticAnalyzer/Core/BugReporter/PathDiagnostic.h"
73 BugReporter &BR) const;
170 BugReporter &BR) const {
H A DObjCUnusedIVarsChecker.cpp23 #include "clang/StaticAnalyzer/Core/BugReporter/BugReporter.h"
24 #include "clang/StaticAnalyzer/Core/BugReporter/PathDiagnostic.h"
108 BugReporter &BR,
180 BugReporter &BR) const {
H A DCheckObjCDealloc.cpp22 #include "clang/StaticAnalyzer/Core/BugReporter/BugReporter.h"
23 #include "clang/StaticAnalyzer/Core/BugReporter/PathDiagnostic.h"
102 const LangOptions &LOpts, BugReporter &BR) {
276 BugReporter &BR) const {
H A DUnreachableCodeChecker.cpp20 #include "clang/StaticAnalyzer/Core/BugReporter/BugReporter.h"
39 void checkEndAnalysis(ExplodedGraph &G, BugReporter &B,
54 BugReporter &B,
H A DDeadStoresChecker.cpp21 #include "clang/StaticAnalyzer/Core/BugReporter/BugReporter.h"
126 BugReporter& BR;
138 DeadStoreObs(const CFG &cfg, ASTContext &ctx, BugReporter &br,
427 BugReporter &BR) const {
H A DIdenticalExprChecker.cpp21 #include "clang/StaticAnalyzer/Core/BugReporter/BugType.h"
38 BugReporter &BR;
42 explicit FindIdenticalExprVisitor(BugReporter &B,
481 BugReporter &BR) const {
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugType.h18 #include "clang/StaticAnalyzer/Core/BugReporter/CommonBugCategories.h"
27 class BugReporter;
58 virtual void FlushReports(BugReporter& BR);
H A DBugReporter.h1 //===--- 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;
385 class BugReporter { class in namespace:clang::ento
412 BugReporter(BugReporterData& d, Kind k) : BugTypes(F.getEmptySet()), kind(k), function in class:clang::ento::BugReporter
416 BugReporter(BugReporterData& d) : BugTypes(F.getEmptySet()), kind(BaseBRKind), function in class:clang::ento::BugReporter
[all...]
/external/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerManager.h35 class BugReporter;
220 BugReporter &BR);
224 BugReporter &BR);
325 void runCheckersForEndAnalysis(ExplodedGraph &G, BugReporter &BR,
415 BugReporter &BR);
435 typedef CheckerFn<void (const Decl *, AnalysisManager&, BugReporter &)>
464 typedef CheckerFn<void (ExplodedGraph &, BugReporter &, ExprEngine &)>
502 AnalysisManager&, BugReporter &)>
H A DChecker.h24 class BugReporter;
36 BugReporter &BR) {
55 BugReporter &BR) {
72 BugReporter &BR) {
218 BugReporter &BR, ExprEngine &Eng) {
547 BugReporter *BR;
/external/clang/lib/StaticAnalyzer/Core/
H A DAndroid.mk18 BugReporter.cpp \

Completed in 1625 milliseconds

12