| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | CloneChecker.cpp | 66 int MinComplexity = Mgr.getAnalyzerOptions().getCheckerIntegerOption( in checkEndOfTranslationUnit() 70 bool ReportSuspiciousClones = Mgr.getAnalyzerOptions() in checkEndOfTranslationUnit() 73 bool ReportNormalClones = Mgr.getAnalyzerOptions().getCheckerBooleanOption( in checkEndOfTranslationUnit() 76 StringRef IgnoredFilesPattern = Mgr.getAnalyzerOptions() in checkEndOfTranslationUnit()
|
| H A D | MmapWriteExecChecker.cpp | 85 mgr.getAnalyzerOptions() in registerMmapWriteExecChecker() 88 mgr.getAnalyzerOptions() in registerMmapWriteExecChecker()
|
| H A D | AnalysisOrderChecker.cpp | 53 AnalyzerOptions &Opts = C.getAnalysisManager().getAnalyzerOptions(); in isCallbackEnabled() 59 .getAnalysisManager().getAnalyzerOptions(); in isCallbackEnabled()
|
| H A D | VirtualCallChecker.cpp | 283 mgr.getAnalyzerOptions().getCheckerBooleanOption("PureOnly", false, in registerVirtualCallChecker()
|
| H A D | NumberObjectConversionChecker.cpp | 350 Mgr.getAnalyzerOptions().getCheckerBooleanOption("Pedantic", false, Chk); in registerNumberObjectConversionChecker()
|
| H A D | PaddingChecker.cpp | 44 MGR.getAnalyzerOptions() in checkASTDecl()
|
| H A D | MoveChecker.cpp | 739 mgr.getAnalyzerOptions().getCheckerStringOption("WarnOn", "", chk)); in registerMoveChecker()
|
| H A D | MallocChecker.cpp | 1097 if (!C.getAnalysisManager().getAnalyzerOptions().MayInlineCXXAllocator) in checkPostStmt() 3093 checker->IsOptimistic = mgr.getAnalyzerOptions().getCheckerBooleanOption( in registerNewDeleteLeaksChecker() 3114 checker->IsOptimistic = mgr.getAnalyzerOptions().getCheckerBooleanOption( in registerInnerPointerCheckerAux() 3125 checker->IsOptimistic = mgr.getAnalyzerOptions().getCheckerBooleanOption( \
|
| H A D | NullabilityChecker.cpp | 1203 mgr.getAnalyzerOptions().getCheckerBooleanOption( \
|
| H A D | LocalizationChecker.cpp | 1401 mgr.getAnalyzerOptions().getCheckerBooleanOption("AggressiveReport", in registerNonLocalizedStringChecker()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
| H A D | BugReporter.h | 404 virtual AnalyzerOptions &getAnalyzerOptions() = 0; 476 AnalyzerOptions &getAnalyzerOptions() { return D.getAnalyzerOptions(); } in getAnalyzerOptions() function 589 AnalyzerOptions &getAnalyzerOptions() { in getAnalyzerOptions() function 590 return BR.getAnalyzerOptions(); in getAnalyzerOptions()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | AnalysisManager.h | 70 AnalyzerOptions& getAnalyzerOptions() override { in getAnalyzerOptions() function
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| H A D | ExprEngineCXX.cpp | 164 if (AMgr.getAnalyzerOptions().MayInlineCXXAllocator) { in prepareForObjectConstruction() 228 assert(AMgr.getAnalyzerOptions().ShouldElideConstructors); in prepareForObjectConstruction() 724 if (AMgr.getAnalyzerOptions().MayInlineCXXAllocator) { in VisitCXXNewExpr() 744 if (!AMgr.getAnalyzerOptions().MayInlineCXXAllocator) { in VisitCXXNewExpr()
|
| H A D | ExprEngineCallAndReturn.cpp | 352 AMgr.getAnalyzerOptions().MayInlineCXXAllocator)) { in processCallExit() 838 AnalyzerOptions &Opts = AMgr.getAnalyzerOptions(); in mayInlineDecl()
|
| H A D | BugReporter.cpp | 1918 AnalyzerOptions &Opts = PDB.getBugReporter().getAnalyzerOptions(); in generatePathDiagnosticForConsumer() 2671 getAnalyzerOptions(), *this); in generatePathDiagnostics() 2966 if (getAnalyzerOptions().ShouldDisplayNotesAsEvents) { in FlushReport() 3101 AnalyzerOptions &Opts = getAnalyzerOptions(); in generateDiagnosticForConsumerMap()
|
| H A D | SimpleSValBuilder.cpp | 457 StateMgr.getOwningEngine().getAnalysisManager().getAnalyzerOptions(); in tryRearrange()
|
| H A D | BugReporterVisitors.cpp | 2242 AnalyzerOptions &Options = BRC.getAnalyzerOptions(); in finalizeVisitor()
|
| H A D | ExprEngine.cpp | 196 Engine(*this, FS, mgr.getAnalyzerOptions()), G(Engine.getGraph()), in ExprEngine()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/ |
| H A D | UninitializedObjectChecker.cpp | 526 AnalyzerOptions &AnOpts = Mgr.getAnalyzerOptions(); in registerUninitializedObjectChecker()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/ |
| H A D | CheckerManager.h | 137 AnalyzerOptions &getAnalyzerOptions() { return AOptions; } in getAnalyzerOptions() function
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
| H A D | RetainCountChecker.cpp | 1545 if (!hasPrevCheckOSObjectOptionDisabled(Mgr.getAnalyzerOptions())) in registerOSObjectRetainCountChecker()
|