Home
last modified time | relevance | path

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

/net-tools-latest/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
/net-tools-latest/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