Searched refs:MPI_FLOAT_INT (Results 1 – 2 of 2) sorted by relevance
/external/clang/test/Sema/ |
D | warn-type-safety-mpi-hdf5.c | 50 #define MPI_FLOAT_INT OMPI_PREDEFINED_GLOBAL(MPI_Datatype, ompi_mpi_float_int) macro 81 #define MPI_FLOAT_INT ((MPI_Datatype) 0xa0000006) macro 155 MPI_Send(pfi, 1, MPI_FLOAT_INT); // no-warning in test_mpi_predefined_types() 162 …MPI_Send(pii, 1, MPI_FLOAT_INT); // expected-warning {{argument type 'struct pair_int_int *' doesn… in test_mpi_predefined_types()
|
/external/llvm-project/clang/test/Sema/ |
D | warn-type-safety-mpi-hdf5.c | 50 #define MPI_FLOAT_INT OMPI_PREDEFINED_GLOBAL(MPI_Datatype, ompi_mpi_float_int) macro 81 #define MPI_FLOAT_INT ((MPI_Datatype) 0xa0000006) macro 155 MPI_Send(pfi, 1, MPI_FLOAT_INT); // no-warning in test_mpi_predefined_types() 162 …MPI_Send(pii, 1, MPI_FLOAT_INT); // expected-warning {{argument type 'struct pair_int_int *' doesn… in test_mpi_predefined_types()
|