Home
last modified time | relevance | path

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 Dtrans-openmp.c1198 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 Dtrans-openmp.cc1439 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 DChangeLog-20202343 (gfc_build_cond_assign): Change to assume a Boolean expr not a pointer.