Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp858 unsigned CallStackDepth; member in __anonfb577fba0411::EvalInfo
1024 CallStackDepth(0), NextCallIndex(1), in EvalInfo()
1050 if (checkingPotentialConstantExpression() && CallStackDepth > 1) in CheckCallLimit()
1057 if (CallStackDepth <= getLangOpts().ConstexprCallDepth) in CheckCallLimit()
1097 unsigned Depth = CallStackDepth; in getCallFrameAndDepth()
1226 unsigned getCallStackDepth() override { return CallStackDepth; } in getCallStackDepth()
1400 Info.SpeculativeEvaluationDepth = Info.CallStackDepth + 1; in SpeculativeEvaluationRAII()
1521 ++Info.CallStackDepth; in CallStackFrame()
1526 --Info.CallStackDepth; in ~CallStackFrame()
13161 (Info.CallStackDepth == 1 || in VisitBuiltinCallExpr()
[all …]