Home
last modified time | relevance | path

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

/external/clang/include/clang/StaticAnalyzer/Core/
DAnalyzerOptions.h178 unsigned InlineMaxStackDepth; variable
555 InlineMaxStackDepth(5), in AnalyzerOptions()
/external/clang/lib/StaticAnalyzer/Core/
DExprEngineCallAndReturn.cpp852 if ((StackDepth >= Opts.InlineMaxStackDepth) && in shouldInlineCall()
/external/clang/lib/Frontend/
DCompilerInvocation.cpp258 Opts.InlineMaxStackDepth = in ParseAnalyzerArgs()
260 Opts.InlineMaxStackDepth, Diags); in ParseAnalyzerArgs()