Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans-stmt.h26 tree gfc_trans_code_cond (gfc_code *, tree);
H A Dtrans.c2200 gfc_trans_code_cond (gfc_code * code, tree cond) in gfc_trans_code_cond() function
H A Dtrans-io.c2026 gfc_add_expr_to_block (&block, gfc_trans_code_cond (code->block->next, tmp)); in build_dt()
H A Dtrans-stmt.c2415 tmp = gfc_trans_code_cond (code->block->next, exit_cond); in gfc_trans_simple_do()
2671 tmp = gfc_trans_code_cond (code->block->next, exit_cond); in gfc_trans_do()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans-stmt.h26 tree gfc_trans_code_cond (gfc_code *, tree);
H A Dtrans.cc2292 gfc_trans_code_cond (gfc_code * code, tree cond) in gfc_trans_code_cond() function
H A Dtrans-io.cc2051 gfc_add_expr_to_block (&block, gfc_trans_code_cond (code->block->next, tmp)); in build_dt()
H A Dtrans-stmt.cc2453 tmp = gfc_trans_code_cond (code->block->next, exit_cond); in gfc_trans_simple_do()
2709 tmp = gfc_trans_code_cond (code->block->next, exit_cond); in gfc_trans_do()
H A DChangeLog-20105173 * trans-stmt.h: Add prototype for gfc_trans_code_cond. Add tree cond to
5182 (gfc_trans_code_cond): Calls trans_code with loop exit condition.
5185 to gfc_trans_code_cond.