Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/Interp/
H A DInterpState.h44 unsigned getCallStackDepth() override { return CallStackDepth; } in getCallStackDepth()
107 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()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DExprConstant.cpp811 unsigned CallStackDepth; member in __anon6b6c21b10411::EvalInfo
977 CallStackDepth(0), NextCallIndex(1), in EvalInfo()
1001 if (checkingPotentialConstantExpression() && CallStackDepth > 1) in CheckCallLimit()
1008 if (CallStackDepth <= getLangOpts().ConstexprCallDepth) in CheckCallLimit()
1020 unsigned Depth = CallStackDepth; in getCallFrameAndDepth()
1148 unsigned getCallStackDepth() override { return CallStackDepth; } in getCallStackDepth()
1322 Info.SpeculativeEvaluationDepth = Info.CallStackDepth + 1; in SpeculativeEvaluationRAII()
1442 ++Info.CallStackDepth; in CallStackFrame()
1447 --Info.CallStackDepth; in ~CallStackFrame()
12041 (Info.CallStackDepth == 1 || in VisitBuiltinCallExpr()
[all …]