Home
last modified time | relevance | path

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

/netbsd-src/external/mit/isl/dist/cpp/
H A Dcpp.h.top161 class exception_quota : public exception {
163 exception_quota(const char *msg, const char *file, int line) :
189 case isl_error_quota: throw exception_quota(msg, file, line);
/netbsd-src/external/mit/isl/dist/include/isl/
H A Dcpp.h161 class exception_quota : public exception {
163 exception_quota(const char *msg, const char *file, int line) : in exception_quota() function
189 case isl_error_quota: throw exception_quota(msg, file, line); in throw_error()