Home
last modified time | relevance | path

Searched refs:else_stmt (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dfrontend-passes.cc1112 gfc_code *c_if1, *c_if2, *else_stmt; in convert_elseif() local
1118 else_stmt = co->block->block; in convert_elseif()
1120 while (else_stmt != NULL) in convert_elseif()
1125 if (else_stmt->expr1 == NULL) in convert_elseif()
1128 next_else = else_stmt->block; in convert_elseif()
1133 c_if2->expr1 = else_stmt->expr1; in convert_elseif()
1134 c_if2->next = else_stmt->next; in convert_elseif()
1135 c_if2->loc = else_stmt->loc; in convert_elseif()
1142 c_if1->loc = else_stmt->loc; in convert_elseif()
1145 else_stmt->expr1 = NULL; in convert_elseif()
[all …]
H A Dtrans-expr.cc5219 tree else_stmt; in gfc_conv_subref_array_arg() local
5233 tree if_stmt, else_stmt; in gfc_conv_subref_array_arg() local
5289 else_stmt = gfc_finish_block (&else_block); in gfc_conv_subref_array_arg()
5295 if_stmt, else_stmt); in gfc_conv_subref_array_arg()
5320 else_stmt = gfc_finish_block (&else_block); in gfc_conv_subref_array_arg()
5325 pre_stmts, else_stmt); in gfc_conv_subref_array_arg()
H A Dtrans-intrinsic.cc6459 tree else_stmt; in gfc_conv_intrinsic_minmaxval() local
6470 else_stmt = build2_v (MODIFY_EXPR, limit, huge_cst); in gfc_conv_intrinsic_minmaxval()
6472 else_stmt = build_empty_stmt (input_location); in gfc_conv_intrinsic_minmaxval()
6475 tmp = build3_v (COND_EXPR, ifmask, tmp, else_stmt); in gfc_conv_intrinsic_minmaxval()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dfrontend-passes.c1112 gfc_code *c_if1, *c_if2, *else_stmt; in convert_elseif() local
1118 else_stmt = co->block->block; in convert_elseif()
1120 while (else_stmt != NULL) in convert_elseif()
1125 if (else_stmt->expr1 == NULL) in convert_elseif()
1128 next_else = else_stmt->block; in convert_elseif()
1133 c_if2->expr1 = else_stmt->expr1; in convert_elseif()
1134 c_if2->next = else_stmt->next; in convert_elseif()
1135 c_if2->loc = else_stmt->loc; in convert_elseif()
1142 c_if1->loc = else_stmt->loc; in convert_elseif()
1145 else_stmt->expr1 = NULL; in convert_elseif()
[all …]
H A Dtrans-expr.c5130 tree else_stmt; in gfc_conv_subref_array_arg() local
5142 tree if_stmt, else_stmt; in gfc_conv_subref_array_arg() local
5190 else_stmt = gfc_finish_block (&else_block); in gfc_conv_subref_array_arg()
5196 if_stmt, else_stmt); in gfc_conv_subref_array_arg()
5217 else_stmt = gfc_finish_block (&else_block); in gfc_conv_subref_array_arg()
5222 pre_stmts, else_stmt); in gfc_conv_subref_array_arg()
H A Dtrans-intrinsic.c6328 tree else_stmt; in gfc_conv_intrinsic_minmaxval() local
6339 else_stmt = build2_v (MODIFY_EXPR, limit, huge_cst); in gfc_conv_intrinsic_minmaxval()
6341 else_stmt = build_empty_stmt (input_location); in gfc_conv_intrinsic_minmaxval()
6344 tmp = build3_v (COND_EXPR, ifmask, tmp, else_stmt); in gfc_conv_intrinsic_minmaxval()
/netbsd-src/external/bsd/byacc/dist/test/
H A Dbtyacc_demo.y227 extern Code * build_if(Expr *cond_expr, Code *then_stmt, Code *else_stmt);
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-cfg.c1216 gimple *then_stmt, *else_stmt; in make_cond_expr_edges() local
1230 else_stmt = first_stmt (else_bb); in make_cond_expr_edges()
1236 e->goto_locus = gimple_location (else_stmt); in make_cond_expr_edges()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-cfg.cc1210 gimple *then_stmt, *else_stmt; in make_cond_expr_edges() local
1224 else_stmt = first_stmt (else_bb); in make_cond_expr_edges()
1230 e->goto_locus = gimple_location (else_stmt); in make_cond_expr_edges()