Searched refs:DECLTYPE (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/elftoolchain/common/
H A Duthash.h39 #define DECLTYPE(x) (decltype(x)) macro
42 #define DECLTYPE(x) macro
45 #define DECLTYPE(x) (__typeof(x)) macro
57 (dst) = DECLTYPE(dst)(src); \
744 cmpfcn(DECLTYPE(head)(ELMT_FROM_HH((head)->hh.tbl,_hs_p)), \
745 DECLTYPE(head)(ELMT_FROM_HH((head)->hh.tbl,_hs_q))) \
843 for((el)=(head),(tmp)=DECLTYPE(el)((head)?(head)->hh.next:NULL); \
844 el; (el)=(tmp),(tmp)=DECLTYPE(el)((tmp)?(tmp)->hh.next:NULL))
/freebsd-11-stable/contrib/libucl/uthash/
H A Duthash.h38 #define DECLTYPE(x) (decltype(x)) macro
41 #define DECLTYPE(x) macro
44 #define DECLTYPE(x) (__typeof(x)) macro
56 (dst) = DECLTYPE(dst)(src); \
533 cmpfcn(DECLTYPE(head)(ELMT_FROM_HH((head)->hh.tbl,_hs_p)), \
534 DECLTYPE(head)(ELMT_FROM_HH((head)->hh.tbl,_hs_q))) \
644 for((el)=(head),(tmp)=DECLTYPE(el)((head)?(head)->hh.next:NULL); \
645 el; (el)=(tmp),(tmp)=DECLTYPE(el)((tmp)?(tmp)->hh.next:NULL))

Completed in 154 milliseconds