Home
last modified time | relevance | path

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

/netbsd-src/external/mit/isl/dist/cpp/
H A Dcpp.h.top131 class exception_abort : public exception {
133 exception_abort(const char *msg, const char *file, int line) :
184 case isl_error_abort: throw exception_abort(msg, file, line);
/netbsd-src/external/mit/isl/dist/include/isl/
H A Dcpp.h131 class exception_abort : public exception {
133 exception_abort(const char *msg, const char *file, int line) : in exception_abort() function
184 case isl_error_abort: throw exception_abort(msg, file, line); in throw_error()