cxxexceptions     125 ompi/tools/ompi_info/param.c     char *cxxexceptions;
cxxexceptions     279 ompi/tools/ompi_info/param.c     cxxexceptions = (OMPI_BUILD_CXX_BINDINGS && OMPI_HAVE_CXX_EXCEPTION_SUPPORT) ? "yes" : "no";
cxxexceptions     632 ompi/tools/ompi_info/param.c     opal_info_out("C++ exceptions", "option:cxx_exceptions", cxxexceptions);
cxxexceptions      76 oshmem/tools/oshmem_info/param.c     char *cxxexceptions;
cxxexceptions     120 oshmem/tools/oshmem_info/param.c     cxxexceptions = (OMPI_BUILD_CXX_BINDINGS && OMPI_HAVE_CXX_EXCEPTION_SUPPORT) ? "yes" : "no";
cxxexceptions     354 oshmem/tools/oshmem_info/param.c     opal_info_out("C++ exceptions", "option:cxx_exceptions", cxxexceptions);