Home
last modified time | relevance | path

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

/dports/lang/gcc12-devel/gcc-12-20211205/gcc/cp/
H A Dcoroutines.cc2563 struct susp_frame_data struct
2566 tree *field_list; /* The current coroutine frame field list. */
2567 tree handle_type; /* The self-handle type for this coroutine. */
2568 tree fs_label; /* The destination for co_returns. */
2569 vec<tree, va_gc> *block_stack; /* Track block scopes. */
2570 vec<tree, va_gc> *bind_stack; /* Track current bind expr. */
2571 unsigned await_number; /* Which await in the function. */
2572 unsigned cond_number; /* Which replaced condition in the fn. */
2574 hash_set<tree> captured_temps; /* The suspend captured these temps. */
2598 susp_frame_data *data = (susp_frame_data *) d; in register_awaits() argument
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/cp/
H A Dcoroutines.cc2562 struct susp_frame_data struct
2565 tree *field_list; /* The current coroutine frame field list. */
2566 tree handle_type; /* The self-handle type for this coroutine. */
2567 tree fs_label; /* The destination for co_returns. */
2568 vec<tree, va_gc> *block_stack; /* Track block scopes. */
2569 vec<tree, va_gc> *bind_stack; /* Track current bind expr. */
2570 unsigned await_number; /* Which await in the function. */
2571 unsigned cond_number; /* Which replaced condition in the fn. */
2573 hash_set<tree> captured_temps; /* The suspend captured these temps. */
2597 susp_frame_data *data = (susp_frame_data *) d; in register_awaits() argument
/dports/lang/gcc10/gcc-10.3.0/gcc/cp/
H A Dcoroutines.cc2692 struct susp_frame_data struct
2695 tree *field_list; /* The current coroutine frame field list. */
2696 tree handle_type; /* The self-handle type for this coroutine. */
2697 tree fs_label; /* The destination for co_returns. */
2698 vec<tree, va_gc> *block_stack; /* Track block scopes. */
2699 vec<tree, va_gc> *bind_stack; /* Track current bind expr. */
2700 unsigned await_number; /* Which await in the function. */
2701 unsigned cond_number; /* Which replaced condition in the fn. */
2703 hash_set<tree> captured_temps; /* The suspend captured these temps. */
2727 susp_frame_data *data = (susp_frame_data *) d; in register_awaits() argument
/dports/lang/gcc11/gcc-11.2.0/gcc/cp/
H A Dcoroutines.cc2704 struct susp_frame_data struct
2707 tree *field_list; /* The current coroutine frame field list. */
2708 tree handle_type; /* The self-handle type for this coroutine. */
2709 tree fs_label; /* The destination for co_returns. */
2710 vec<tree, va_gc> *block_stack; /* Track block scopes. */
2711 vec<tree, va_gc> *bind_stack; /* Track current bind expr. */
2712 unsigned await_number; /* Which await in the function. */
2713 unsigned cond_number; /* Which replaced condition in the fn. */
2715 hash_set<tree> captured_temps; /* The suspend captured these temps. */
2739 susp_frame_data *data = (susp_frame_data *) d; in register_awaits() argument
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/cp/
H A Dcoroutines.cc2704 struct susp_frame_data struct
2707 tree *field_list; /* The current coroutine frame field list. */
2708 tree handle_type; /* The self-handle type for this coroutine. */
2709 tree fs_label; /* The destination for co_returns. */
2710 vec<tree, va_gc> *block_stack; /* Track block scopes. */
2711 vec<tree, va_gc> *bind_stack; /* Track current bind expr. */
2712 unsigned await_number; /* Which await in the function. */
2713 unsigned cond_number; /* Which replaced condition in the fn. */
2715 hash_set<tree> captured_temps; /* The suspend captured these temps. */
2739 susp_frame_data *data = (susp_frame_data *) d; in register_awaits() argument
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/cp/
H A Dcoroutines.cc2720 struct susp_frame_data struct
2723 tree *field_list; /* The current coroutine frame field list. */
2724 tree handle_type; /* The self-handle type for this coroutine. */
2725 tree fs_label; /* The destination for co_returns. */
2726 vec<tree, va_gc> *block_stack; /* Track block scopes. */
2727 vec<tree, va_gc> *bind_stack; /* Track current bind expr. */
2728 unsigned await_number; /* Which await in the function. */
2729 unsigned cond_number; /* Which replaced condition in the fn. */
2731 hash_set<tree> captured_temps; /* The suspend captured these temps. */
2755 susp_frame_data *data = (susp_frame_data *) d; in register_awaits() argument
/dports/devel/avr-gcc/gcc-10.2.0/gcc/cp/
H A Dcoroutines.cc2673 struct susp_frame_data struct
2676 tree *field_list; /* The current coroutine frame field list. */
2677 tree handle_type; /* The self-handle type for this coroutine. */
2678 vec<tree, va_gc> *block_stack; /* Track block scopes. */
2679 vec<tree, va_gc> *bind_stack; /* Track current bind expr. */
2680 unsigned await_number; /* Which await in the function. */
2681 unsigned cond_number; /* Which replaced condition in the fn. */
2684 vec<tree, va_gc> *to_replace; /* The VAR decls to replace. */
2686 unsigned saw_awaits; /* Count of awaits in this statement */
2687 bool captures_temporary; /* This expr captures temps by ref. */
[all …]