Searched refs:DECLTYPE (Results 1 – 3 of 3) sorted by relevance
| /src/contrib/libucl/uthash/ |
| H A D | uthash.h | 38 #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))
|
| /src/contrib/elftoolchain/common/ |
| H A D | uthash.h | 39 #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))
|
| /src/contrib/llvm-project/clang/include/clang/Serialization/ |
| H A D | TypeBitCodes.def | 34 TYPE_BIT_CODE(Decltype, DECLTYPE, 23)
|