Home
last modified time | relevance | path

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

/netbsd-src/external/mit/isl/dist/cpp/
H A Dcpp.h.top137 class exception_alloc : public exception {
139 exception_alloc(const char *msg, const char *file, int line) :
185 case isl_error_alloc: throw exception_alloc(msg, file, line);
/netbsd-src/external/mit/isl/dist/include/isl/
H A Dcpp.h137 class exception_alloc : public exception {
139 exception_alloc(const char *msg, const char *file, int line) : in exception_alloc() function
185 case isl_error_alloc: throw exception_alloc(msg, file, line); in throw_error()