Home
last modified time | relevance | path

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

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