Home
last modified time | relevance | path

Searched refs:lineno (Results 1 – 3 of 3) sorted by relevance

/libCEED/julia/LibCEED.jl/src/
H A DCeed.jl3 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 Dceed.c1711 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 Dceed.h126 CEED_EXTERN int CeedErrorImpl(Ceed ceed, const char *filename, int lineno, const char *func, int ec…