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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DAnalyzerOptions.cpp186 int AnalyzerOptions::getOptionAsInteger(StringRef Name, int DefaultVal) { function in class:AnalyzerOptions
201 AlwaysInlineSize = getOptionAsInteger("ipa-always-inline-size", 3);
221 MaxInlinableSize = getOptionAsInteger("max-inlinable-size", DefaultValue);
228 GraphTrimInterval = getOptionAsInteger("graph-trim-interval", 1000);
234 MaxTimesInlineLarge = getOptionAsInteger("max-times-inline-large", 32);
252 MaxNodesPerTopLevelFunction = getOptionAsInteger("max-nodes", DefaultValue);
H A DRegionStore.cpp362 Options.getOptionAsInteger("region-store-small-struct-limit", 2);
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyzerOptions.h252 int getOptionAsInteger(StringRef Name, int DefaultVal);

Completed in 118 milliseconds