Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyzerOptions.h248 unsigned InlineMaxStackDepth; variable
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp1070 if ((StackDepth >= Opts.InlineMaxStackDepth) && in shouldInlineCall()
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DOptions.td5123 MarshallingInfoInt<AnalyzerOpts<"InlineMaxStackDepth">, "5">;