Home
last modified time | relevance | path

Searched refs:getAnalyzerOptions (Results 1 – 25 of 30) sorted by relevance

12

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMmapWriteExecChecker.cpp87 mgr.getAnalyzerOptions() in registerMmapWriteExecChecker()
90 mgr.getAnalyzerOptions() in registerMmapWriteExecChecker()
H A DAnalysisOrderChecker.cpp50 AnalyzerOptions &Opts = C.getAnalysisManager().getAnalyzerOptions(); in isCallbackEnabled()
56 .getAnalysisManager().getAnalyzerOptions(); in isCallbackEnabled()
177 if (isCallbackEnabled(BR.getAnalyzerOptions(), "EndAnalysis")) in checkEndAnalysis()
H A DDirectIvarAssignment.cpp223 if (mgr.getAnalyzerOptions().getCheckerBooleanOption(Chk, in registerDirectIvarAssignment()
H A DSTLAlgorithmModeling.cpp195 Mgr.getAnalyzerOptions().getCheckerBooleanOption(Checker, in registerSTLAlgorithmModeling()
H A DErrnoChecker.cpp242 const AnalyzerOptions &Opts = mgr.getAnalyzerOptions(); in registerErrnoChecker()
H A DNumberObjectConversionChecker.cpp348 Mgr.getAnalyzerOptions().getCheckerBooleanOption(Chk, "Pedantic"); in registerNumberObjectConversionChecker()
H A DPaddingChecker.cpp350 Checker->AllowedPad = Mgr.getAnalyzerOptions() in registerPaddingChecker()
H A DDereferenceChecker.cpp356 Chk->SuppressAddressSpaces = mgr.getAnalyzerOptions().getCheckerBooleanOption( in registerDereferenceChecker()
H A DTaint.cpp261 if (const auto &Opts = State->getAnalysisManager().getAnalyzerOptions(); in getTaintedSymbolsImpl()
H A DGenericTaintChecker.cpp816 Mgr->getAnalyzerOptions().getCheckerStringOption(this, Option); in initTaintRules()
1031 .getAnalyzerOptions() in UntrustedEnv()
H A DMoveChecker.cpp751 mgr.getAnalyzerOptions().getCheckerStringOption(chk, "WarnOn"), mgr); in registerMoveChecker()
H A DSmartPtrModeling.cpp915 Mgr.getAnalyzerOptions().getCheckerBooleanOption( in registerSmartPtrModeling()
H A DContainerModeling.cpp1070 if (!mgr.getAnalyzerOptions().ShouldAggressivelySimplifyBinaryOperation) { in shouldRegisterContainerModeling()
H A DNullabilityChecker.cpp1406 mgr.getAnalyzerOptions().getCheckerBooleanOption( \
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h576 virtual AnalyzerOptions &getAnalyzerOptions() = 0;
625 const AnalyzerOptions &getAnalyzerOptions() { return D.getAnalyzerOptions(); } in getAnalyzerOptions() function
741 const AnalyzerOptions &getAnalyzerOptions() const { in getAnalyzerOptions() function
742 return BR.getAnalyzerOptions(); in getAnalyzerOptions()
/freebsd/contrib/llvm-project/clang/lib/Analysis/plugins/CheckerOptionHandling/
H A DCheckerOptionHandling.cpp17 << (Mgr.getAnalyzerOptions().getCheckerBooleanOption( in registerMyChecker()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp176 if (AMgr.getAnalyzerOptions().MayInlineCXXAllocator) { in computeObjectUnderConstruction()
252 assert(AMgr.getAnalyzerOptions().ShouldElideConstructors); in computeObjectUnderConstruction()
454 assert(AMgr.getAnalyzerOptions().ShouldElideConstructors); in updateObjectsUnderConstruction()
1013 if (AMgr.getAnalyzerOptions().MayInlineCXXAllocator) { in VisitCXXNewExpr()
1033 if (!AMgr.getAnalyzerOptions().MayInlineCXXAllocator) { in VisitCXXNewExpr()
1138 if (AMgr.getAnalyzerOptions().MayInlineCXXAllocator) { in VisitCXXDeleteExpr()
H A DBugReporter.cpp2013 const AnalyzerOptions &Opts = getAnalyzerOptions(); in generate()
2846 Z3CrosscheckOracle Z3Oracle(Reporter.getAnalyzerOptions()); in findValidReport()
2873 if (Reporter.getAnalyzerOptions().ShouldCrosscheckWithZ3) { in findValidReport()
2879 Reporter.getAnalyzerOptions()); in findValidReport()
3109 getAnalyzerOptions().SilencedCheckersAndPackages) { in FlushReport()
3134 if (getAnalyzerOptions().ShouldDisplayNotesAsEvents) { in FlushReport()
3157 if (getAnalyzerOptions().AnalyzerDisplayProgress || in FlushReport()
3158 getAnalyzerOptions().AnalyzerNoteAnalysisEntryPoints) { in FlushReport()
3354 const AnalyzerOptions &Opts = getAnalyzerOptions(); in generateDiagnosticForConsumerMap()
H A DExprEngineCallAndReturn.cpp421 AMgr.getAnalyzerOptions().MayInlineCXXAllocator)) { in processCallExit()
1016 AnalyzerOptions &Opts = AMgr.getAnalyzerOptions(); in mayInlineDecl()
H A DBugReporterVisitors.cpp2025 if (BRC.getAnalyzerOptions().AnalysisDiagOpt == PD_NONE || in constructDebugPieceForTrackedCondition()
2026 !BRC.getAnalyzerOptions().ShouldTrackConditionsDebug) in constructDebugPieceForTrackedCondition()
2289 .getAnalyzerOptions() in handle()
3318 const AnalyzerOptions &Options = BRC.getAnalyzerOptions(); in finalizeVisitor()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAnalysisManager.h72 AnalyzerOptions& getAnalyzerOptions() override { in getAnalyzerOptions() function
H A DSValBuilder.h170 const AnalyzerOptions &getAnalyzerOptions() const { return AnOpts; } in getAnalyzerOptions() function
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/cert/
H A DInvalidPtrChecker.cpp356 Mgr.getAnalyzerOptions().getCheckerBooleanOption(Checker, in registerInvalidPtrChecker()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerManager.h170 const AnalyzerOptions &getAnalyzerOptions() const { return AOptions; } in getAnalyzerOptions() function
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.cpp1493 Chk->TrackNSCFStartParam = Mgr.getAnalyzerOptions().getCheckerBooleanOption( in registerRetainCountChecker()

12