Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyzerOptions.h246 unsigned InlineMaxStackDepth; variable
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp1126 if ((StackDepth >= Opts.InlineMaxStackDepth) && in shouldInlineCall()
/openbsd-src/gnu/llvm/clang/include/clang/Driver/
H A DOptions.td5271 MarshallingInfoInt<AnalyzerOpts<"InlineMaxStackDepth">, "5">;