HomeSort by relevance Sort by last modified time
    Searched refs:CallStackDepth (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/angle/tests/compiler_tests/
ExpressionLimit_test.cpp 236 TEST_F(ExpressionLimitTest, CallStackDepth)
  /external/clang/lib/AST/
ExprConstant.cpp 425 /// CallStackDepth - The number of calls in the call stack right now.
426 unsigned CallStackDepth;
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 - 1
    [all...]

Completed in 184 milliseconds