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

/external/clang/test/Analysis/
H A DMPIMock.h20 #define MPI_CHAR 0 macro
/external/clang/test/Sema/
H A 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
177 MPI_Send((int *) char_buf, 255, MPI_CHAR); // expected-warning {{argument type 'int *' doesn't match specified 'mpi' type tag that requires 'char *'}}
180 MPI_Send(void_buf, 255, MPI_CHAR); // no-warning
/external/valgrind/mpi/
H A Dmpiwrap_type_test.c257 TRY(True, tycon_Struct2(3,2,MPI_CHAR, 8,1,MPI_DOUBLE),
260 TRY(True, tycon_Struct2(0,1,MPI_CHAR, 8,1,tycon_Contiguous(4, MPI_DOUBLE)),
263 TRY(True, tycon_Contiguous(10, tycon_Struct2(1,1,MPI_CHAR, 4,1,MPI_FLOAT)),
324 TRY(False, MPI_CHAR, "CHAR");
H A Dlibmpiwrap.c264 else if (ty == MPI_CHAR) fprintf(f,"CHAR");
514 if (ty == MPI_CHAR) return sizeof(signed char);

Completed in 274 milliseconds