Home
last modified time | relevance | path

Searched refs:getCheckerBooleanOption (Results 1 – 17 of 17) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DAnalyzerOptions.cpp161 bool AnalyzerOptions::getCheckerBooleanOption(StringRef CheckerName, in getCheckerBooleanOption() function in AnalyzerOptions
178 bool AnalyzerOptions::getCheckerBooleanOption(const ento::CheckerBase *C, in getCheckerBooleanOption() function in AnalyzerOptions
181 return getCheckerBooleanOption( in getCheckerBooleanOption()
/freebsd/contrib/llvm-project/clang/lib/Analysis/plugins/CheckerOptionHandling/
H A DCheckerOptionHandling.cpp17 << (Mgr.getAnalyzerOptions().getCheckerBooleanOption( in registerMyChecker()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyzerOptions.h315 bool getCheckerBooleanOption(StringRef CheckerName, StringRef OptionName,
318 bool getCheckerBooleanOption(const ento::CheckerBase *C, StringRef OptionName,
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DAnalysisOrderChecker.cpp45 return Opts.getCheckerBooleanOption(this, "*") || in isCallbackEnabled()
46 Opts.getCheckerBooleanOption(this, CallbackName); in isCallbackEnabled()
H A DDirectIvarAssignment.cpp223 if (mgr.getAnalyzerOptions().getCheckerBooleanOption(Chk, in registerDirectIvarAssignment()
H A DSTLAlgorithmModeling.cpp195 Mgr.getAnalyzerOptions().getCheckerBooleanOption(Checker, in registerSTLAlgorithmModeling()
H A DErrnoChecker.cpp244 Checker->AllowErrnoReadOutsideConditions = Opts.getCheckerBooleanOption( in registerErrnoChecker()
H A DNumberObjectConversionChecker.cpp348 Mgr.getAnalyzerOptions().getCheckerBooleanOption(Chk, "Pedantic"); in registerNumberObjectConversionChecker()
H A DDereferenceChecker.cpp356 Chk->SuppressAddressSpaces = mgr.getAnalyzerOptions().getCheckerBooleanOption( in registerDereferenceChecker()
H A DSmartPtrModeling.cpp915 Mgr.getAnalyzerOptions().getCheckerBooleanOption( in registerSmartPtrModeling()
H A DNullabilityChecker.cpp1406 mgr.getAnalyzerOptions().getCheckerBooleanOption( \
H A DLocalizationChecker.cpp1399 mgr.getAnalyzerOptions().getCheckerBooleanOption( in registerNonLocalizedStringChecker()
H A DMallocChecker.cpp3673 mgr.getAnalyzerOptions().getCheckerBooleanOption(checker, "Optimistic"); in registerDynamicMemoryModeling()
3675 mgr.getAnalyzerOptions().getCheckerBooleanOption( in registerDynamicMemoryModeling()
H A DStdLibraryFunctionsChecker.cpp3940 Opts.getCheckerBooleanOption(Checker, "DisplayLoadedSummaries"); in registerStdCLibraryFunctionsChecker()
3941 Checker->ModelPOSIX = Opts.getCheckerBooleanOption(Checker, "ModelPOSIX"); in registerStdCLibraryFunctionsChecker()
H A DStreamChecker.cpp2027 Mgr.getAnalyzerOptions().getCheckerBooleanOption(Checker, "Pedantic"); in registerStreamChecker()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/cert/
H A DInvalidPtrChecker.cpp356 Mgr.getAnalyzerOptions().getCheckerBooleanOption(Checker, in registerInvalidPtrChecker()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.cpp1493 Chk->TrackNSCFStartParam = Mgr.getAnalyzerOptions().getCheckerBooleanOption( in registerRetainCountChecker()