Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/Interp/
HDInterpState.h44 unsigned getCallStackDepth() override { return CallStackDepth; } in getCallStackDepth()
106 unsigned CallStackDepth; variable
HDInterpState.cpp27 CallStackDepth(Parent.getCallStackDepth() + 1) {} in InterpState()
HDInterp.cpp35 S.CallStackDepth--; in Ret()
57 S.CallStackDepth--; in RetVoid()
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDExprConstant.cpp757 unsigned CallStackDepth; member in __anon75742f710311::EvalInfo
921 CallStackDepth(0), NextCallIndex(1), in EvalInfo()
944 if (checkingPotentialConstantExpression() && CallStackDepth > 1) in CheckCallLimit()
951 if (CallStackDepth <= getLangOpts().ConstexprCallDepth) in CheckCallLimit()
963 unsigned Depth = CallStackDepth; in getCallFrameAndDepth()
1087 unsigned getCallStackDepth() override { return CallStackDepth; } in getCallStackDepth()
1261 Info.SpeculativeEvaluationDepth = Info.CallStackDepth + 1; in SpeculativeEvaluationRAII()
1380 ++Info.CallStackDepth; in CallStackFrame()
1385 --Info.CallStackDepth; in ~CallStackFrame()
10837 (Info.CallStackDepth == 1 || in VisitBuiltinCallExpr()
[all …]