/dports/lang/gcc11-devel/gcc-11-20211009/gcc/cp/ |
H A D | coroutines.cc | 2705 var_nest_node *then_cl; member 2763 tree then_cl = COND_EXPR_THEN (old_expr); in flatten_await_stmt() local 2764 if (!VOID_TYPE_P (TREE_TYPE (then_cl))) in flatten_await_stmt() 2767 then_cl in flatten_await_stmt() 2769 var, then_cl); in flatten_await_stmt() 2802 n->then_cl in flatten_await_stmt() 2806 flatten_await_stmt (n->then_cl, promoted, temps_used, NULL); in flatten_await_stmt() 2808 while (n->then_cl->prev) in flatten_await_stmt() 2809 n->then_cl = n->then_cl->prev; in flatten_await_stmt() 2957 handle_nested_conditionals (n->then_cl, list, map); in handle_nested_conditionals() [all …]
|
H A D | ChangeLog | 1484 * coroutines.cc (struct var_nest_node): Init then_cl and else_cl
|
/dports/lang/gcc11/gcc-11.2.0/gcc/cp/ |
H A D | coroutines.cc | 2847 var_nest_node *then_cl; member 2905 tree then_cl = COND_EXPR_THEN (old_expr); in flatten_await_stmt() local 2906 if (!VOID_TYPE_P (TREE_TYPE (then_cl))) in flatten_await_stmt() 2909 then_cl in flatten_await_stmt() 2911 var, then_cl); in flatten_await_stmt() 2944 n->then_cl in flatten_await_stmt() 2948 flatten_await_stmt (n->then_cl, promoted, temps_used, NULL); in flatten_await_stmt() 2950 while (n->then_cl->prev) in flatten_await_stmt() 2951 n->then_cl = n->then_cl->prev; in flatten_await_stmt() 3106 handle_nested_conditionals (n->then_cl, list, map); in handle_nested_conditionals() [all …]
|
H A D | ChangeLog | 1159 * coroutines.cc (struct var_nest_node): Init then_cl and else_cl
|
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/cp/ |
H A D | coroutines.cc | 2847 var_nest_node *then_cl; member 2905 tree then_cl = COND_EXPR_THEN (old_expr); in flatten_await_stmt() local 2906 if (!VOID_TYPE_P (TREE_TYPE (then_cl))) in flatten_await_stmt() 2909 then_cl in flatten_await_stmt() 2911 var, then_cl); in flatten_await_stmt() 2944 n->then_cl in flatten_await_stmt() 2948 flatten_await_stmt (n->then_cl, promoted, temps_used, NULL); in flatten_await_stmt() 2950 while (n->then_cl->prev) in flatten_await_stmt() 2951 n->then_cl = n->then_cl->prev; in flatten_await_stmt() 3106 handle_nested_conditionals (n->then_cl, list, map); in handle_nested_conditionals() [all …]
|
H A D | ChangeLog | 1159 * coroutines.cc (struct var_nest_node): Init then_cl and else_cl
|
/dports/lang/gcc10/gcc-10.3.0/gcc/cp/ |
H A D | coroutines.cc | 2824 prev(NULL), next(NULL), then_cl(NULL), else_cl(NULL) {} in var_nest_node() 2837 var_nest_node *then_cl; member 2895 tree then_cl = COND_EXPR_THEN (old_expr); in flatten_await_stmt() local 2896 if (!VOID_TYPE_P (TREE_TYPE (then_cl))) in flatten_await_stmt() 2899 then_cl in flatten_await_stmt() 2901 var, then_cl); in flatten_await_stmt() 2934 n->then_cl in flatten_await_stmt() 2938 flatten_await_stmt (n->then_cl, promoted, temps_used, NULL); in flatten_await_stmt() 2940 while (n->then_cl->prev) in flatten_await_stmt() 2941 n->then_cl = n->then_cl->prev; in flatten_await_stmt() [all …]
|
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/cp/ |
H A D | coroutines.cc | 2852 prev(NULL), next(NULL), then_cl(NULL), else_cl(NULL) {} in var_nest_node() 2865 var_nest_node *then_cl; member 2923 tree then_cl = COND_EXPR_THEN (old_expr); in flatten_await_stmt() local 2924 if (!VOID_TYPE_P (TREE_TYPE (then_cl))) in flatten_await_stmt() 2927 then_cl in flatten_await_stmt() 2929 var, then_cl); in flatten_await_stmt() 2962 n->then_cl in flatten_await_stmt() 2966 flatten_await_stmt (n->then_cl, promoted, temps_used, NULL); in flatten_await_stmt() 2968 while (n->then_cl->prev) in flatten_await_stmt() 2969 n->then_cl = n->then_cl->prev; in flatten_await_stmt() [all …]
|
H A D | ChangeLog | 48 * coroutines.cc (struct var_nest_node): Init then_cl and else_cl
|
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/cp/ |
H A D | coroutines.cc | 2706 var_nest_node *then_cl; member 2764 tree then_cl = COND_EXPR_THEN (old_expr); in flatten_await_stmt() local 2765 if (!VOID_TYPE_P (TREE_TYPE (then_cl))) in flatten_await_stmt() 2768 then_cl in flatten_await_stmt() 2770 var, then_cl); in flatten_await_stmt() 2803 n->then_cl in flatten_await_stmt() 2807 flatten_await_stmt (n->then_cl, promoted, temps_used, NULL); in flatten_await_stmt() 2809 while (n->then_cl->prev) in flatten_await_stmt() 2810 n->then_cl = n->then_cl->prev; in flatten_await_stmt() 2958 handle_nested_conditionals (n->then_cl, list, map); in handle_nested_conditionals() [all …]
|
H A D | ChangeLog | 3637 * coroutines.cc (struct var_nest_node): Init then_cl and else_cl
|