Home
last modified time | relevance | path

Searched refs:getCheckerIntegerOption (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DAnalyzerOptions.cpp180 int AnalyzerOptions::getCheckerIntegerOption(StringRef CheckerName, in getCheckerIntegerOption() function in AnalyzerOptions
194 int AnalyzerOptions::getCheckerIntegerOption(const ento::CheckerBase *C, in getCheckerIntegerOption() function in AnalyzerOptions
197 return getCheckerIntegerOption(C->getName(), OptionName, SearchInParents); in getCheckerIntegerOption()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyzerOptions.h364 int getCheckerIntegerOption(StringRef CheckerName, StringRef OptionName,
367 int getCheckerIntegerOption(const ento::CheckerBase *C, StringRef OptionName,
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DPaddingChecker.cpp349 .getCheckerIntegerOption(Checker, "AllowedPad"); in registerPaddingChecker()