HomeSort by: relevance | last modified time | path
    Searched refs:StackDepth (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/
Instrumentation.h 171 bool StackDepth = false;
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
ExprEngineCallAndReturn.cpp 389 bool &IsRecursive, unsigned &StackDepth) {
391 StackDepth = 0;
401 ++StackDepth;
409 ++StackDepth;
1013 unsigned StackDepth = 0;
1014 examineStackFrames(D, Pred->getLocationContext(), IsRecursive, StackDepth);
1015 if ((StackDepth >= Opts.InlineMaxStackDepth) &&
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
SanitizerCoverage.cpp 177 Options.StackDepth |= ClStackDepth;
179 !Options.Inline8bitCounters && !Options.StackDepth &&
477 if (Options.StackDepth && !SanCovLowestStack->isDeclaration())
661 if (Options.StackDepth)
947 if (Options.StackDepth && IsEntryBB && !IsLeafFunc) {
  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExprEngine.h 774 bool &IsRecursive, unsigned &StackDepth);
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
BackendUtil.cpp 235 Opts.StackDepth = CGOpts.SanitizeCoverageStackDepth;

Completed in 52 milliseconds