Searched refs:lineno (Results 1 – 3 of 3) sorted by relevance
| /libCEED/julia/LibCEED.jl/src/ |
| H A D | Ceed.jl | 3 lineno::Int field 12 println(io, e.fname, ':', e.lineno, '\n') 20 lineno::Cint, 37 throw(CeedError(fname, lineno, func, ecode, message))
|
| /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()
|
| /libCEED/include/ceed/ |
| H A D | ceed.h | 126 CEED_EXTERN int CeedErrorImpl(Ceed ceed, const char *filename, int lineno, const char *func, int ec…
|