Searched refs:AlwaysInlineSize (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DAnalyzerOptions.cpp200 if (!AlwaysInlineSize.hasValue())
201 AlwaysInlineSize = getOptionAsInteger("ipa-always-inline-size", 3);
202 return AlwaysInlineSize.getValue();
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyzerOptions.h212 Optional<unsigned> AlwaysInlineSize; member in class:clang::AnalyzerOptions

Completed in 52 milliseconds