reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1351 if (!Shape.CoroBegin) 1354 simplifySuspendPoints(Shape); 1355 buildCoroutineFrame(F, Shape); 1356 replaceFrameSize(Shape); 1362 if (Shape.CoroSuspends.empty()) { 1363 handleNoSuspendCoroutine(Shape); 1365 splitCoroutine(F, Shape, Clones); 1370 replaceSwiftErrorOps(F, Shape, nullptr); 1372 removeCoroEnds(Shape, &CG);