enumtype           52 examples/spc_example.c     MPI_T_enum enumtype;
enumtype           76 examples/spc_example.c                              &var_class, &datatype, &enumtype, description, &desc_len, &bind,
enumtype           26 ompi/mpi/tool/cvar_get_info.c 			MPI_Datatype *datatype, MPI_T_enum *enumtype, char *desc,
enumtype           55 ompi/mpi/tool/cvar_get_info.c         if (NULL != enumtype) {
enumtype           56 ompi/mpi/tool/cvar_get_info.c             *enumtype = var->mbv_enumerator ? (MPI_T_enum) var->mbv_enumerator : MPI_T_ENUM_NULL;
enumtype           25 ompi/mpi/tool/enum_get_info.c int MPI_T_enum_get_info(MPI_T_enum enumtype, int *num, char *name, int *name_len)
enumtype           37 ompi/mpi/tool/enum_get_info.c             rc = enumtype->get_count (enumtype, num);
enumtype           44 ompi/mpi/tool/enum_get_info.c         mpit_copy_string (name, name_len, enumtype->enum_name);
enumtype           25 ompi/mpi/tool/enum_get_item.c int MPI_T_enum_get_item(MPI_T_enum enumtype, int index, int *value, char *name,
enumtype           38 ompi/mpi/tool/enum_get_item.c         rc = enumtype->get_count (enumtype, &count);
enumtype           49 ompi/mpi/tool/enum_get_item.c         rc = enumtype->get_value(enumtype, index, value, &tmp);
enumtype           27 ompi/mpi/tool/pvar_get_info.c                         MPI_T_enum *enumtype, char *desc, int *desc_len, int *bind,
enumtype           71 ompi/mpi/tool/pvar_get_info.c         if (NULL != enumtype) {
enumtype           72 ompi/mpi/tool/pvar_get_info.c             *enumtype = pvar->enumerator ? (MPI_T_enum) pvar->enumerator : MPI_T_ENUM_NULL;
enumtype           43 test/spc/spc_test.c     MPI_T_enum enumtype;
enumtype           75 test/spc/spc_test.c                              &var_class, &datatype, &enumtype, description, &desc_len, &bind,