Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
HDAnalyzerOptions.h247 unsigned InlineMaxStackDepth; variable
/freebsd-14-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDExprEngineCallAndReturn.cpp1125 if ((StackDepth >= Opts.InlineMaxStackDepth) && in shouldInlineCall()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Driver/
HDOptions.td6929 MarshallingInfoInt<AnalyzerOpts<"InlineMaxStackDepth">, "5">;