Searched refs:exception_abort (Results 1 – 2 of 2) sorted by relevance
131 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);
131 class exception_abort : public exception {133 exception_abort(const char *msg, const char *file, int line) : in exception_abort() function184 case isl_error_abort: throw exception_abort(msg, file, line); in throw_error()