Lines Matching refs:srcptr
762 tree srcptr = GFC_DESCRIPTOR_TYPE_P (type) in gfc_omp_clause_copy_ctor() local
764 srcptr = unshare_expr (srcptr); in gfc_omp_clause_copy_ctor()
765 srcptr = fold_convert (pvoid_type_node, srcptr); in gfc_omp_clause_copy_ctor()
768 srcptr, size); in gfc_omp_clause_copy_ctor()
789 unshare_expr (srcptr), null_pointer_node); in gfc_omp_clause_copy_ctor()
944 tree srcptr = GFC_DESCRIPTOR_TYPE_P (type) in gfc_omp_clause_assign_op() local
946 srcptr = unshare_expr (srcptr); in gfc_omp_clause_assign_op()
947 srcptr = fold_convert (pvoid_type_node, srcptr); in gfc_omp_clause_assign_op()
950 srcptr, size); in gfc_omp_clause_assign_op()
982 unshare_expr (srcptr), null_pointer_node); in gfc_omp_clause_assign_op()
1118 tree srcptr = gfc_conv_descriptor_data_get (unshare_expr (src)); in gfc_omp_clause_linear_ctor() local
1119 srcptr = fold_convert (build_pointer_type (etype), srcptr); in gfc_omp_clause_linear_ctor()
1120 gfc_omp_linear_clause_add_loop (&block, ptr, srcptr, add, nelems); in gfc_omp_clause_linear_ctor()