Searched refs:DECLTYPE (Results 1 – 3 of 3) sorted by relevance
/external/libdrm/intel/ |
D | uthash.h | 39 #define DECLTYPE(x) (decltype(x)) macro 42 #define DECLTYPE(x) macro 46 #define DECLTYPE(x) macro 48 #define DECLTYPE(x) (__typeof(x)) macro 60 (dst) = DECLTYPE(dst)(src); \ 248 if (cmpfcn(DECLTYPE(head) ELMT_FROM_HH((head)->hh.tbl, _hs_iter), add) > 0) \ 886 cmpfcn(DECLTYPE(head)(ELMT_FROM_HH((head)->hh.tbl,_hs_p)), \ 887 DECLTYPE(head)(ELMT_FROM_HH((head)->hh.tbl,_hs_q))) \ 998 for(((el)=(head)), ((tmp)=DECLTYPE(el)((head!=NULL)?(head)->hh.next:NULL)); \ 999 (el) != NULL; ((el)=(tmp)), ((tmp)=DECLTYPE(el)((tmp!=NULL)?(tmp)->hh.next:NULL)))
|
/external/fastrpc/inc/ |
D | uthash.h | 37 #define DECLTYPE(x) (decltype(x)) macro 40 #define DECLTYPE(x) macro 43 #define DECLTYPE(x) (__typeof(x)) macro 55 (dst) = DECLTYPE(dst)(src); \ 746 cmpfcn(DECLTYPE(head)(ELMT_FROM_HH((head)->hh.tbl,_hs_p)), \ 747 DECLTYPE(head)(ELMT_FROM_HH((head)->hh.tbl,_hs_q))) \ 844 for((el)=(head),(tmp)=DECLTYPE(el)((head)?(head)->hh.next:NULL); \ 845 el; (el)=(tmp),(tmp)=DECLTYPE(el)((tmp)?(tmp)->hh.next:NULL))
|
/external/llvm-project/clang/include/clang/Serialization/ |
D | TypeBitCodes.def | 34 TYPE_BIT_CODE(Decltype, DECLTYPE, 23)
|