Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp834 unsigned CallStackDepth; member in __anon7ee061300411::EvalInfo
1000 CallStackDepth(0), NextCallIndex(1), in EvalInfo()
1026 if (checkingPotentialConstantExpression() && CallStackDepth > 1) in CheckCallLimit()
1033 if (CallStackDepth <= getLangOpts().ConstexprCallDepth) in CheckCallLimit()
1073 unsigned Depth = CallStackDepth; in getCallFrameAndDepth()
1201 unsigned getCallStackDepth() override { return CallStackDepth; } in getCallStackDepth()
1375 Info.SpeculativeEvaluationDepth = Info.CallStackDepth + 1; in SpeculativeEvaluationRAII()
1496 ++Info.CallStackDepth; in CallStackFrame()
1501 --Info.CallStackDepth; in ~CallStackFrame()
12328 (Info.CallStackDepth == 1 || in VisitBuiltinCallExpr()
[all …]