Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DAnalyzerOptions.cpp175 int AnalyzerOptions::getCheckerIntegerOption(StringRef CheckerName, in getCheckerIntegerOption() function in AnalyzerOptions
189 int AnalyzerOptions::getCheckerIntegerOption(const ento::CheckerBase *C, in getCheckerIntegerOption() function in AnalyzerOptions
192 return getCheckerIntegerOption( in getCheckerIntegerOption()
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DMmapWriteExecChecker.cpp85 .getCheckerIntegerOption(Mwec, "MmapProtExec"); in registerMmapWriteExecChecker()
88 .getCheckerIntegerOption(Mwec, "MmapProtRead"); in registerMmapWriteExecChecker()
DCloneChecker.cpp197 Checker->MinComplexity = Mgr.getAnalyzerOptions().getCheckerIntegerOption( in registerCloneChecker()
DPaddingChecker.cpp351 .getCheckerIntegerOption(Checker, "AllowedPad"); in registerPaddingChecker()
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/
DAnalyzerOptions.h350 int getCheckerIntegerOption(StringRef CheckerName, StringRef OptionName,
353 int getCheckerIntegerOption(const ento::CheckerBase *C, StringRef OptionName,