Home
last modified time | relevance | path

Searched refs:__is_empty (Results 1 – 22 of 22) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdcpp/
H A Dtype_traits.d40 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 Dallocator.h282 template<typename _Alloc, bool = __is_empty(_Alloc)> in _GLIBCXX_VISIBILITY()
299 template<typename _Alloc, bool = __is_empty(_Alloc)> in _GLIBCXX_VISIBILITY()
H A Dhashtable_policy.h1174 bool __use_ebo = !__is_final(_Tp) && __is_empty(_Tp)> in _GLIBCXX_VISIBILITY()
H A Dshared_ptr_base.h463 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 Dallocator.h265 template<typename _Alloc, bool = __is_empty(_Alloc)> in _GLIBCXX_VISIBILITY()
282 template<typename _Alloc, bool = __is_empty(_Alloc)> in _GLIBCXX_VISIBILITY()
H A Dshared_ptr_base.h410 bool __use_ebo = !__is_final(_Tp) && __is_empty(_Tp)> in _GLIBCXX_VISIBILITY()
H A Dhashtable_policy.h1104 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 Dtype_traits327 : public integral_constant<bool, __is_empty(_Tp)>
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/
H A Dtype_traits325 : public integral_constant<bool, __is_empty(_Tp)>
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DTokenKinds.def489 TYPE_TRAIT_1(__is_empty, IsEmpty, KEYCXX)
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseExpr.cpp1078 REVERTIBLE_TYPE_TRAIT(__is_empty); in ParseCastExpression()
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DLanguageExtensions.rst1174 * ``__is_empty`` (C++, GNU, Microsoft, Embarcadero)
1261 * ``__is_empty``
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/
H A Dtype_traits716 : public integral_constant<bool, __is_empty(_Tp)>
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
H A Dtype_traits781 : public integral_constant<bool, __is_empty(_Tp)>
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-20072375 __is_base_of, __is_class, __is_convertible_to, __is_empty, __is_enum,
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Dtype_traits1838 : public integral_constant<bool, __is_empty(_Tp)> {};
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-20075345 (struct is_empty): Use __is_empty.
5487 * include/bits/cpp_type_traits.h (struct __is_pod, struct __is_empty):
H A DChangeLog-2005911 * include/bits/cpp_type_traits.h (struct __is_empty): Add.
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dextend.texi25348 @item __is_empty (type)
25355 @code{__is_empty (base_type)} is @code{false}.
H A Dgcc.info57291 '__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 Dextend.texi25119 @item __is_empty (type)
25126 @code{__is_empty (base_type)} is @code{false}.
H A Dgcc.info54305 '__is_empty (type)'
54311 'base_type' for which '__is_empty (base_type)' is 'false'.