Home
last modified time | relevance | path

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

/dports/devel/avr-gcc/gcc-10.2.0/gcc/cp/
H A Dcoroutines.cc1511 struct coro_aw_data struct
1513 tree actor_fn; /* Decl for context. */
1514 tree coro_fp; /* Frame pointer var. */
1515 tree resume_idx; /* This is the index var in the frame. */
1516 tree i_a_r_c; /* initial suspend await_resume() was called if true. */
1517 tree self_h; /* This is a handle to the current coro (frame var). */
1518 tree cleanup; /* This is where to go once we complete local destroy. */
1519 tree cororet; /* This is where to go if we suspend. */
1520 tree corocont; /* This is where to go if we continue. */
1521 tree conthand; /* This is the handle for a continuation. */
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/cp/
H A Dcoroutines.cc1574 struct coro_aw_data struct
1576 tree actor_fn; /* Decl for context. */
1577 tree coro_fp; /* Frame pointer var. */
1578 tree resume_idx; /* This is the index var in the frame. */
1579 tree i_a_r_c; /* initial suspend await_resume() was called if true. */
1580 tree self_h; /* This is a handle to the current coro (frame var). */
1581 tree cleanup; /* This is where to go once we complete local destroy. */
1582 tree cororet; /* This is where to go if we suspend. */
1583 tree corocont; /* This is where to go if we continue. */
1584 tree conthand; /* This is the handle for a continuation. */
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/cp/
H A Dcoroutines.cc1572 struct coro_aw_data struct
1574 tree actor_fn; /* Decl for context. */
1575 tree coro_fp; /* Frame pointer var. */
1576 tree resume_idx; /* This is the index var in the frame. */
1577 tree i_a_r_c; /* initial suspend await_resume() was called if true. */
1578 tree self_h; /* This is a handle to the current coro (frame var). */
1579 tree cleanup; /* This is where to go once we complete local destroy. */
1580 tree cororet; /* This is where to go if we suspend. */
1581 tree corocont; /* This is where to go if we continue. */
1582 tree conthand; /* This is the handle for a continuation. */
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/cp/
H A Dcoroutines.cc1508 struct coro_aw_data struct
1510 tree actor_fn; /* Decl for context. */
1511 tree coro_fp; /* Frame pointer var. */
1512 tree resume_idx; /* This is the index var in the frame. */
1513 tree i_a_r_c; /* initial suspend await_resume() was called if true. */
1514 tree self_h; /* This is a handle to the current coro (frame var). */
1515 tree cleanup; /* This is where to go once we complete local destroy. */
1516 tree cororet; /* This is where to go if we suspend. */
1517 tree corocont; /* This is where to go if we continue. */
1518 tree conthand; /* This is the handle for a continuation. */
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/cp/
H A Dcoroutines.cc1534 struct coro_aw_data struct
1536 tree actor_fn; /* Decl for context. */
1537 tree coro_fp; /* Frame pointer var. */
1538 tree resume_idx; /* This is the index var in the frame. */
1539 tree i_a_r_c; /* initial suspend await_resume() was called if true. */
1540 tree self_h; /* This is a handle to the current coro (frame var). */
1541 tree cleanup; /* This is where to go once we complete local destroy. */
1542 tree cororet; /* This is where to go if we suspend. */
1543 tree corocont; /* This is where to go if we continue. */
1544 tree conthand; /* This is the handle for a continuation. */
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/cp/
H A Dcoroutines.cc1534 struct coro_aw_data struct
1536 tree actor_fn; /* Decl for context. */
1537 tree coro_fp; /* Frame pointer var. */
1538 tree resume_idx; /* This is the index var in the frame. */
1539 tree i_a_r_c; /* initial suspend await_resume() was called if true. */
1540 tree self_h; /* This is a handle to the current coro (frame var). */
1541 tree cleanup; /* This is where to go once we complete local destroy. */
1542 tree cororet; /* This is where to go if we suspend. */
1543 tree corocont; /* This is where to go if we continue. */
1544 tree conthand; /* This is the handle for a continuation. */
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/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 …]