Searched defs:err_code (Results 1 – 2 of 2) sorted by relevance
| /libCEED/interface/ |
| 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() 1759 int CeedErrorStore(Ceed ceed, const char *filename, int line_no, const char *func, int err_code, co… in CeedErrorStore() 1780 int CeedErrorAbort(Ceed ceed, const char *filename, int line_no, const char *func, int err_code, co… in CeedErrorAbort() 1800 int CeedErrorExit(Ceed ceed, const char *filename, int line_no, const char *func, int err_code, con… in CeedErrorExit()
|
| /libCEED/python/ |
| H A D | ceed.py | 71 def _check_error(self, err_code): argument
|