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

/freebsd-current/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
/freebsd-current/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

Completed in 72 milliseconds