Home
last modified time | relevance | path

Searched defs:coro_aw_data (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcoroutines.cc1589 struct coro_aw_data struct
1591 tree actor_fn; /* Decl for context. */
1592 tree coro_fp; /* Frame pointer var. */
1593 tree resume_idx; /* This is the index var in the frame. */
1594 tree i_a_r_c; /* initial suspend await_resume() was called if true. */
1595 tree self_h; /* This is a handle to the current coro (frame var). */
1596 tree cleanup; /* This is where to go once we complete local destroy. */
1597 tree cororet; /* This is where to go if we suspend. */
1598 tree corocont; /* This is where to go if we continue. */
1599 tree conthand; /* This is the handle for a continuation. */
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcoroutines.cc1550 struct coro_aw_data struct
1552 tree actor_fn; /* Decl for context. */
1553 tree coro_fp; /* Frame pointer var. */
1554 tree resume_idx; /* This is the index var in the frame. */
1555 tree i_a_r_c; /* initial suspend await_resume() was called if true. */
1556 tree self_h; /* This is a handle to the current coro (frame var). */
1557 tree cleanup; /* This is where to go once we complete local destroy. */
1558 tree cororet; /* This is where to go if we suspend. */
1559 tree corocont; /* This is where to go if we continue. */
1560 tree conthand; /* This is the handle for a continuation. */
[all …]