Searched refs:exception_internal (Results 1 – 2 of 2) sorted by relevance
149 class exception_internal : public exception {151 exception_internal(const char *msg, const char *file, int line) :187 case isl_error_internal: throw exception_internal(msg, file, line);
149 class exception_internal : public exception {151 exception_internal(const char *msg, const char *file, int line) : in exception_internal() function187 case isl_error_internal: throw exception_internal(msg, file, line); in throw_error()