Searched refs:gfc_build_cond_assign_expr (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | trans-openmp.c | 1223 gfc_build_cond_assign_expr (stmtblock_t *block, tree cond_val, in gfc_build_cond_assign_expr() function 1292 ptr = gfc_build_cond_assign_expr (&block, present, decl, in gfc_omp_finish_clause() 1324 ptr = gfc_build_cond_assign_expr (&block, present, ptr, in gfc_omp_finish_clause() 1347 ptr = gfc_build_cond_assign_expr (&block, present, in gfc_omp_finish_clause() 2561 ptr = gfc_build_cond_assign_expr (block, present, ptr, 2579 ptr = gfc_build_cond_assign_expr (block, present, ptr, 2668 decl = gfc_build_cond_assign_expr (block, present, decl,
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | trans-openmp.cc | 1464 gfc_build_cond_assign_expr (stmtblock_t *block, tree cond_val, in gfc_build_cond_assign_expr() function 1533 ptr = gfc_build_cond_assign_expr (&block, present, decl, in gfc_omp_finish_clause() 1575 ptr = gfc_build_cond_assign_expr (&block, present, ptr, in gfc_omp_finish_clause() 1599 ptr = gfc_build_cond_assign_expr (&block, present, in gfc_omp_finish_clause() 3166 ptr = gfc_build_cond_assign_expr (block, present, ptr, in gfc_trans_omp_clauses() 3182 ptr = gfc_build_cond_assign_expr (block, present, ptr, in gfc_trans_omp_clauses() 3302 decl = gfc_build_cond_assign_expr (block, present, decl, in gfc_trans_omp_clauses()
|