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

/external/clang/lib/AST/
H A DExprConstant.cpp425 /// CallStackDepth - The number of calls in the call stack right now.
426 unsigned CallStackDepth; member in struct:__anon17734::EvalInfo
437 /// initialized after CurrentCall and CallStackDepth.
511 CallStackDepth(0), NextCallIndex(1),
528 if (checkingPotentialConstantExpression() && CallStackDepth > 1)
535 if (CallStackDepth <= getLangOpts().ConstexprCallDepth)
602 unsigned CallStackNotes = CallStackDepth - 1;
826 ++Info.CallStackDepth;
831 --Info.CallStackDepth;
847 unsigned ActiveCalls = CallStackDepth
[all...]

Completed in 239 milliseconds