Home
last modified time | relevance | path

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

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