Home
last modified time | relevance | path

Searched refs:CFI_is_contiguous (Results 1 – 25 of 216) sorted by relevance

123456789

/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gfortran.dg/
H A Dbind-c-contiguous-3.c43 if (!CFI_is_contiguous (x)) in assumed_rank_alloc_c()
85 if (!CFI_is_contiguous (x)) in assumed_rank_cont_c()
106 if (!CFI_is_contiguous (x)) in assumed_shape_c()
111 if (CFI_is_contiguous (x)) in assumed_shape_c()
131 if (CFI_is_contiguous (x)) in assumed_shape_c()
143 if (!CFI_is_contiguous (x)) in assumed_shape_cont_c()
158 if (!CFI_is_contiguous (x)) in deferred_shape_alloc_c()
H A DISO_Fortran_binding_11.c70 if (CFI_is_contiguous((CFI_cdesc_t *) &that)) in ti()
73 CFI_is_contiguous((CFI_cdesc_t *) &that)); in ti()
/dports/net/mpich/mpich-3.4.3/src/binding/fortran/use_mpi_f08/wrappers_c/
H A Dneighbor_allgather_cdesc.c29 if (x0->rank != 0 && !CFI_is_contiguous(x0)) { in MPIR_Neighbor_allgather_cdesc()
34 if (x3->rank != 0 && !CFI_is_contiguous(x3)) { in MPIR_Neighbor_allgather_cdesc()
H A Dneighbor_alltoall_cdesc.c29 if (x0->rank != 0 && !CFI_is_contiguous(x0)) { in MPIR_Neighbor_alltoall_cdesc()
34 if (x3->rank != 0 && !CFI_is_contiguous(x3)) { in MPIR_Neighbor_alltoall_cdesc()
H A Dalltoall_cdesc.c31 if (x0->rank != 0 && !CFI_is_contiguous(x0)) { in MPIR_Alltoall_cdesc()
36 if (x3->rank != 0 && !CFI_is_contiguous(x3)) { in MPIR_Alltoall_cdesc()
H A Dallgather_cdesc.c31 if (x0->rank != 0 && !CFI_is_contiguous(x0)) { in MPIR_Allgather_cdesc()
36 if (x3->rank != 0 && !CFI_is_contiguous(x3)) { in MPIR_Allgather_cdesc()
H A Dineighbor_allgather_cdesc.c29 if (x0->rank != 0 && !CFI_is_contiguous(x0)) { in MPIR_Ineighbor_allgather_cdesc()
34 if (x3->rank != 0 && !CFI_is_contiguous(x3)) { in MPIR_Ineighbor_allgather_cdesc()
H A Dineighbor_alltoall_cdesc.c29 if (x0->rank != 0 && !CFI_is_contiguous(x0)) { in MPIR_Ineighbor_alltoall_cdesc()
34 if (x3->rank != 0 && !CFI_is_contiguous(x3)) { in MPIR_Ineighbor_alltoall_cdesc()
H A Dgather_cdesc.c31 if (x0->rank != 0 && !CFI_is_contiguous(x0)) { in MPIR_Gather_cdesc()
36 if (x3->rank != 0 && !CFI_is_contiguous(x3)) { in MPIR_Gather_cdesc()
H A Dscatter_cdesc.c31 if (x0->rank != 0 && !CFI_is_contiguous(x0)) { in MPIR_Scatter_cdesc()
36 if (x3->rank != 0 && !CFI_is_contiguous(x3)) { in MPIR_Scatter_cdesc()
H A Diallgather_cdesc.c31 if (x0->rank != 0 && !CFI_is_contiguous(x0)) { in MPIR_Iallgather_cdesc()
36 if (x3->rank != 0 && !CFI_is_contiguous(x3)) { in MPIR_Iallgather_cdesc()
H A Dialltoall_cdesc.c31 if (x0->rank != 0 && !CFI_is_contiguous(x0)) { in MPIR_Ialltoall_cdesc()
36 if (x3->rank != 0 && !CFI_is_contiguous(x3)) { in MPIR_Ialltoall_cdesc()
H A Drget_accumulate_cdesc.c29 if (x0->rank != 0 && !CFI_is_contiguous(x0)) { in MPIR_Rget_accumulate_cdesc()
34 if (x3->rank != 0 && !CFI_is_contiguous(x3)) { in MPIR_Rget_accumulate_cdesc()
H A Discatter_cdesc.c31 if (x0->rank != 0 && !CFI_is_contiguous(x0)) { in MPIR_Iscatter_cdesc()
36 if (x3->rank != 0 && !CFI_is_contiguous(x3)) { in MPIR_Iscatter_cdesc()
H A Dsendrecv_cdesc.c29 if (x0->rank != 0 && !CFI_is_contiguous(x0)) { in MPIR_Sendrecv_cdesc()
34 if (x5->rank != 0 && !CFI_is_contiguous(x5)) { in MPIR_Sendrecv_cdesc()
H A Digather_cdesc.c31 if (x0->rank != 0 && !CFI_is_contiguous(x0)) { in MPIR_Igather_cdesc()
36 if (x3->rank != 0 && !CFI_is_contiguous(x3)) { in MPIR_Igather_cdesc()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gfortran.dg/c-interop/
H A Dfc-descriptor-2-c.c36 if (!CFI_is_contiguous (a)) in ctest()
63 if (!CFI_is_contiguous (a)) in ctest()
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gfortran.dg/
H A DISO_Fortran_binding_11.c70 if (CFI_is_contiguous((CFI_cdesc_t *) &that)) in ti()
73 CFI_is_contiguous((CFI_cdesc_t *) &that)); in ti()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gfortran.dg/
H A DISO_Fortran_binding_11.c70 if (CFI_is_contiguous((CFI_cdesc_t *) &that)) in ti()
73 CFI_is_contiguous((CFI_cdesc_t *) &that)); in ti()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gfortran.dg/
H A DISO_Fortran_binding_11.c70 if (CFI_is_contiguous((CFI_cdesc_t *) &that)) in ti()
73 CFI_is_contiguous((CFI_cdesc_t *) &that)); in ti()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gfortran.dg/
H A DISO_Fortran_binding_11.c70 if (CFI_is_contiguous((CFI_cdesc_t *) &that)) in ti()
73 CFI_is_contiguous((CFI_cdesc_t *) &that)); in ti()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gfortran.dg/
H A DISO_Fortran_binding_11.c70 if (CFI_is_contiguous((CFI_cdesc_t *) &that)) in ti()
73 CFI_is_contiguous((CFI_cdesc_t *) &that)); in ti()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gfortran.dg/
H A DISO_Fortran_binding_11.c70 if (CFI_is_contiguous((CFI_cdesc_t *) &that)) in ti()
73 CFI_is_contiguous((CFI_cdesc_t *) &that)); in ti()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gfortran.dg/
H A DISO_Fortran_binding_11.c70 if (CFI_is_contiguous((CFI_cdesc_t *) &that)) in ti()
73 CFI_is_contiguous((CFI_cdesc_t *) &that)); in ti()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gfortran.dg/
H A DISO_Fortran_binding_11.c70 if (CFI_is_contiguous((CFI_cdesc_t *) &that)) in ti()
73 CFI_is_contiguous((CFI_cdesc_t *) &that)); in ti()

123456789