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

/external/chromium_org/third_party/angle/tests/compiler_tests/
H A DExpressionLimit_test.cpp236 TEST_F(ExpressionLimitTest, CallStackDepth)
/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 357 milliseconds