Searched refs:DECLTYPE (Results 1 – 2 of 2) sorted by relevance
/net-tools-3.7.0/libcoap/include/coap/ |
D | uthash.h | 37 #define DECLTYPE(x) (decltype(x)) macro 40 #define DECLTYPE(x) macro 44 #define DECLTYPE(x) macro 46 #define DECLTYPE(x) (__typeof(x)) macro 58 (dst) = DECLTYPE(dst)(src); \ 775 cmpfcn(DECLTYPE(head)(ELMT_FROM_HH((head)->hh.tbl,_hs_p)), \ 776 DECLTYPE(head)(ELMT_FROM_HH((head)->hh.tbl,_hs_q))) \ 887 for((el)=(head),(tmp)=DECLTYPE(el)((head)?(head)->hh.next:NULL); \ 888 el; (el)=(tmp),(tmp)=DECLTYPE(el)((tmp)?(tmp)->hh.next:NULL))
|
/net-tools-3.7.0/tinydtls-0.8.2/ |
D | uthash.h | 36 #define DECLTYPE(x) (decltype(x)) macro 39 #define DECLTYPE(x) macro 42 #define DECLTYPE(x) (__typeof(x)) macro 54 (dst) = DECLTYPE(dst)(src); \ 798 cmpfcn(DECLTYPE(head)(ELMT_FROM_HH((head)->hh.tbl,_hs_p)), \ 799 DECLTYPE(head)(ELMT_FROM_HH((head)->hh.tbl,_hs_q))) \ 896 for((el)=(head),(tmp)=DECLTYPE(el)((head)?(head)->hh.next:NULL); \ 897 el; (el)=(tmp),(tmp)=DECLTYPE(el)((tmp)?(tmp)->hh.next:NULL))
|