Searched refs:exception_invalid (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/mit/isl/dist/cpp/ |
H A D | cpp.h.top | 155 class exception_invalid : public exception { 157 exception_invalid(const char *msg, const char *file, int line) : 188 case isl_error_invalid: throw exception_invalid(msg, file, line); 194 throw exception_invalid("invalid error type", file, line);
|
/netbsd-src/external/mit/isl/dist/ |
H A D | isl_test_cpp17.cc | 29 } catch (const isl::exception_invalid &e) { in check_invalid()
|
H A D | isl_test_cpp.cc | 58 } catch (const isl::exception_invalid &e) { in test_return_bool()
|
/netbsd-src/external/mit/isl/dist/include/isl/ |
H A D | cpp.h | 155 class exception_invalid : public exception { 157 exception_invalid(const char *msg, const char *file, int line) : in exception_invalid() function 188 case isl_error_invalid: throw exception_invalid(msg, file, line); in throw_error() 194 throw exception_invalid("invalid error type", file, line); in throw_error()
|