| cpp.h | 93 static inline void throw_error(enum isl_error error, const char *msg, 109 throw_error(isl_error_invalid, msg, file, line); 178 void exception::throw_error(enum isl_error error, const char *msg, function in class:isl::exception 215 throw_error(error, msg, file, line);
|