Home
last modified time | relevance | path

Searched refs:getOptionAsInteger (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
HDAnalyzerOptions.cpp230 int AnalyzerOptions::getOptionAsInteger(StringRef Name, int DefaultVal, in getOptionAsInteger() function in AnalyzerOptions
261 AlwaysInlineSize = getOptionAsInteger("ipa-always-inline-size", 3); in getAlwaysInlineSize()
281 MaxInlinableSize = getOptionAsInteger("max-inlinable-size", DefaultValue); in getMaxInlinableSize()
288 GraphTrimInterval = getOptionAsInteger("graph-trim-interval", 1000); in getGraphTrimInterval()
294 MaxTimesInlineLarge = getOptionAsInteger("max-times-inline-large", 32); in getMaxTimesInlineLarge()
312 MaxNodesPerTopLevelFunction = getOptionAsInteger("max-nodes", DefaultValue); in getMaxNodesPerTopLevelFunction()
HDRegionStore.cpp358 Options.getOptionAsInteger("region-store-small-struct-limit", 2); in RegionStoreManager()
/NextBSD/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/
HDAnalyzerOptions.h335 int getOptionAsInteger(StringRef Name, int DefaultVal,