HomeSort by relevance Sort by last modified time
    Searched refs:MPI_2INT (Results 1 - 3 of 3) sorted by null

  /external/clang/test/Sema/
warn-type-safety-mpi-hdf5.c 51 #define MPI_2INT OMPI_PREDEFINED_GLOBAL(MPI_Datatype, ompi_mpi_2int)
82 #define MPI_2INT ((MPI_Datatype) 0xa0000007)
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/mpi/
mpiwrap_type_test.c 285 TRY(False, MPI_2INT, "2INT");
libmpiwrap.c 280 else if (ty == MPI_2INT) fprintf(f,"2INT");
482 || *ty == MPI_LONG_INT || *ty == MPI_2INT
700 if (ty == MPI_2INT) {
    [all...]

Completed in 707 milliseconds