Home
last modified time | relevance | path

Searched refs:getCheckerStringOption (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DAnalyzerOptions.cpp124 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 DAnalyzerOptions.h384 StringRef getCheckerStringOption(StringRef CheckerName, StringRef OptionName,
387 StringRef getCheckerStringOption(const ento::CheckerBase *C,
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
H A DUninitializedObjectChecker.cpp614 std::string(AnOpts.getCheckerStringOption(Chk, "IgnoreRecordsWithField")); in registerUninitializedObjectChecker()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMoveChecker.cpp755 mgr.getAnalyzerOptions().getCheckerStringOption(chk, "WarnOn"), mgr); in registerMoveChecker()
H A DGenericTaintChecker.cpp814 Mgr->getAnalyzerOptions().getCheckerStringOption(this, Option); in initTaintRules()