Home
last modified time | relevance | path

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

/src/contrib/libucl/uthash/
H A Dutlist.h66 #if !defined(LDECLTYPE) && !defined(NO_DECLTYPE)
69 #define LDECLTYPE(x) decltype(x) macro
74 #define LDECLTYPE(x) __typeof(x) macro
78 #define LDECLTYPE(x) __typeof(x) macro
87 #define LDECLTYPE(x) char* macro
115 LDECLTYPE(list) _ls_p; \
116 LDECLTYPE(list) _ls_q; \
117 LDECLTYPE(list) _ls_e; \
118 LDECLTYPE(list) _ls_tail; \
119 IF_NO_DECLTYPE(LDECLTYPE(list) _tmp;) \
[all …]