HomeSort by relevance Sort by last modified time
    Searched refs:getOptionAsInteger (Results 1 - 3 of 3) 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);
312 MaxNodesPerTopLevelFunction = getOptionAsInteger("max-nodes", DefaultValue);
RegionStore.cpp 358 Options.getOptionAsInteger("region-store-small-struct-limit", 2);
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/
AnalyzerOptions.h 335 int getOptionAsInteger(StringRef Name, int DefaultVal,

Completed in 103 milliseconds