Searched refs:MPI_2INT (Results 1 – 3 of 3) sorted by relevance
/external/clang/test/Sema/ |
D | warn-type-safety-mpi-hdf5.c | 51 #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 in test_mpi_predefined_types() 163 …MPI_Send(pfi, 1, MPI_2INT); // expected-warning {{argument type 'struct pair_float_int *' doesn't … in test_mpi_predefined_types() 166 …MPI_Send(long_buf1, 1, MPI_2INT); // expected-warning {{argument type 'long *' doesn't match speci… in test_mpi_predefined_types()
|
/external/valgrind/mpi/ |
D | mpiwrap_type_test.c | 285 TRY(False, MPI_2INT, "2INT"); in main()
|
D | libmpiwrap.c | 280 else if (ty == MPI_2INT) fprintf(f,"2INT"); in showTy() 482 || *ty == MPI_LONG_INT || *ty == MPI_2INT in maybeFreeTy() 700 if (ty == MPI_2INT) { in walk_type()
|