Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyzerOptions.h174 unsigned InlineMaxStackDepth; variable
443 InlineMaxStackDepth(5), in AnalyzerOptions()
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp863 if ((StackDepth >= Opts.InlineMaxStackDepth) && in shouldInlineCall()
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/
H A DCompilerInvocation.cpp239 Opts.InlineMaxStackDepth = in ParseAnalyzerArgs()
241 Opts.InlineMaxStackDepth, Diags); in ParseAnalyzerArgs()