Home
last modified time | relevance | path

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

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