Searched refs:CallStackDepth (Results 1 – 4 of 4) sorted by relevance
44 unsigned getCallStackDepth() override { return CallStackDepth; } in getCallStackDepth()106 unsigned CallStackDepth; variable
27 CallStackDepth(Parent.getCallStackDepth() + 1) {} in InterpState()
35 S.CallStackDepth--; in Ret()57 S.CallStackDepth--; in RetVoid()
803 unsigned CallStackDepth; member in __anon7a1fdcea0311::EvalInfo973 CallStackDepth(0), NextCallIndex(1), in EvalInfo()998 if (checkingPotentialConstantExpression() && CallStackDepth > 1) in CheckCallLimit()1005 if (CallStackDepth <= getLangOpts().ConstexprCallDepth) in CheckCallLimit()1017 unsigned Depth = CallStackDepth; in getCallFrameAndDepth()1145 unsigned getCallStackDepth() override { return CallStackDepth; } in getCallStackDepth()1319 Info.SpeculativeEvaluationDepth = Info.CallStackDepth + 1; in SpeculativeEvaluationRAII()1439 ++Info.CallStackDepth; in CallStackFrame()1444 --Info.CallStackDepth; in ~CallStackFrame()11953 (Info.CallStackDepth == 1 || in VisitBuiltinCallExpr()[all …]