Searched defs:CallStackDepth (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/AST/
H A DExprConstant.cpp361 /// CallStackDepth - The number of calls in the call stack right now.
362 unsigned CallStackDepth; member in struct:__anon3624::EvalInfo
368 /// initialized after CurrentCall and CallStackDepth.
393 CallStackDepth(0), NextCallIndex(1),
409 if (CheckingPotentialConstantExpression && CallStackDepth > 1)
416 if (CallStackDepth <= getLangOpts().ConstexprCallDepth)
453 unsigned CallStackNotes = CallStackDepth - 1;
588 ++Info.CallStackDepth;
593 --Info.CallStackDepth;
625 unsigned ActiveCalls = CallStackDepth
[all...]

Completed in 52 milliseconds