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

/freebsd-11-stable/contrib/libucl/uthash/
H A Dutlist.h68 #define LDECLTYPE(x) decltype(x) macro
71 #define LDECLTYPE(x) char* macro
75 #define LDECLTYPE(x) char* macro
77 #define LDECLTYPE(x) __typeof(x) macro
110 LDECLTYPE(list) _ls_p; \
111 LDECLTYPE(list) _ls_q; \
112 LDECLTYPE(list) _ls_e; \
113 LDECLTYPE(list) _ls_tail; \
173 LDECLTYPE(list) _ls_p; \
174 LDECLTYPE(lis
[all...]

Completed in 55 milliseconds