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_dx11/tests/compiler_tests/
ExpressionLimit_test.cpp 240 TEST_F(ExpressionLimitTest, CallStackDepth)
  /external/clang/lib/AST/
ExprConstant.cpp 415 /// CallStackDepth - The number of calls in the call stack right now.
416 unsigned CallStackDepth;
427 /// initialized after CurrentCall and CallStackDepth.
456 CallStackDepth(0), NextCallIndex(1),
473 if (CheckingPotentialConstantExpression && CallStackDepth > 1)
480 if (CallStackDepth <= getLangOpts().ConstexprCallDepth)
526 unsigned CallStackNotes = CallStackDepth - 1;
697 ++Info.CallStackDepth;
702 --Info.CallStackDepth;
718 unsigned ActiveCalls = CallStackDepth - 1
    [all...]

Completed in 42 milliseconds