Searched refs:ecode (Results 1 – 4 of 4) sorted by relevance
| /libCEED/julia/LibCEED.jl/src/ |
| H A D | Ceed.jl | 5 ecode::Int field 11 println(io, "libCEED error code ", e.ecode, " in ", e.func) 22 ecode::Cint, 37 throw(CeedError(fname, lineno, func, ecode, message))
|
| /libCEED/include/ceed/ |
| H A D | ceed.h | 126 …orImpl(Ceed ceed, const char *filename, int lineno, const char *func, int ecode, const char *forma… 136 #define CeedError(ceed, ecode, ...) (CeedErrorImpl((ceed), __FILE__, __LINE__, __func__, (ecode), _… argument
|
| H A D | backend.h | 234 #define CeedCheck(cond, ceed, ecode, ...) \ argument 236 if (!(cond)) return CeedError(ceed, ecode, __VA_ARGS__); \
|
| /libCEED/interface/ |
| H A D | ceed.c | 1711 int CeedErrorImpl(Ceed ceed, const char *filename, int lineno, const char *func, int ecode, const c… in CeedErrorImpl() argument 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()
|