temp_type         350 test/datatype/ddt_lib.c     ompi_datatype_t *struct_type, *temp_type;
temp_type         361 test/datatype/ddt_lib.c     ompi_datatype_create_struct(2, blocklens, disps, types, &temp_type);
temp_type         362 test/datatype/ddt_lib.c     ompi_datatype_create_resized(temp_type, 0, sizeof(data[0]), &struct_type);
temp_type         364 test/datatype/ddt_lib.c     OBJ_RELEASE(temp_type); assert( temp_type == NULL );
temp_type          39 test/datatype/to_self.c     MPI_Datatype struct_type, temp_type;
temp_type          50 test/datatype/to_self.c     MPI_Type_create_struct(2, blocklens, disps, types, &temp_type);
temp_type          51 test/datatype/to_self.c     MPI_Type_create_resized(temp_type, 0, sizeof(data[0]), &struct_type);
temp_type          53 test/datatype/to_self.c     MPI_Type_free(&temp_type);