Searched refs:getCheckerStringOption (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | AnalyzerOptions.cpp | 124 StringRef AnalyzerOptions::getCheckerStringOption(StringRef CheckerName, in getCheckerStringOption() function in AnalyzerOptions 151 StringRef AnalyzerOptions::getCheckerStringOption(const ento::CheckerBase *C, in getCheckerStringOption() function in AnalyzerOptions 154 return getCheckerStringOption(C->getName(), OptionName, SearchInParents); in getCheckerStringOption() 162 getCheckerStringOption(CheckerName, OptionName, SearchInParents)) in getCheckerBooleanOption() 184 bool HasFailed = getCheckerStringOption(CheckerName, OptionName, in getCheckerIntegerOption()
|
| /freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/ |
| H A D | AnalyzerOptions.h | 384 StringRef getCheckerStringOption(StringRef CheckerName, StringRef OptionName, 387 StringRef getCheckerStringOption(const ento::CheckerBase *C,
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/ |
| H A D | UninitializedObjectChecker.cpp | 614 std::string(AnOpts.getCheckerStringOption(Chk, "IgnoreRecordsWithField")); in registerUninitializedObjectChecker()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | MoveChecker.cpp | 755 mgr.getAnalyzerOptions().getCheckerStringOption(chk, "WarnOn"), mgr); in registerMoveChecker()
|
| H A D | GenericTaintChecker.cpp | 814 Mgr->getAnalyzerOptions().getCheckerStringOption(this, Option); in initTaintRules()
|