Home
last modified time | relevance | path

Searched refs:MPI_INT (Results 1 – 8 of 8) sorted by relevance

/external/clang/test/Sema/
Dwarn-type-safety-mpi-hdf5.c45 #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 …]
Dwarn-type-safety.cpp8 #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/
DMPIMock.h22 #define MPI_INT 0 macro
/external/valgrind/mpi/
Dmpiwrap_type_test.c254 TRY(True, tycon_Contiguous(3, MPI_INT), in main()
330 TRY(False, MPI_INT, "INT"); in main()
Dlibmpiwrap.c266 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/
DAttrDocs.td1396 #define MPI_INT ((MPI_Datatype) &mpi_datatype_int)
1405 #define MPI_INT ((MPI_Datatype) 42)
/external/valgrind/
Dconfigure.ac3983 r |= MPI_Type_get_envelope( MPI_INT, &ni, &na, &nd, &comb );
4020 r |= MPI_Type_get_envelope( MPI_INT, &ni, &na, &nd, &comb );
Dconfigure14154 r |= MPI_Type_get_envelope( MPI_INT, &ni, &na, &nd, &comb );
14218 r |= MPI_Type_get_envelope( MPI_INT, &ni, &na, &nd, &comb );