| H A D | ceed.c | 1744 int CeedErrorReturn(Ceed ceed, const char *filename, int line_no, const char *func, int err_code, c… in CeedErrorReturn() argument 1745 return err_code; in CeedErrorReturn() 1759 int CeedErrorStore(Ceed ceed, const char *filename, int line_no, const char *func, int err_code, co… in CeedErrorStore() argument 1760 …if (ceed->parent) return CeedErrorStore(ceed->parent, filename, line_no, func, err_code, format, a… in CeedErrorStore() 1766 return err_code; in CeedErrorStore() 1780 int CeedErrorAbort(Ceed ceed, const char *filename, int line_no, const char *func, int err_code, co… in CeedErrorAbort() argument 1785 return err_code; in CeedErrorAbort() 1800 int CeedErrorExit(Ceed ceed, const char *filename, int line_no, const char *func, int err_code, con… in CeedErrorExit() argument 1805 exit(err_code); in CeedErrorExit() 1806 return err_code; in CeedErrorExit()
|