Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyzerOptions.h221 unsigned InlineMaxStackDepth = 5; variable
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp949 if ((StackDepth >= Opts.InlineMaxStackDepth) && in shouldInlineCall()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInvocation.cpp312 Opts.InlineMaxStackDepth = in ParseAnalyzerArgs()
314 Opts.InlineMaxStackDepth, Diags); in ParseAnalyzerArgs()