Home
last modified time | relevance | path

Searched refs:MPI_CHAR (Results 1 – 4 of 4) sorted by relevance

/external/clang/test/Sema/
Dwarn-type-safety-mpi-hdf5.c48 #define MPI_CHAR OMPI_PREDEFINED_GLOBAL(MPI_Datatype, ompi_mpi_char) macro
79 #define MPI_CHAR ((MPI_Datatype) 0xa0000005) macro
173 MPI_Send(char_buf, 255, MPI_CHAR); // no-warning in test_mpi_predefined_types()
177 …MPI_Send((int *) char_buf, 255, MPI_CHAR); // expected-warning {{argument type 'int *' doesn't ma… in test_mpi_predefined_types()
180 MPI_Send(void_buf, 255, MPI_CHAR); // no-warning in test_mpi_predefined_types()
/external/valgrind/mpi/
Dmpiwrap_type_test.c257 TRY(True, tycon_Struct2(3,2,MPI_CHAR, 8,1,MPI_DOUBLE), in main()
260 TRY(True, tycon_Struct2(0,1,MPI_CHAR, 8,1,tycon_Contiguous(4, MPI_DOUBLE)), in main()
263 TRY(True, tycon_Contiguous(10, tycon_Struct2(1,1,MPI_CHAR, 4,1,MPI_FLOAT)), in main()
324 TRY(False, MPI_CHAR, "CHAR"); in main()
Dlibmpiwrap.c264 else if (ty == MPI_CHAR) fprintf(f,"CHAR"); in showTy()
514 if (ty == MPI_CHAR) return sizeof(signed char); in sizeofOneNamedTy()
/external/clang/test/Analysis/
DMPIMock.h20 #define MPI_CHAR 0 macro