Home
last modified time | relevance | path

Searched refs:tycon (Results 1 – 1 of 1) sorted by relevance

/external/valgrind/mpi/
Dlibmpiwrap.c470 int r, n_ints, n_addrs, n_dtys, tycon; in maybeFreeTy() local
472 r = PMPI_Type_get_envelope( *ty, &n_ints, &n_addrs, &n_dtys, &tycon ); in maybeFreeTy()
476 if (tycon == MPI_COMBINER_NAMED) in maybeFreeTy()
490 showCombiner(stderr,tycon); in maybeFreeTy()
671 int r, n_ints, n_addrs, n_dtys, tycon; in walk_type() local
684 r = PMPI_Type_get_envelope( ty, &n_ints, &n_addrs, &n_dtys, &tycon ); in walk_type()
688 if (tycon == MPI_COMBINER_NAMED) { in walk_type()
745 (unsigned long long int)tycon, in walk_type()
771 switch (tycon) { in walk_type()
864 if (complaints > 0 && tycon != last_complained_about_tycon) { in walk_type()
[all …]