treematch          77 ompi/mca/topo/treematch/topo_treematch_component.c     mca_topo_treematch_module_t *treematch;
treematch          82 ompi/mca/topo/treematch/topo_treematch_component.c     treematch = OBJ_NEW(mca_topo_treematch_module_t);
treematch          83 ompi/mca/topo/treematch/topo_treematch_component.c     if (NULL == treematch) {
treematch          86 ompi/mca/topo/treematch/topo_treematch_component.c     treematch->super.topo.dist_graph.dist_graph_create = mca_topo_treematch_dist_graph_create;
treematch          91 ompi/mca/topo/treematch/topo_treematch_component.c     treematch->super.type = OMPI_COMM_DIST_GRAPH;
treematch          92 ompi/mca/topo/treematch/topo_treematch_component.c     return &(treematch->super);