HomeSort by relevance Sort by last modified time
    Searched refs:getOptionAsInteger (Results 1 - 4 of 4) sorted by null

  /external/clang/lib/StaticAnalyzer/Core/
AnalyzerOptions.cpp 230 int AnalyzerOptions::getOptionAsInteger(StringRef Name, int DefaultVal,
261 AlwaysInlineSize = getOptionAsInteger("ipa-always-inline-size", 3);
281 MaxInlinableSize = getOptionAsInteger("max-inlinable-size", DefaultValue);
288 GraphTrimInterval = getOptionAsInteger("graph-trim-interval", 1000);
294 MaxTimesInlineLarge = getOptionAsInteger("max-times-inline-large", 32);
300 MinCFGSizeTreatFunctionsAsLarge = getOptionAsInteger(
319 MaxNodesPerTopLevelFunction = getOptionAsInteger("max-nodes", DefaultValue);
RegionStore.cpp 354 Options.getOptionAsInteger("region-store-small-struct-limit", 2);
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/
AnalyzerOptions.h 344 int getOptionAsInteger(StringRef Name, int DefaultVal,
  /external/clang/lib/StaticAnalyzer/Checkers/
PaddingChecker.cpp 44 MGR.getAnalyzerOptions().getOptionAsInteger("AllowedPad", 24, this);

Completed in 91 milliseconds