Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp839 unsigned CallStackDepth; member in __anon6f5850ef0411::EvalInfo
1005 CallStackDepth(0), NextCallIndex(1), in EvalInfo()
1031 if (checkingPotentialConstantExpression() && CallStackDepth > 1) in CheckCallLimit()
1038 if (CallStackDepth <= getLangOpts().ConstexprCallDepth) in CheckCallLimit()
1078 unsigned Depth = CallStackDepth; in getCallFrameAndDepth()
1206 unsigned getCallStackDepth() override { return CallStackDepth; } in getCallStackDepth()
1380 Info.SpeculativeEvaluationDepth = Info.CallStackDepth + 1; in SpeculativeEvaluationRAII()
1501 ++Info.CallStackDepth; in CallStackFrame()
1506 --Info.CallStackDepth; in ~CallStackFrame()
12600 (Info.CallStackDepth == 1 || in VisitBuiltinCallExpr()
[all …]