Searched refs:StackDepth (Results 1 – 13 of 13) sorted by relevance
/external/clang/lib/StaticAnalyzer/Core/ |
D | ExprEngineCallAndReturn.cpp | 360 bool &IsRecursive, unsigned &StackDepth) { in examineStackFrames() argument 362 StackDepth = 0; in examineStackFrames() 372 ++StackDepth; in examineStackFrames() 381 ++StackDepth; in examineStackFrames() 850 unsigned StackDepth = 0; in shouldInlineCall() local 851 examineStackFrames(D, Pred->getLocationContext(), IsRecursive, StackDepth); in shouldInlineCall() 852 if ((StackDepth >= Opts.InlineMaxStackDepth) && in shouldInlineCall()
|
/external/llvm-project/clang/lib/StaticAnalyzer/Core/ |
D | ExprEngineCallAndReturn.cpp | 388 bool &IsRecursive, unsigned &StackDepth) { in examineStackFrames() argument 390 StackDepth = 0; in examineStackFrames() 400 ++StackDepth; in examineStackFrames() 408 ++StackDepth; in examineStackFrames() 998 unsigned StackDepth = 0; in shouldInlineCall() local 999 examineStackFrames(D, Pred->getLocationContext(), IsRecursive, StackDepth); in shouldInlineCall() 1000 if ((StackDepth >= Opts.InlineMaxStackDepth) && in shouldInlineCall()
|
/external/mesa3d/src/mesa/program/ |
D | prog_execute.h | 74 GLuint StackDepth; /**< Index/ptr to top of CallStack[] */ member
|
D | prog_execute.c | 474 if (machine->StackDepth >= MAX_PROGRAM_CALL_DEPTH) { in _mesa_execute_program() 477 machine->CallStack[machine->StackDepth++] = pc + 1; /* next inst */ in _mesa_execute_program() 942 if (machine->StackDepth == 0) { in _mesa_execute_program() 946 pc = machine->CallStack[--machine->StackDepth] - 1; in _mesa_execute_program()
|
/external/llvm-project/llvm/include/llvm/Transforms/ |
D | Instrumentation.h | 172 bool StackDepth = false; member
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/ |
D | Instrumentation.h | 179 bool StackDepth = false; member
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | SanitizerCoverage.cpp | 174 Options.StackDepth |= ClStackDepth; in OverrideFromCL() 176 !Options.Inline8bitCounters && !Options.StackDepth) in OverrideFromCL() 440 if (Options.StackDepth && !SanCovLowestStack->isDeclaration()) in instrumentModule() 629 if (Options.StackDepth) in instrumentFunction() 889 if (Options.StackDepth && IsEntryBB && !IsLeafFunc) { in InjectCoverageAtBlock()
|
/external/llvm-project/llvm/lib/Transforms/Instrumentation/ |
D | SanitizerCoverage.cpp | 177 Options.StackDepth |= ClStackDepth; in OverrideFromCL() 179 !Options.Inline8bitCounters && !Options.StackDepth && in OverrideFromCL() 470 if (Options.StackDepth && !SanCovLowestStack->isDeclaration()) in instrumentModule() 657 if (Options.StackDepth) in instrumentFunction() 930 if (Options.StackDepth && IsEntryBB && !IsLeafFunc) { in InjectCoverageAtBlock()
|
/external/mesa3d/src/mesa/swrast/ |
D | s_fragprog.c | 192 machine->StackDepth = 0; in init_machine()
|
/external/mesa3d/src/mesa/tnl/ |
D | t_vb_program.c | 239 machine->StackDepth = 0; in init_machine()
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | ExprEngine.h | 581 bool &IsRecursive, unsigned &StackDepth);
|
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | ExprEngine.h | 774 bool &IsRecursive, unsigned &StackDepth);
|
/external/llvm-project/clang/lib/CodeGen/ |
D | BackendUtil.cpp | 233 Opts.StackDepth = CGOpts.SanitizeCoverageStackDepth; in getSancovOptsFromCGOpts()
|