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

123

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DObjCPropertyChecker.cpp18 #include "clang/StaticAnalyzer/Core/BugReporter/BugReporter.h"
27 void checkCopyMutable(const ObjCPropertyDecl *D, BugReporter &BR) const;
31 BugReporter &BR) const;
37 BugReporter &BR) const {
42 BugReporter &BR) const {
H A DCloneChecker.cpp18 #include "clang/StaticAnalyzer/Core/BugReporter/BugType.h"
42 BugReporter &BR) const;
45 AnalysisManager &Mgr, BugReporter &BR) const;
48 void reportClones(BugReporter &BR, AnalysisManager &Mgr,
54 BugReporter &BR, AnalysisManager &Mgr,
60 BugReporter &BR) const {
68 BugReporter &BR) const {
108 BugReporter &BR, AnalysisManager &Mgr,
129 BugReporter &BR, AnalysisManager &Mgr,
H A DCheckSizeofPointer.cpp16 #include "clang/StaticAnalyzer/Core/BugReporter/BugReporter.h"
25 BugReporter &BR;
30 WalkAST(BugReporter &br, const CheckerBase *checker, AnalysisDeclContext *ac)
83 BugReporter &BR) const {
H A DOSObjectCStyleCast.cpp16 #include "clang/StaticAnalyzer/Core/BugReporter/BugReporter.h"
17 #include "clang/StaticAnalyzer/Core/BugReporter/BugType.h"
34 BugReporter &BR) const;
38 BugReporter &BR,
63 BugReporter &BR) const {
H A DDebugCheckers.cpp18 #include "clang/StaticAnalyzer/Core/BugReporter/BugType.h"
36 BugReporter &BR) const {
62 BugReporter &BR) const {
88 BugReporter &BR) const {
113 BugReporter &BR) const {
137 BugReporter &BR) const {
160 BugReporter &BR) const {
184 BugReporter &BR) const {
214 BugReporter &BR) const {
238 BugReporter
[all...]
H A DPointerIterationChecker.cpp32 BugReporter &BR) const;
36 BugReporter &BR, AnalysisManager &AM,
84 BugReporter &BR) const {
H A DPointerSortingChecker.cpp32 BugReporter &BR) const;
36 BugReporter &BR, AnalysisManager &AM,
98 BugReporter &BR) const {
H A DLLVMConventionsChecker.cpp17 #include "clang/StaticAnalyzer/Core/BugReporter/BugReporter.h"
117 BugReporter &BR;
121 StringRefCheckerVisitor(const Decl *declWithIssue, BugReporter &br,
136 static void CheckStringRefAssignedTemporary(const Decl *D, BugReporter &BR,
217 BugReporter &BR;
221 ASTFieldVisitor(const CXXRecordDecl *root, BugReporter &br,
230 static void CheckASTMemory(const CXXRecordDecl *R, BugReporter &BR,
301 BugReporter &BR) const {
307 BugReporter
[all...]
H A DRunLoopAutoreleaseLeakChecker.cpp29 #include "clang/StaticAnalyzer/Core/BugReporter/BugReporter.h"
30 #include "clang/StaticAnalyzer/Core/BugReporter/BugType.h"
54 BugReporter &BR) const;
82 BugReporter &BR,
155 checkTempObjectsInSamePool(const Decl *D, AnalysisManager &AM, BugReporter &BR,
174 checkTempObjectsInNoPool(const Decl *D, AnalysisManager &AM, BugReporter &BR,
197 BugReporter &BR) const {
H A DCastToStructChecker.cpp17 #include "clang/StaticAnalyzer/Core/BugReporter/BugType.h"
27 BugReporter &BR;
32 explicit CastToStructVisitor(BugReporter &B, const CheckerBase *Checker,
112 BugReporter &BR) const {
H A DCheckObjCInstMethSignature.cpp20 #include "clang/StaticAnalyzer/Core/BugReporter/BugReporter.h"
41 BugReporter &BR, ASTContext &Ctx,
79 BugReporter &BR,
131 BugReporter &BR) const {
H A DCheckerDocumentation.cpp15 #include "clang/StaticAnalyzer/Core/BugReporter/BugType.h"
206 BugReporter &BR,
214 BugReporter &BR) const {}
326 BugReporter &BR) const {}
H A DDirectIvarAssignment.cpp27 #include "clang/StaticAnalyzer/Core/BugReporter/BugReporter.h"
63 BugReporter &BR;
69 const ObjCInterfaceDecl *InID, BugReporter &InBR,
91 BugReporter &BR) const;
118 BugReporter &BR) const {
H A DGCDAntipatternChecker.cpp33 #include "clang/StaticAnalyzer/Core/BugReporter/BugReporter.h"
34 #include "clang/StaticAnalyzer/Core/BugReporter/BugType.h"
52 BugReporter &BR) const;
181 BugReporter &BR,
205 BugReporter &BR) const {
H A DObjCAutoreleaseWriteChecker.cpp31 #include "clang/StaticAnalyzer/Core/BugReporter/BugReporter.h"
32 #include "clang/StaticAnalyzer/Core/BugReporter/BugType.h"
33 #include "clang/StaticAnalyzer/Core/BugReporter/CommonBugCategories.h"
54 BugReporter &BR) const;
109 static void emitDiagnostics(BoundNodes &Match, const Decl *D, BugReporter &BR,
170 BugReporter &BR) const {
H A DObjCContainersASTChecker.cpp17 #include "clang/StaticAnalyzer/Core/BugReporter/BugReporter.h"
28 BugReporter &BR;
73 WalkAST(BugReporter &br, const CheckerBase *checker, AnalysisDeclContext *ac)
164 BugReporter &BR) const {
H A DNSErrorChecker.cpp20 #include "clang/StaticAnalyzer/Core/BugReporter/BugType.h"
47 AnalysisManager &mgr, BugReporter &BR) const;
53 BugReporter &BR) const {
94 AnalysisManager &mgr, BugReporter &BR) const;
109 BugReporter &BR) const {
255 BugReporter &BR = *event.BR;
H A DAnalyzerStatsChecker.cpp13 #include "clang/StaticAnalyzer/Core/BugReporter/BugReporter.h"
36 void checkEndAnalysis(ExplodedGraph &G, BugReporter &B,ExprEngine &Eng) const;
41 BugReporter &B,
H A DObjCMissingSuperCallChecker.cpp21 #include "clang/StaticAnalyzer/Core/BugReporter/BugReporter.h"
70 BugReporter &BR) const;
167 BugReporter &BR) const {
H A DObjCUnusedIVarsChecker.cpp23 #include "clang/StaticAnalyzer/Core/BugReporter/BugReporter.h"
107 BugReporter &BR,
179 BugReporter &BR) const {
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
H A DMPIBugReporter.h19 #include "clang/StaticAnalyzer/Core/BugReporter/BugType.h"
46 BugReporter &BReporter) const;
57 BugReporter &BReporter) const;
68 BugReporter &BReporter) const;
H A DMPIBugReporter.cpp27 BugReporter &BReporter) const {
52 BugReporter &BReporter) const {
72 BugReporter &BReporter) const {
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DNoUncountedMembersChecker.cpp17 #include "clang/StaticAnalyzer/Core/BugReporter/BugReporter.h"
18 #include "clang/StaticAnalyzer/Core/BugReporter/BugType.h"
32 mutable BugReporter *BR;
42 BugReporter &BRArg) const {
H A DRefCntblBaseVirtualDtorChecker.cpp14 #include "clang/StaticAnalyzer/Core/BugReporter/BugReporter.h"
15 #include "clang/StaticAnalyzer/Core/BugReporter/BugType.h"
26 mutable BugReporter *BR;
35 BugReporter &BRArg) const {
H A DUncountedCallArgsChecker.cpp18 #include "clang/StaticAnalyzer/Core/BugReporter/BugReporter.h"
19 #include "clang/StaticAnalyzer/Core/BugReporter/BugType.h"
33 mutable BugReporter *BR;
38 BugReporter &BRArg) const {

Completed in 314 milliseconds

123