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

  /external/clang/lib/StaticAnalyzer/Core/
AnalyzerOptions.cpp 213 if (!AlwaysInlineSize.hasValue())
214 AlwaysInlineSize = getOptionAsInteger("ipa-always-inline-size", 3);
215 return AlwaysInlineSize.getValue();
  /external/clang/include/clang/StaticAnalyzer/Core/
AnalyzerOptions.h 216 Optional<unsigned> AlwaysInlineSize;

Completed in 459 milliseconds