Home
last modified time | relevance | path

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

/net-tools-3.4.0/tinydtls-0.8.2/
Dutlist.h66 #define LDECLTYPE(x) decltype(x) macro
69 #define LDECLTYPE(x) char* macro
72 #define LDECLTYPE(x) __typeof(x) macro
102 LDECLTYPE(list) _ls_p; \
103 LDECLTYPE(list) _ls_q; \
104 LDECLTYPE(list) _ls_e; \
105 LDECLTYPE(list) _ls_tail; \
106 LDECLTYPE(list) _ls_oldhead; \
107 LDECLTYPE(list) _tmp; \
158 LDECLTYPE(list) _ls_p; \
[all …]
/net-tools-3.4.0/libcoap/include/coap/
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(list) _ls_q; \
[all …]