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

  /src/external/gpl3/gdb/dist/gdbsupport/
common-exceptions.cc 221 throw_error (enum errors error, const char *fmt, ...) function
  /src/external/gpl3/gdb.old/dist/gdbsupport/
common-exceptions.cc 221 throw_error (enum errors error, const char *fmt, ...) function
  /src/external/mit/isl/dist/include/isl/
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);

Completed in 44 milliseconds