Searched refs:decltype (Results 1 - 7 of 7) sorted by relevance

/freebsd-9.3-release/contrib/libc++/src/
H A Dcondition_variable.cpp58 typedef decltype(ts.tv_sec) ts_sec;
63 ts.tv_nsec = static_cast<decltype(ts.tv_nsec)>((d - s).count());
H A Dthread.cpp112 typedef decltype(ts.tv_sec) ts_sec;
117 ts.tv_nsec = static_cast<decltype(ts.tv_nsec)>((ns-s).count());
H A Dstring.cpp70 typename remove_reference<decltype(errno)>::type errno_save = errno;
187 typename remove_reference<decltype(errno)>::type errno_save = errno;
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Headers/
H A Dstddef.h82 namespace std { typedef decltype(nullptr) nullptr_t; }
/freebsd-9.3-release/contrib/gcc/
H A Dtree-ssa-structalias.c4062 tree decltype = TREE_TYPE (decl); local
4063 tree declsize = DECL_P (decl) ? DECL_SIZE (decl) : TYPE_SIZE (decltype);
4072 hasunion = TREE_CODE (decltype) == UNION_TYPE
4073 || TREE_CODE (decltype) == QUAL_UNION_TYPE;
4076 push_fields_onto_fieldstack (decltype, &fieldstack, 0, &hasunion);
4094 || TREE_CODE (decltype) == UNION_TYPE
4095 || TREE_CODE (decltype) == QUAL_UNION_TYPE)
/freebsd-9.3-release/contrib/libucl/uthash/
H A Duthash.h32 /* These macros use decltype or the earlier __typeof GNU extension.
33 As decltype is only available in newer compilers (VS2010 or gcc 4.3+
38 #define DECLTYPE(x) (decltype(x))
H A Dutlist.h62 /* These macros use decltype or the earlier __typeof GNU extension.
63 As decltype is only available in newer compilers (VS2010 or gcc 4.3+
68 #define LDECLTYPE(x) decltype(x)
80 /* for VS2008 we use some workarounds to get around the lack of decltype,

Completed in 199 milliseconds