Lines Matching refs:outer_sym
1684 gfc_symbol init_val_sym, outer_sym, intrinsic_sym; in gfc_trans_omp_array_reduction_or_udr() local
1735 outer_sym = *sym; in gfc_trans_omp_array_reduction_or_udr()
1737 outer_sym.as = gfc_copy_array_spec (sym->as); in gfc_trans_omp_array_reduction_or_udr()
1738 outer_sym.attr.dummy = 0; in gfc_trans_omp_array_reduction_or_udr()
1739 outer_sym.attr.result = 0; in gfc_trans_omp_array_reduction_or_udr()
1740 outer_sym.attr.flavor = FL_VARIABLE; in gfc_trans_omp_array_reduction_or_udr()
1741 outer_sym.backend_decl = outer_decl; in gfc_trans_omp_array_reduction_or_udr()
1743 outer_sym.backend_decl = build_fold_indirect_ref (outer_decl); in gfc_trans_omp_array_reduction_or_udr()
1755 symtree3->n.sym = &outer_sym; in gfc_trans_omp_array_reduction_or_udr()
1763 *udr->omp_out = outer_sym; in gfc_trans_omp_array_reduction_or_udr()
1770 *udr->omp_orig = outer_sym; in gfc_trans_omp_array_reduction_or_udr()
1962 if (outer_sym.as) in gfc_trans_omp_array_reduction_or_udr()
1963 gfc_free_array_spec (outer_sym.as); in gfc_trans_omp_array_reduction_or_udr()