Searched refs:DECLTYPE (Results 1 – 1 of 1) sorted by relevance
47 #if !defined(DECLTYPE) && !defined(NO_DECLTYPE)50 #define DECLTYPE(x) (decltype(x)) macro55 #define DECLTYPE(x) (__typeof(x)) macro59 #define DECLTYPE(x) (__typeof(x)) macro64 #define DECLTYPE(x) macro73 (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