ompi_mpi_errors_throw_exceptions   74 ompi/errhandler/errhandler.c ompi_predefined_errhandler_t ompi_mpi_errors_throw_exceptions = {{{0}}};
ompi_mpi_errors_throw_exceptions   76 ompi/errhandler/errhandler.c     &ompi_mpi_errors_throw_exceptions;
ompi_mpi_errors_throw_exceptions  135 ompi/errhandler/errhandler.c   OBJ_CONSTRUCT( &ompi_mpi_errors_throw_exceptions.eh, ompi_errhandler_t );
ompi_mpi_errors_throw_exceptions  136 ompi/errhandler/errhandler.c   ompi_mpi_errors_throw_exceptions.eh.eh_mpi_object_type =
ompi_mpi_errors_throw_exceptions  138 ompi/errhandler/errhandler.c   ompi_mpi_errors_throw_exceptions.eh.eh_lang = OMPI_ERRHANDLER_LANG_C;
ompi_mpi_errors_throw_exceptions  139 ompi/errhandler/errhandler.c   ompi_mpi_errors_throw_exceptions.eh.eh_comm_fn =
ompi_mpi_errors_throw_exceptions  141 ompi/errhandler/errhandler.c   ompi_mpi_errors_throw_exceptions.eh.eh_file_fn =
ompi_mpi_errors_throw_exceptions  143 ompi/errhandler/errhandler.c   ompi_mpi_errors_throw_exceptions.eh.eh_win_fn  =
ompi_mpi_errors_throw_exceptions  145 ompi/errhandler/errhandler.c   ompi_mpi_errors_throw_exceptions.eh.eh_fort_fn = NULL;
ompi_mpi_errors_throw_exceptions  146 ompi/errhandler/errhandler.c   opal_string_copy(ompi_mpi_errors_throw_exceptions.eh.eh_name,
ompi_mpi_errors_throw_exceptions  148 ompi/errhandler/errhandler.c                    sizeof(ompi_mpi_errors_throw_exceptions.eh.eh_name));
ompi_mpi_errors_throw_exceptions  163 ompi/errhandler/errhandler.c     OBJ_DESTRUCT(&ompi_mpi_errors_throw_exceptions.eh);
ompi_mpi_errors_throw_exceptions  174 ompi/errhandler/errhandler.h OMPI_DECLSPEC extern ompi_predefined_errhandler_t ompi_mpi_errors_throw_exceptions;
ompi_mpi_errors_throw_exceptions   44 ompi/mpi/cxx/cxx_glue.h extern struct ompi_predefined_errhandler_t ompi_mpi_errors_throw_exceptions;
ompi_mpi_errors_throw_exceptions   81 ompi/mpi/cxx/intercepts.cc     ompi_cxx_errhandler_set_callbacks ((struct ompi_errhandler_t *) &ompi_mpi_errors_throw_exceptions,
ompi_mpi_errors_throw_exceptions   54 ompi/mpi/cxx/mpicxx.cc const Errhandler  ERRORS_THROW_EXCEPTIONS((MPI_Errhandler)&(ompi_mpi_errors_throw_exceptions));