| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | LLVMConventionsChecker.cpp | 118 const CheckerBase *Checker; 122 const CheckerBase *checker) in StringRefCheckerVisitor() 137 const CheckerBase *Checker) { in CheckStringRefAssignedTemporary() 218 const CheckerBase *Checker; 222 const CheckerBase *checker) in ASTFieldVisitor() 231 const CheckerBase *Checker) { in CheckASTMemory()
|
| H A D | CheckObjCInstMethSignature.cpp | 43 const CheckerBase *Checker) { in CompareReturnTypes() 78 const CheckerBase *Checker) { in CheckObjCInstMethSignature()
|
| H A D | CastToStructChecker.cpp | 28 const CheckerBase *Checker; 32 explicit CastToStructVisitor(BugReporter &B, const CheckerBase *Checker, in CastToStructVisitor()
|
| H A D | ObjCContainersASTChecker.cpp | 29 const CheckerBase *Checker; 73 WalkAST(BugReporter &br, const CheckerBase *checker, AnalysisDeclContext *ac) in WalkAST()
|
| H A D | DirectIvarAssignment.cpp | 64 const CheckerBase *Checker; 70 const CheckerBase *Checker, AnalysisDeclContext *InDCtx) in MethodCrawler()
|
| H A D | CStringSyntaxChecker.cpp | 33 const CheckerBase *Checker; 104 WalkAST(const CheckerBase *Checker, BugReporter &BR, AnalysisDeclContext *AC) in WalkAST()
|
| H A D | ObjCUnusedIVarsChecker.cpp | 106 const CheckerBase *Checker) { in checkObjCUnusedIvar()
|
| H A D | LocalizationChecker.cpp | 1033 const CheckerBase *Checker; 1038 const CheckerBase *Checker, AnalysisManager &InMgr, in MethodCrawler() 1190 const CheckerBase *Checker; 1202 explicit MethodCrawler(BugReporter &InBR, const CheckerBase *Checker, in MethodCrawler()
|
| H A D | BasicObjCFoundationChecks.cpp | 45 APIMisuse(const CheckerBase *checker, const char *name) in APIMisuse()
|
| /freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/ |
| H A D | AnalyzerOptions.h | 31 class CheckerBase; variable 347 bool getCheckerBooleanOption(const ento::CheckerBase *C, StringRef OptionName, 367 int getCheckerIntegerOption(const ento::CheckerBase *C, StringRef OptionName, 387 StringRef getCheckerStringOption(const ento::CheckerBase *C,
|
| H A D | Checker.h | 541 class CheckerBase : public CheckerFrontend, public CheckerBackend { 553 class Checker : public CheckerBase, public CHECKs... {
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | AnalyzerOptions.cpp | 151 StringRef AnalyzerOptions::getCheckerStringOption(const ento::CheckerBase *C, in getCheckerStringOption() 174 bool AnalyzerOptions::getCheckerBooleanOption(const ento::CheckerBase *C, in getCheckerBooleanOption() 194 int AnalyzerOptions::getCheckerIntegerOption(const ento::CheckerBase *C, in getCheckerIntegerOption()
|
| H A D | Checker.cpp | 20 StringRef CheckerBase::getDebugTag() const { return getName(); } in getDebugTag()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | PassManagerInternal.h | 165 struct CheckerBase { int invalidate; }; struct 166 template <typename T> struct Checker : CheckerBase, std::remove_cv_t<T> {};
|
| /freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/ |
| H A D | CheckerBase.td | 1 //===--- CheckerBase.td - Checker TableGen classes ------------------------===//
|
| H A D | Checkers.td | 9 include "CheckerBase.td"
|
| /freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
| H A D | BugReporter.h | 58 class CheckerBase; variable
|