Searched refs:__generic (Results 1 - 3 of 3) sorted by relevance

/barrelfish-master/include/
H A Dlibgen.h53 #if defined(__generic) && !defined(__cplusplus)
58 #define dirname(x) __generic(x, const char *, __old_dirname, dirname)(x)
H A Dcomplex.h41 #ifdef __generic
42 _Static_assert(__generic(_Complex_I, float _Complex, 1, 0),
/barrelfish-master/include/sys/
H A Dcdefs.h329 * __generic(). Unlike _Generic(), this macro can only distinguish
336 #define __generic(expr, t, yes, no) \ macro
339 #define __generic(expr, t, yes, no) \ macro

Completed in 87 milliseconds