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 D | trans-stmt.h | 26 tree gfc_trans_code_cond (gfc_code *, tree);
|
H A D | trans.c | 2200 gfc_trans_code_cond (gfc_code * code, tree cond) in gfc_trans_code_cond() function
|
H A D | trans-io.c | 2026 gfc_add_expr_to_block (&block, gfc_trans_code_cond (code->block->next, tmp)); in build_dt()
|
H A D | trans-stmt.c | 2415 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 D | trans-stmt.h | 26 tree gfc_trans_code_cond (gfc_code *, tree);
|
H A D | trans.cc | 2292 gfc_trans_code_cond (gfc_code * code, tree cond) in gfc_trans_code_cond() function
|
H A D | trans-io.cc | 2051 gfc_add_expr_to_block (&block, gfc_trans_code_cond (code->block->next, tmp)); in build_dt()
|
H A D | trans-stmt.cc | 2453 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 D | ChangeLog-2010 | 5173 * 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.
|