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

References

tools/clang/lib/CodeGen/CGCoroutine.cpp
  202   if (SuspendRet != nullptr && SuspendRet->getType()->isIntegerTy(1)) {
  202   if (SuspendRet != nullptr && SuspendRet->getType()->isIntegerTy(1)) {
  206     CGF.Builder.CreateCondBr(SuspendRet, RealSuspendBlock, ReadyBlock);