Searched refs:MPI_2INT (Results 1 - 3 of 3) sorted by relevance

/external/clang/test/Sema/
H A Dwarn-type-safety-mpi-hdf5.c51 #define MPI_2INT OMPI_PREDEFINED_GLOBAL(MPI_Datatype, ompi_mpi_2int) macro
82 #define MPI_2INT ((MPI_Datatype) 0xa0000007) macro
156 MPI_Send(pii, 1, MPI_2INT); // no-warning
163 MPI_Send(pfi, 1, MPI_2INT); // expected-warning {{argument type 'struct pair_float_int *' doesn't match specified 'mpi' type tag}}
166 MPI_Send(long_buf1, 1, MPI_2INT); // expected-warning {{argument type 'long *' doesn't match specified 'mpi' type tag}}
/external/valgrind/main/mpi/
H A Dmpiwrap_type_test.c285 TRY(False, MPI_2INT, "2INT");
H A Dlibmpiwrap.c280 else if (ty == MPI_2INT) fprintf(f,"2INT");
481 || *ty == MPI_LONG_INT || *ty == MPI_2INT
699 if (ty == MPI_2INT) {

Completed in 74 milliseconds