Searched refs:MPI_INT (Results 1 – 8 of 8) sorted by relevance
/external/clang/test/Sema/ |
D | warn-type-safety-mpi-hdf5.c | 45 #define MPI_INT OMPI_PREDEFINED_GLOBAL(MPI_Datatype, ompi_mpi_int) macro 76 #define MPI_INT ((MPI_Datatype) 0xa0000002) macro 148 MPI_Send(int_buf, 1, MPI_INT); // no-warning in test_mpi_predefined_types() 151 MPI_Send(0, 0, MPI_INT); // no-warning in test_mpi_predefined_types() 152 MPI_Send(NULL, 0, MPI_INT); // no-warning in test_mpi_predefined_types() 159 …MPI_Send(long_buf1, 1, MPI_INT); // expected-warning {{argument type 'long *' doesn't match specif… in test_mpi_predefined_types() 169 …MPI_Gather(long_buf1, 1, MPI_INT, // expected-warning {{argument type 'long *' doesn't match spec… in test_mpi_predefined_types() 170 …long_buf2, 1, MPI_INT); // expected-warning {{argument type 'long *' doesn't match specified 'mpi'… in test_mpi_predefined_types() 176 MPI_Send((int *) char_buf, 255, MPI_INT); // no-warning in test_mpi_predefined_types() 183 MPI_Gather(MPI_IN_PLACE, 0, MPI_INT, in test_mpi_predefined_types() [all …]
|
D | warn-type-safety.cpp | 8 #define MPI_INT OMPI_PREDEFINED_GLOBAL(MPI_Datatype, ompi_mpi_int) macro 53 c->MPI_Send(int_buf, 1, MPI_INT); // no-warning in test1() 55 c->MPI_Send(0, 0, MPI_INT); // no-warning in test1() 56 c->MPI_Send(nullptr, 0, MPI_INT); // no-warning in test1() 59 c->MPI_Send(i, 1, MPI_INT); // no-warning in test1() 70 test2(c, int_buf, MPI_INT); in test3()
|
/external/clang/test/Analysis/ |
D | MPIMock.h | 22 #define MPI_INT 0 macro
|
/external/valgrind/mpi/ |
D | mpiwrap_type_test.c | 254 TRY(True, tycon_Contiguous(3, MPI_INT), in main() 330 TRY(False, MPI_INT, "INT"); in main()
|
D | libmpiwrap.c | 266 else if (ty == MPI_INT) fprintf(f,"INT"); in showTy() 516 if (ty == MPI_INT) return sizeof(signed int); in sizeofOneNamedTy()
|
/external/clang/include/clang/Basic/ |
D | AttrDocs.td | 1396 #define MPI_INT ((MPI_Datatype) &mpi_datatype_int) 1405 #define MPI_INT ((MPI_Datatype) 42)
|
/external/valgrind/ |
D | configure.ac | 3983 r |= MPI_Type_get_envelope( MPI_INT, &ni, &na, &nd, &comb ); 4020 r |= MPI_Type_get_envelope( MPI_INT, &ni, &na, &nd, &comb );
|
D | configure | 14154 r |= MPI_Type_get_envelope( MPI_INT, &ni, &na, &nd, &comb ); 14218 r |= MPI_Type_get_envelope( MPI_INT, &ni, &na, &nd, &comb );
|