Home
last modified time | relevance | path

Searched refs:InlineMaxStackDepth (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyzerOptions.h262 unsigned InlineMaxStackDepth; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp1015 if ((StackDepth >= Opts.InlineMaxStackDepth) && in shouldInlineCall()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DOptions.td4624 MarshallingInfoInt<AnalyzerOpts<"InlineMaxStackDepth">, "5">;