OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OMPI_PREDEFINED_GLOBAL
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/Sema/
warn-type-safety.cpp
5
#define
OMPI_PREDEFINED_GLOBAL
(type, global) ((type) &(global))
7
#define MPI_FLOAT
OMPI_PREDEFINED_GLOBAL
(MPI_Datatype, ompi_mpi_float)
8
#define MPI_INT
OMPI_PREDEFINED_GLOBAL
(MPI_Datatype, ompi_mpi_int)
9
#define MPI_NULL
OMPI_PREDEFINED_GLOBAL
(MPI_Datatype, ompi_mpi_null)
warn-type-safety-mpi-hdf5.c
41
#define
OMPI_PREDEFINED_GLOBAL
(type, global) ((type) &(global))
43
#define MPI_DATATYPE_NULL
OMPI_PREDEFINED_GLOBAL
(MPI_Datatype, ompi_mpi_datatype_null)
44
#define MPI_FLOAT
OMPI_PREDEFINED_GLOBAL
(MPI_Datatype, ompi_mpi_float)
45
#define MPI_INT
OMPI_PREDEFINED_GLOBAL
(MPI_Datatype, ompi_mpi_int)
46
#define MPI_LONG
OMPI_PREDEFINED_GLOBAL
(MPI_Datatype, ompi_mpi_long)
47
#define MPI_LONG_LONG_INT
OMPI_PREDEFINED_GLOBAL
(MPI_Datatype, ompi_mpi_long_long_int)
48
#define MPI_CHAR
OMPI_PREDEFINED_GLOBAL
(MPI_Datatype, ompi_mpi_char)
50
#define MPI_FLOAT_INT
OMPI_PREDEFINED_GLOBAL
(MPI_Datatype, ompi_mpi_float_int)
51
#define MPI_2INT
OMPI_PREDEFINED_GLOBAL
(MPI_Datatype, ompi_mpi_2int)
Completed in 2387 milliseconds