/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdcpp/ |
H A D | type_traits.d | 40 private enum __is_empty = T.tupleof.length == 0; in is_empty() local 42 private enum __is_empty = false; in is_empty() local 45 enum bool value = __is_empty; in is_empty()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
H A D | allocator.h | 282 template<typename _Alloc, bool = __is_empty(_Alloc)> in _GLIBCXX_VISIBILITY() 299 template<typename _Alloc, bool = __is_empty(_Alloc)> in _GLIBCXX_VISIBILITY()
|
H A D | hashtable_policy.h | 1174 bool __use_ebo = !__is_final(_Tp) && __is_empty(_Tp)> in _GLIBCXX_VISIBILITY()
|
H A D | shared_ptr_base.h | 463 bool __use_ebo = !__is_final(_Tp) && __is_empty(_Tp)> in _GLIBCXX_VISIBILITY()
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
H A D | allocator.h | 265 template<typename _Alloc, bool = __is_empty(_Alloc)> in _GLIBCXX_VISIBILITY() 282 template<typename _Alloc, bool = __is_empty(_Alloc)> in _GLIBCXX_VISIBILITY()
|
H A D | shared_ptr_base.h | 410 bool __use_ebo = !__is_final(_Tp) && __is_empty(_Tp)> in _GLIBCXX_VISIBILITY()
|
H A D | hashtable_policy.h | 1104 bool __use_ebo = !__is_final(_Tp) && __is_empty(_Tp)> in _GLIBCXX_VISIBILITY()
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/tr1/ |
H A D | type_traits | 327 : public integral_constant<bool, __is_empty(_Tp)>
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/ |
H A D | type_traits | 325 : public integral_constant<bool, __is_empty(_Tp)>
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
H A D | TokenKinds.def | 489 TYPE_TRAIT_1(__is_empty, IsEmpty, KEYCXX)
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/ |
H A D | ParseExpr.cpp | 1078 REVERTIBLE_TYPE_TRAIT(__is_empty); in ParseCastExpression()
|
/netbsd-src/external/apache2/llvm/dist/clang/docs/ |
H A D | LanguageExtensions.rst | 1174 * ``__is_empty`` (C++, GNU, Microsoft, Embarcadero) 1261 * ``__is_empty``
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/ |
H A D | type_traits | 716 : public integral_constant<bool, __is_empty(_Tp)>
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/ |
H A D | type_traits | 781 : public integral_constant<bool, __is_empty(_Tp)>
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | ChangeLog-2007 | 2375 __is_base_of, __is_class, __is_convertible_to, __is_empty, __is_enum,
|
/netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
H A D | type_traits | 1838 : public integral_constant<bool, __is_empty(_Tp)> {};
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/ |
H A D | ChangeLog-2007 | 5345 (struct is_empty): Use __is_empty. 5487 * include/bits/cpp_type_traits.h (struct __is_pod, struct __is_empty):
|
H A D | ChangeLog-2005 | 911 * include/bits/cpp_type_traits.h (struct __is_empty): Add.
|
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
H A D | extend.texi | 25348 @item __is_empty (type) 25355 @code{__is_empty (base_type)} is @code{false}.
|
H A D | gcc.info | 57291 '__is_empty (type)' 57297 'base_type' for which '__is_empty (base_type)' is 'false'.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
H A D | extend.texi | 25119 @item __is_empty (type) 25126 @code{__is_empty (base_type)} is @code{false}.
|
H A D | gcc.info | 54305 '__is_empty (type)' 54311 'base_type' for which '__is_empty (base_type)' is 'false'.
|