Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DAnalyzerOptions.cpp185 int AnalyzerOptions::getCheckerIntegerOption(StringRef CheckerName, in getCheckerIntegerOption() function in AnalyzerOptions
199 int AnalyzerOptions::getCheckerIntegerOption(const ento::CheckerBase *C, in getCheckerIntegerOption() function in AnalyzerOptions
202 return getCheckerIntegerOption( in getCheckerIntegerOption()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMmapWriteExecChecker.cpp88 .getCheckerIntegerOption(Mwec, "MmapProtExec"); in registerMmapWriteExecChecker()
91 .getCheckerIntegerOption(Mwec, "MmapProtRead"); in registerMmapWriteExecChecker()
H A DPaddingChecker.cpp351 .getCheckerIntegerOption(Checker, "AllowedPad"); in registerPaddingChecker()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyzerOptions.h335 int getCheckerIntegerOption(StringRef CheckerName, StringRef OptionName,
338 int getCheckerIntegerOption(const ento::CheckerBase *C, StringRef OptionName,