Searched refs:getCheckerIntegerOption (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | MmapWriteExecChecker.cpp | 86 .getCheckerIntegerOption("MmapProtExec", 0x04, Mwec); in registerMmapWriteExecChecker() 89 .getCheckerIntegerOption("MmapProtRead", 0x01, Mwec); in registerMmapWriteExecChecker()
|
| H A D | CloneChecker.cpp | 66 int MinComplexity = Mgr.getAnalyzerOptions().getCheckerIntegerOption( in checkEndOfTranslationUnit()
|
| H A D | PaddingChecker.cpp | 45 .getCheckerIntegerOption("AllowedPad", 24, this); in checkASTDecl()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| H A D | AnalyzerOptions.cpp | 146 int AnalyzerOptions::getCheckerIntegerOption(StringRef Name, int DefaultVal, in getCheckerIntegerOption() function in AnalyzerOptions
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/ |
| H A D | AnalyzerOptions.h | 304 int getCheckerIntegerOption(StringRef Name, int DefaultVal,
|