|
MimIR 0.1
MimIR is my Intermediate Representation
|
This is the complete list of members for mim::Error, including all inherited members.
| ack(std::ostream &os=std::cerr) | mim::Error | |
| clear() | mim::Error | |
| Error()=default | mim::Error | |
| Error(const Error &)=default | mim::Error | |
| Error(Error &&other) | mim::Error | inline |
| Error(Loc loc, const std::string &str) | mim::Error | inline |
| error(Loc loc, const char *s, Args &&... args) | mim::Error | inline |
| msg(Loc loc, Tag tag, const char *s, Args &&... args) | mim::Error | inline |
| msgs() const | mim::Error | inline |
| note(Loc loc, const char *s, Args &&... args) | mim::Error | inline |
| num_errors() const | mim::Error | inline |
| num_msgs() const | mim::Error | inline |
| num_notes() const | mim::Error | inline |
| num_warnings() const | mim::Error | inline |
| operator<<(std::ostream &o, Tag tag) | mim::Error | friend |
| operator<<(std::ostream &os, const Error &e) | mim::Error | friend |
| swap(Error &e1, Error &e2) noexcept | mim::Error | friend |
| Tag enum name | mim::Error | |
| warn(Loc loc, const char *s, Args &&... args) | mim::Error | inline |