Home
last modified time | relevance | path

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

/netbsd-src/external/mit/isl/dist/cpp/
H A Dcpp.h.top149 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);
/netbsd-src/external/mit/isl/dist/include/isl/
H A Dcpp.h149 class exception_internal : public exception {
151 exception_internal(const char *msg, const char *file, int line) : in exception_internal() function
187 case isl_error_internal: throw exception_internal(msg, file, line); in throw_error()