Searched refs:getCheckerIntegerOption (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMmapWriteExecChecker.cpp85 .getCheckerIntegerOption(Mwec, "MmapProtExec");
88 .getCheckerIntegerOption(Mwec, "MmapProtRead");
H A DCloneChecker.cpp197 Checker->MinComplexity = Mgr.getAnalyzerOptions().getCheckerIntegerOption(
H A DPaddingChecker.cpp350 .getCheckerIntegerOption(Checker, "AllowedPad");
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DAnalyzerOptions.cpp175 int AnalyzerOptions::getCheckerIntegerOption(StringRef CheckerName, function in class:AnalyzerOptions
189 int AnalyzerOptions::getCheckerIntegerOption(const ento::CheckerBase *C, function in class:AnalyzerOptions
192 return getCheckerIntegerOption(
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyzerOptions.h349 int getCheckerIntegerOption(StringRef CheckerName, StringRef OptionName,
352 int getCheckerIntegerOption(const ento::CheckerBase *C, StringRef OptionName,

Completed in 101 milliseconds