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

References

lib/Transforms/Coroutines/CoroFrame.cpp
  415     Type *PromiseType = PromiseAlloca
  416                             ? PromiseAlloca->getType()->getElementType()
  424     assert(PromiseAlloca == nullptr && "lowering doesn't support promises");
  438     if (CurrentDef == PromiseAlloca)