/dports/devel/avr-gcc/gcc-10.2.0/gcc/cp/ |
H A D | coroutines.cc | 2106 tree actor_fp = DECL_ARGUMENTS (actor); in build_actor_fn() local 2150 tree actor_frame = build1_loc (loc, INDIRECT_REF, coro_frame_type, actor_fp); in build_actor_fn() 2296 r = build1 (CONVERT_EXPR, build_pointer_type (void_type_node), actor_fp); in build_actor_fn() 2404 tree frame_arg = build1 (CONVERT_EXPR, ptr_type_node, actor_fp); in build_actor_fn() 2508 coro_aw_data data = {actor, actor_fp, resume_pt_number, NULL_TREE, in build_actor_fn()
|
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/cp/ |
H A D | coroutines.cc | 2134 tree actor_fp = DECL_ARGUMENTS (actor); in build_actor_fn() local 2170 tree actor_frame = build1_loc (loc, INDIRECT_REF, coro_frame_type, actor_fp); in build_actor_fn() 2292 r = build1 (CONVERT_EXPR, build_pointer_type (void_type_node), actor_fp); in build_actor_fn() 2361 tree del_coro_fr = coro_get_frame_dtor (actor_fp, orig, frame_size, in build_actor_fn() 2414 coro_aw_data data = {actor, actor_fp, resume_idx_var, NULL_TREE, in build_actor_fn()
|
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/cp/ |
H A D | coroutines.cc | 2133 tree actor_fp = DECL_ARGUMENTS (actor); in build_actor_fn() local 2169 tree actor_frame = build1_loc (loc, INDIRECT_REF, coro_frame_type, actor_fp); in build_actor_fn() 2291 r = build1 (CONVERT_EXPR, build_pointer_type (void_type_node), actor_fp); in build_actor_fn() 2360 tree del_coro_fr = coro_get_frame_dtor (actor_fp, orig, frame_size, in build_actor_fn() 2413 coro_aw_data data = {actor, actor_fp, resume_idx_var, NULL_TREE, in build_actor_fn()
|
/dports/lang/gcc11/gcc-11.2.0/gcc/cp/ |
H A D | coroutines.cc | 2206 tree actor_fp = DECL_ARGUMENTS (actor); in build_actor_fn() local 2243 tree actor_frame = build1_loc (loc, INDIRECT_REF, coro_frame_type, actor_fp); in build_actor_fn() 2400 r = build1 (CONVERT_EXPR, build_pointer_type (void_type_node), actor_fp); in build_actor_fn() 2493 tree del_coro_fr = coro_get_frame_dtor (actor_fp, orig, frame_size, in build_actor_fn() 2554 coro_aw_data data = {actor, actor_fp, resume_pt_number, NULL_TREE, in build_actor_fn()
|
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/cp/ |
H A D | coroutines.cc | 2206 tree actor_fp = DECL_ARGUMENTS (actor); in build_actor_fn() local 2243 tree actor_frame = build1_loc (loc, INDIRECT_REF, coro_frame_type, actor_fp); in build_actor_fn() 2400 r = build1 (CONVERT_EXPR, build_pointer_type (void_type_node), actor_fp); in build_actor_fn() 2493 tree del_coro_fr = coro_get_frame_dtor (actor_fp, orig, frame_size, in build_actor_fn() 2554 coro_aw_data data = {actor, actor_fp, resume_pt_number, NULL_TREE, in build_actor_fn()
|
/dports/lang/gcc10/gcc-10.3.0/gcc/cp/ |
H A D | coroutines.cc | 2180 tree actor_fp = DECL_ARGUMENTS (actor); in build_actor_fn() local 2224 tree actor_frame = build1_loc (loc, INDIRECT_REF, coro_frame_type, actor_fp); in build_actor_fn() 2381 r = build1 (CONVERT_EXPR, build_pointer_type (void_type_node), actor_fp); in build_actor_fn() 2474 tree del_coro_fr = coro_get_frame_dtor (actor_fp, orig, frame_size, in build_actor_fn() 2535 coro_aw_data data = {actor, actor_fp, resume_pt_number, NULL_TREE, in build_actor_fn()
|
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/cp/ |
H A D | coroutines.cc | 2222 tree actor_fp = DECL_ARGUMENTS (actor); in build_actor_fn() local 2259 tree actor_frame = build1_loc (loc, INDIRECT_REF, coro_frame_type, actor_fp); in build_actor_fn() 2416 r = build1 (CONVERT_EXPR, build_pointer_type (void_type_node), actor_fp); in build_actor_fn() 2509 tree del_coro_fr = coro_get_frame_dtor (actor_fp, orig, frame_size, in build_actor_fn() 2570 coro_aw_data data = {actor, actor_fp, resume_pt_number, NULL_TREE, in build_actor_fn()
|