Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DMmapWriteExecChecker.cpp86 .getCheckerIntegerOption("MmapProtExec", 0x04, Mwec); in registerMmapWriteExecChecker()
89 .getCheckerIntegerOption("MmapProtRead", 0x01, Mwec); in registerMmapWriteExecChecker()
H A DCloneChecker.cpp66 int MinComplexity = Mgr.getAnalyzerOptions().getCheckerIntegerOption( in checkEndOfTranslationUnit()
H A DPaddingChecker.cpp45 .getCheckerIntegerOption("AllowedPad", 24, this); in checkASTDecl()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DAnalyzerOptions.cpp146 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 DAnalyzerOptions.h304 int getCheckerIntegerOption(StringRef Name, int DefaultVal,