/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | LLVMConventionsChecker.cpp | 117 BugReporter &BR; 121 StringRefCheckerVisitor(const Decl *declWithIssue, BugReporter &br, in StringRefCheckerVisitor() 136 static void CheckStringRefAssignedTemporary(const Decl *D, BugReporter &BR, in CheckStringRefAssignedTemporary() 217 BugReporter &BR; 221 ASTFieldVisitor(const CXXRecordDecl *root, BugReporter &br, in ASTFieldVisitor() 230 static void CheckASTMemory(const CXXRecordDecl *R, BugReporter &BR, in CheckASTMemory() 301 BugReporter &BR) const { in checkASTDecl() 307 BugReporter &BR) const { in checkASTCodeBody()
|
H A D | RunLoopAutoreleaseLeakChecker.cpp | 54 BugReporter &BR) const; 82 BugReporter &BR, in emitDiagnostics() 155 checkTempObjectsInSamePool(const Decl *D, AnalysisManager &AM, BugReporter &BR, in checkTempObjectsInSamePool() 174 checkTempObjectsInNoPool(const Decl *D, AnalysisManager &AM, BugReporter &BR, in checkTempObjectsInNoPool() 197 BugReporter &BR) const { in checkASTCodeBody()
|
H A D | CheckerDocumentation.cpp | 209 BugReporter &BR, in checkEndAnalysis() 217 BugReporter &BR) const {} in checkEndOfTranslationUnit() 329 BugReporter &BR) const {} in checkASTDecl() 336 BugReporter &BR) const {} in checkASTCodeBody()
|
H A D | PointerIterationChecker.cpp | 32 BugReporter &BR) const; 36 BugReporter &BR, AnalysisManager &AM, in emitDiagnostics() 84 BugReporter &BR) const { in checkASTCodeBody()
|
H A D | PointerSortingChecker.cpp | 32 BugReporter &BR) const; 36 BugReporter &BR, AnalysisManager &AM, in emitDiagnostics() 98 BugReporter &BR) const { in checkASTCodeBody()
|
H A D | DirectIvarAssignment.cpp | 63 BugReporter &BR; 69 const ObjCInterfaceDecl *InID, BugReporter &InBR, in MethodCrawler() 91 BugReporter &BR) const; 118 BugReporter &BR) const { in checkASTDecl()
|
H A D | CheckObjCInstMethSignature.cpp | 41 BugReporter &BR, ASTContext &Ctx, in CompareReturnTypes() 77 BugReporter &BR, in CheckObjCInstMethSignature() 129 BugReporter &BR) const { in checkASTDecl()
|
H A D | OSObjectCStyleCast.cpp | 33 BugReporter &BR) const; 52 BugReporter &BR, in emitDiagnostics() 82 BugReporter &BR) const { in checkASTCodeBody()
|
H A D | CastToStructChecker.cpp | 27 BugReporter &BR; 32 explicit CastToStructVisitor(BugReporter &B, const CheckerBase *Checker, in CastToStructVisitor() 112 BugReporter &BR) const { in checkASTCodeBody()
|
H A D | ObjCContainersASTChecker.cpp | 28 BugReporter &BR; 73 WalkAST(BugReporter &br, const CheckerBase *checker, AnalysisDeclContext *ac) in WalkAST() 164 BugReporter &BR) const { in checkASTCodeBody()
|
H A D | ObjCAutoreleaseWriteChecker.cpp | 54 BugReporter &BR) const; 111 static void emitDiagnostics(BoundNodes &Match, const Decl *D, BugReporter &BR, in emitDiagnostics() 172 BugReporter &BR) const { in checkASTCodeBody()
|
H A D | NumberObjectConversionChecker.cpp | 48 BugReporter &BR) const; 53 BugReporter &BR; 58 BugReporter &BR, AnalysisDeclContext *ADC) in Callback() 197 BugReporter &BR) const { in checkASTCodeBody()
|
H A D | MallocOverflowSecurityChecker.cpp | 49 BugReporter &BR) const; 57 const Decl *D, BugReporter &BR, AnalysisManager &mgr) const; 273 const Decl *D, BugReporter &BR, AnalysisManager &mgr) const { in OutputPossibleOverflows() 295 BugReporter &BR) const { in checkASTCodeBody()
|
H A D | CStringSyntaxChecker.cpp | 34 BugReporter &BR; 104 WalkAST(const CheckerBase *Checker, BugReporter &BR, AnalysisDeclContext *AC) in WalkAST() 283 BugReporter &BR) const { in checkASTCodeBody()
|
H A D | AnalyzerStatsChecker.cpp | 38 void checkEndAnalysis(ExplodedGraph &G, BugReporter &B,ExprEngine &Eng) const; 43 BugReporter &B, in checkEndAnalysis()
|
H A D | ObjCMissingSuperCallChecker.cpp | 70 BugReporter &BR) const; 166 BugReporter &BR) const { in checkASTDecl()
|
H A D | ObjCUnusedIVarsChecker.cpp | 106 BugReporter &BR, in checkObjCUnusedIvar() 177 BugReporter &BR) const { in checkASTDecl()
|
H A D | UnreachableCodeChecker.cpp | 35 void checkEndAnalysis(ExplodedGraph &G, BugReporter &B, 50 BugReporter &B, in checkEndAnalysis()
|
H A D | ErrnoModeling.cpp | 57 BugReporter &BR) const; 77 AnalysisManager &Mgr, BugReporter &BR) const { in REGISTER_TRAIT_WITH_PROGRAMSTATE()
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/ |
H A D | CheckerManager.h | 40 class BugReporter; variable 232 BugReporter &BR); 236 BugReporter &BR); 346 void runCheckersForEndAnalysis(ExplodedGraph &G, BugReporter &BR, 446 BugReporter &BR); 471 CheckerFn<void (const Decl *, AnalysisManager&, BugReporter &)>; 498 CheckerFn<void (ExplodedGraph &, BugReporter &, ExprEngine &)>; 537 BugReporter &)>;
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
H A D | BugReporter.h | 125 friend class BugReporter; variable 545 friend class BugReporter; variable 585 class BugReporter { 605 BugReporter(BugReporterData &d); 606 virtual ~BugReporter(); 679 class PathSensitiveBugReporter final : public BugReporter { 693 : BugReporter(d), Eng(eng) {} in PathSensitiveBugReporter()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
H A D | UncountedLambdaCapturesChecker.cpp | 28 mutable BugReporter *BR = nullptr; 32 BugReporter &BRArg) const { in checkASTDecl()
|
H A D | NoUncountedMembersChecker.cpp | 32 mutable BugReporter *BR; 42 BugReporter &BRArg) const { in checkASTDecl()
|
H A D | UncountedLocalVarsChecker.cpp | 112 mutable BugReporter *BR; 116 BugReporter &BRArg) const { in checkASTDecl()
|
H A D | UncountedCallArgsChecker.cpp | 33 mutable BugReporter *BR; 40 BugReporter &BRArg) const { in checkASTDecl()
|