Home
last modified time | relevance | path

Searched defs:ecode (Results 1 – 4 of 4) sorted by relevance

/libCEED/julia/LibCEED.jl/src/
H A DCeed.jl5 ecode::Int field
/libCEED/include/ceed/
H A Dceed.h136 #define CeedError(ceed, ecode, ...) (CeedErrorImpl((ceed), __FILE__, __LINE__, __func__, (ecode), _… argument
H A Dbackend.h234 #define CeedCheck(cond, ceed, ecode, ...) \ argument
/libCEED/interface/
H A Dceed.c1711 int CeedErrorImpl(Ceed ceed, const char *filename, int lineno, const char *func, int ecode, const c… in CeedErrorImpl()