HomeSort by: relevance | last modified time | path
    Searched defs:exception_invalid (Results 1 - 3 of 3) sorted by relevancy

  /src/external/mit/isl/dist/include/isl/
cpp.h 155 class exception_invalid : public exception { class in namespace:isl
157 exception_invalid(const char *msg, const char *file, int line) : function in class:isl::exception_invalid
188 case isl_error_invalid: throw exception_invalid(msg, file, line);
194 throw exception_invalid("invalid error type", file, line);
cpp.h 155 class exception_invalid : public exception { class in namespace:isl
157 exception_invalid(const char *msg, const char *file, int line) : function in class:isl::exception_invalid
188 case isl_error_invalid: throw exception_invalid(msg, file, line);
194 throw exception_invalid("invalid error type", file, line);
cpp.h 155 class exception_invalid : public exception { class in namespace:isl
157 exception_invalid(const char *msg, const char *file, int line) : function in class:isl::exception_invalid
188 case isl_error_invalid: throw exception_invalid(msg, file, line);
194 throw exception_invalid("invalid error type", file, line);

Completed in 118 milliseconds