Home
last modified time | relevance | path

Searched defs:is_always_equal (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dallocator.h94 typedef true_type is_always_equal; in _GLIBCXX_VISIBILITY() typedef
146 typedef true_type is_always_equal; in _GLIBCXX_VISIBILITY() typedef
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdcpp/
H A Dallocator.d46 enum is_always_equal = true; in allocator() local
239 enum is_always_equal = isTrue!(allocator_type, "is_always_equal"); in allocator_traits() local
/netbsd-src/external/apache2/llvm/dist/libcxx/include/__memory/
H A Dallocator.h65 typedef true_type is_always_equal; typedef
146 typedef true_type is_always_equal; typedef
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
H A Darray_allocator.h127 typedef std::true_type is_always_equal; in _GLIBCXX_VISIBILITY() typedef