Searched refs:ret_val (Results 1 – 1 of 1) sorted by relevance
| /libCEED/interface/ |
| H A D | ceed.c | 1713 int ret_val; in CeedErrorImpl() local 1717 ret_val = ceed->Error(ceed, filename, lineno, func, ecode, format, &args); in CeedErrorImpl() 1723 ret_val = CeedErrorReturn(ceed, filename, lineno, func, ecode, format, &args); in CeedErrorImpl() 1726 ret_val = CeedErrorAbort(ceed, filename, lineno, func, ecode, format, &args); in CeedErrorImpl() 1730 return ret_val; in CeedErrorImpl()
|