Searched refs:LDECLTYPE (Results 1 – 1 of 1) sorted by relevance
66 #if !defined(LDECLTYPE) && !defined(NO_DECLTYPE)69 #define LDECLTYPE(x) decltype(x) macro74 #define LDECLTYPE(x) __typeof(x) macro78 #define LDECLTYPE(x) __typeof(x) macro87 #define LDECLTYPE(x) char* macro115 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 …]