|
Yume
|
#include <cxxabi.h>#include <exception>#include <llvm/Support/PrettyStackTrace.h>#include <llvm/Support/raw_ostream.h>#include <string>#include <string_view>#include <typeinfo>

Go to the source code of this file.
Classes | |
| struct | yume::ASTStackTrace |
| struct | yume::ParserStackTrace |
Namespaces | |
| namespace | yume |
| namespace | yume::ast |
Functions | |
| auto | yume::what (const std::exception_ptr &eptr=std::current_exception()) -> std::string_view |
| auto | yume::current_exception_name () -> const char * |
| void | yume::print_exception () |
| void | yume::backtrace (void *) |