Searched refs:getCheckerBooleanOption (Results 1 – 17 of 17) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | AnalyzerOptions.cpp | 161 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 D | CheckerOptionHandling.cpp | 17 << (Mgr.getAnalyzerOptions().getCheckerBooleanOption( in registerMyChecker()
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/ |
H A D | AnalyzerOptions.h | 315 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 D | AnalysisOrderChecker.cpp | 45 return Opts.getCheckerBooleanOption(this, "*") || in isCallbackEnabled() 46 Opts.getCheckerBooleanOption(this, CallbackName); in isCallbackEnabled()
|
H A D | DirectIvarAssignment.cpp | 223 if (mgr.getAnalyzerOptions().getCheckerBooleanOption(Chk, in registerDirectIvarAssignment()
|
H A D | STLAlgorithmModeling.cpp | 195 Mgr.getAnalyzerOptions().getCheckerBooleanOption(Checker, in registerSTLAlgorithmModeling()
|
H A D | ErrnoChecker.cpp | 244 Checker->AllowErrnoReadOutsideConditions = Opts.getCheckerBooleanOption( in registerErrnoChecker()
|
H A D | NumberObjectConversionChecker.cpp | 348 Mgr.getAnalyzerOptions().getCheckerBooleanOption(Chk, "Pedantic"); in registerNumberObjectConversionChecker()
|
H A D | DereferenceChecker.cpp | 356 Chk->SuppressAddressSpaces = mgr.getAnalyzerOptions().getCheckerBooleanOption( in registerDereferenceChecker()
|
H A D | SmartPtrModeling.cpp | 915 Mgr.getAnalyzerOptions().getCheckerBooleanOption( in registerSmartPtrModeling()
|
H A D | NullabilityChecker.cpp | 1406 mgr.getAnalyzerOptions().getCheckerBooleanOption( \
|
H A D | LocalizationChecker.cpp | 1399 mgr.getAnalyzerOptions().getCheckerBooleanOption( in registerNonLocalizedStringChecker()
|
H A D | MallocChecker.cpp | 3673 mgr.getAnalyzerOptions().getCheckerBooleanOption(checker, "Optimistic"); in registerDynamicMemoryModeling() 3675 mgr.getAnalyzerOptions().getCheckerBooleanOption( in registerDynamicMemoryModeling()
|
H A D | StdLibraryFunctionsChecker.cpp | 3940 Opts.getCheckerBooleanOption(Checker, "DisplayLoadedSummaries"); in registerStdCLibraryFunctionsChecker() 3941 Checker->ModelPOSIX = Opts.getCheckerBooleanOption(Checker, "ModelPOSIX"); in registerStdCLibraryFunctionsChecker()
|
H A D | StreamChecker.cpp | 2027 Mgr.getAnalyzerOptions().getCheckerBooleanOption(Checker, "Pedantic"); in registerStreamChecker()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/cert/ |
H A D | InvalidPtrChecker.cpp | 356 Mgr.getAnalyzerOptions().getCheckerBooleanOption(Checker, in registerInvalidPtrChecker()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
H A D | RetainCountChecker.cpp | 1493 Chk->TrackNSCFStartParam = Mgr.getAnalyzerOptions().getCheckerBooleanOption( in registerRetainCountChecker()
|