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 200 if (!AlwaysInlineSize.hasValue())
201 AlwaysInlineSize = getOptionAsInteger("ipa-always-inline-size", 3);
202 return AlwaysInlineSize.getValue();
  /external/clang/include/clang/StaticAnalyzer/Core/
AnalyzerOptions.h 212 Optional<unsigned> AlwaysInlineSize;

Completed in 33 milliseconds