Searched refs:__is_allocator (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dalloc_traits.h800 struct __is_allocator : false_type { }; struct in inherits:false_type
803 struct __is_allocator<_Alloc, struct in inherits:true_type
810 = typename enable_if<__is_allocator<_Alloc>::value, _Alloc>::type;
814 = typename enable_if<!__is_allocator<_Alloc>::value, _Alloc>::type;
H A Dhashtable.h2277 = __enable_if_t<!__or_<is_integral<_Hash>, __is_allocator<_Hash>>::value>;
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dalloc_traits.h799 struct __is_allocator : false_type { }; struct in inherits:false_type
802 struct __is_allocator<_Alloc, struct in inherits:true_type
809 = typename enable_if<__is_allocator<_Alloc>::value, _Alloc>::type;
813 = typename enable_if<!__is_allocator<_Alloc>::value, _Alloc>::type;
H A Dhashtable.h2708 = __enable_if_t<!__or_<is_integral<_Hash>, __is_allocator<_Hash>>::value>;

Completed in 108 milliseconds