Home
last modified time | relevance | path

Searched refs:cond (Results 1 – 2 of 2) sorted by relevance

/libCEED/include/ceed/
H A Dbackend.h234 #define CeedCheck(cond, ceed, ecode, ...) \ argument
236 if (!(cond)) return CeedError(ceed, ecode, __VA_ARGS__); \
/libCEED/
H A DDoxyfile740 # sections, marked by \if <section_label> ... \endif and \cond <section_label>