Searched refs:CeedErrorReturn (Results 1 – 3 of 3) sorted by relevance
| /libCEED/rust/libceed/src/ |
| H A D | lib.rs | 306 ErrorHandler::ErrorReturn => bind_ceed::CeedErrorReturn, in init_with_error_handler()
|
| /libCEED/interface/ |
| H A D | ceed.c | 1723 ret_val = CeedErrorReturn(ceed, filename, lineno, func, ecode, format, &args); in CeedErrorImpl() 1744 int CeedErrorReturn(Ceed ceed, const char *filename, int line_no, const char *func, int err_code, c… in CeedErrorReturn() function
|
| /libCEED/include/ceed/ |
| H A D | ceed.h | 143 CEED_EXTERN int CeedErrorReturn(Ceed ceed, const char *filename, int line_no, const char *func, int…
|