Searched refs:gfc_build_cond_assign (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | trans-openmp.c | 1198 gfc_build_cond_assign (stmtblock_t *block, tree val, tree cond_val, in gfc_build_cond_assign() function 1236 gfc_build_cond_assign (block, val, cond_val, then_b, else_val); in gfc_build_cond_assign_expr() 1403 gfc_build_cond_assign (&block, size, present, then_b, in gfc_omp_finish_clause()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | trans-openmp.cc | 1439 gfc_build_cond_assign (stmtblock_t *block, tree val, tree cond_val, in gfc_build_cond_assign() function 1477 gfc_build_cond_assign (block, val, cond_val, then_b, else_val); in gfc_build_cond_assign_expr() 1656 gfc_build_cond_assign (&block, size, present, then_b, in gfc_omp_finish_clause()
|
H A D | ChangeLog-2020 | 2343 (gfc_build_cond_assign): Change to assume a Boolean expr not a pointer.
|