Home
last modified time | relevance | path

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

/third_party/libdrm/intel/
Duthash.h39 #define DECLTYPE(x) (decltype(x)) macro
42 #define DECLTYPE(x) macro
46 #define DECLTYPE(x) macro
48 #define DECLTYPE(x) (__typeof(x)) macro
/third_party/libcoap/include/coap3/
Dcoap_uthash_internal.h50 #define DECLTYPE(x) (decltype(x)) macro
57 #define DECLTYPE(x) (__typeof(x)) macro
62 #define DECLTYPE(x) macro