Home
last modified time | relevance | path

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

/components/utilities/libadt/uthash/
A Duthash.h47 #if !defined(DECLTYPE) && !defined(NO_DECLTYPE)
50 #define DECLTYPE(x) (decltype(x)) macro
55 #define DECLTYPE(x) (__typeof(x)) macro
59 #define DECLTYPE(x) (__typeof(x)) macro
64 #define DECLTYPE(x) macro
73 (dst) = DECLTYPE(dst)(src); \
292 if (cmpfcn(DECLTYPE(head)(_hs_iter), add) > 0) { \
934 DECLTYPE(head)(ELMT_FROM_HH((head)->hh.tbl, _hs_p)), \
935 DECLTYPE(head)(ELMT_FROM_HH((head)->hh.tbl, _hs_q)) \
1064 for(((el)=(head)), ((tmp)=DECLTYPE(el)((head!=NULL)?(head)->hh.next:NULL)); \
[all …]

Completed in 6 milliseconds