Home
last modified time | relevance | path

Searched refs:CallStackDepth (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DInterpState.h44 unsigned getCallStackDepth() override { return CallStackDepth; } in getCallStackDepth()
106 unsigned CallStackDepth; variable
H A DInterpState.cpp27 CallStackDepth(Parent.getCallStackDepth() + 1) {} in InterpState()
H A DInterp.cpp35 S.CallStackDepth--; in Ret()
57 S.CallStackDepth--; in RetVoid()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp803 unsigned CallStackDepth; member in __anondef1c1650311::EvalInfo
973 CallStackDepth(0), NextCallIndex(1), in EvalInfo()
996 if (checkingPotentialConstantExpression() && CallStackDepth > 1) in CheckCallLimit()
1003 if (CallStackDepth <= getLangOpts().ConstexprCallDepth) in CheckCallLimit()
1015 unsigned Depth = CallStackDepth; in getCallFrameAndDepth()
1149 unsigned getCallStackDepth() override { return CallStackDepth; } in getCallStackDepth()
1323 Info.SpeculativeEvaluationDepth = Info.CallStackDepth + 1; in SpeculativeEvaluationRAII()
1443 ++Info.CallStackDepth; in CallStackFrame()
1448 --Info.CallStackDepth; in ~CallStackFrame()
11654 (Info.CallStackDepth == 1 || in VisitBuiltinCallExpr()
[all …]