HomeSort by: relevance | last modified time | path
    Searched refs:DECLTYPE (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/elftoolchain/dist/common/
uthash.h 45 /* These macros use decltype or the earlier __typeof GNU extension.
46 As decltype is only available in newer compilers (VS2010 or gcc 4.3+
49 #if !defined(DECLTYPE) && !defined(NO_DECLTYPE)
52 #define DECLTYPE(x) (decltype(x))
59 #define DECLTYPE(x) (__typeof(x))
64 #define DECLTYPE(x)
73 (dst) = DECLTYPE(dst)(src); \
292 if (cmpfcn(DECLTYPE(head)(_hs_iter), add) > 0) { \
932 DECLTYPE(head)(ELMT_FROM_HH((head)->hh.tbl, _hs_p)),
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
c-exp.y 231 %token DECLTYPE
293 | DECLTYPE '(' exp ')'
2546 {"__decltype", DECLTYPE, OP_DECLTYPE, FLAG_CXX },
2547 {"decltype", DECLTYPE, OP_DECLTYPE, FLAG_CXX | FLAG_SHADOW },
  /src/external/gpl3/gdb/dist/gdb/
c-exp.y 231 %token DECLTYPE
293 | DECLTYPE '(' exp ')'
2546 {"__decltype", DECLTYPE, OP_DECLTYPE, FLAG_CXX },
2547 {"decltype", DECLTYPE, OP_DECLTYPE, FLAG_CXX | FLAG_SHADOW },

Completed in 20 milliseconds