Searched refs:exception_alloc (Results 1 – 2 of 2) sorted by relevance
137 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);
137 class exception_alloc : public exception {139 exception_alloc(const char *msg, const char *file, int line) : in exception_alloc() function185 case isl_error_alloc: throw exception_alloc(msg, file, line); in throw_error()