reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/Coroutines/CoroFrame.cpp
  407   if (Shape.ABI == coro::ABI::Switch) {
  470   case coro::ABI::Switch:
  611     assert(Shape.ABI == coro::ABI::Switch);
 1332   if (Shape.ABI == coro::ABI::Switch &&
 1393     if (Shape.ABI == coro::ABI::Switch &&
lib/Transforms/Coroutines/CoroInternal.h
  133     assert(ABI == coro::ABI::Switch);
  144     assert(ABI == coro::ABI::Switch);
  153     assert(ABI == coro::ABI::Switch);
  160     case coro::ABI::Switch: {
  195     case coro::ABI::Switch:
  207     case coro::ABI::Switch:
  218     if (ABI == coro::ABI::Switch)
lib/Transforms/Coroutines/CoroSplit.cpp
  112     assert(Shape.ABI == coro::ABI::Switch);
  180   case coro::ABI::Switch:
  227   case coro::ABI::Switch:
  264   assert(Shape.ABI == coro::ABI::Switch);
  372   assert(Shape.ABI == coro::ABI::Switch &&
  466   case coro::ABI::Switch:
  586   case coro::ABI::Switch: {
  615   case coro::ABI::Switch:
  680   case coro::ABI::Switch:
  704   case coro::ABI::Switch:
  739   case coro::ABI::Switch:
  768   if (Shape.ABI == coro::ABI::Switch)
  822   assert(Shape.ABI == coro::ABI::Switch);
  844   assert(Shape.ABI == coro::ABI::Switch);
  977   case coro::ABI::Switch: {
 1136   if (Shape.ABI != coro::ABI::Switch)
 1158   assert(Shape.ABI == coro::ABI::Switch);
 1334   case coro::ABI::Switch:
lib/Transforms/Coroutines/Coroutines.cpp
  354     this->ABI = coro::ABI::Switch;
  478   if (ABI == coro::ABI::Switch &&
  501   case coro::ABI::Switch:
  522   case coro::ABI::Switch: