Searched defs:allocator_type (Results 1 - 25 of 219) sorted by relevance

123456789

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/parse/
H A Dcrash17.C8 typedef typename allocator<T> allocator_type; // { dg-error "expected|invalid" } typedef in class:vector
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/list/
H A Dcheck_construct_destroy.cc26 typedef __gnu_test::tracker_allocator<int> allocator_type; typedef
H A Dinit-list.cc27 typedef __gnu_test::tracker_allocator<int> allocator_type; typedef
/haiku-buildtools/gcc/libstdc++-v3/testsuite/ext/bitmap_allocator/
H A Dcheck_delete.cc26 typedef __gnu_cxx::bitmap_allocator<unsigned int> allocator_type; typedef
H A Dcheck_new.cc26 typedef __gnu_cxx::bitmap_allocator<unsigned int> allocator_type; typedef
H A Dcheck_allocate_max_size.cc28 typedef __gnu_cxx::bitmap_allocator<value_type> allocator_type; typedef
/haiku-buildtools/gcc/libstdc++-v3/testsuite/ext/debug_allocator/
H A Dcheck_delete.cc30 typedef debug_allocator<malloc_allocator<unsigned int> > allocator_type; typedef
H A Dcheck_new.cc30 typedef debug_allocator<malloc_allocator<unsigned int> > allocator_type; typedef
/haiku-buildtools/gcc/libstdc++-v3/testsuite/ext/malloc_allocator/
H A Dcheck_delete.cc28 typedef __gnu_cxx::malloc_allocator<unsigned int> allocator_type; typedef
H A Dcheck_new.cc28 typedef __gnu_cxx::malloc_allocator<unsigned int> allocator_type; typedef
/haiku-buildtools/gcc/libstdc++-v3/testsuite/ext/mt_allocator/
H A Dcheck_new.cc29 typedef __gnu_cxx::__mt_alloc<unsigned int> allocator_type; typedef
H A Dcheck_delete.cc28 typedef __gnu_cxx::__mt_alloc<unsigned int> allocator_type; typedef
/haiku-buildtools/gcc/libstdc++-v3/testsuite/ext/new_allocator/
H A Dcheck_delete.cc28 typedef __gnu_cxx::new_allocator<unsigned int> allocator_type; typedef
H A Dcheck_new.cc28 typedef __gnu_cxx::new_allocator<unsigned int> allocator_type; typedef
/haiku-buildtools/gcc/libstdc++-v3/testsuite/ext/pool_allocator/
H A Dcheck_delete.cc29 typedef __gnu_cxx::__pool_alloc<unsigned int> allocator_type; typedef
H A Dcheck_new.cc28 typedef __gnu_cxx::__pool_alloc<unsigned int> allocator_type; typedef
/haiku-buildtools/gcc/libstdc++-v3/testsuite/ext/throw_allocator/
H A Dcheck_delete.cc27 typedef __gnu_cxx::throw_allocator_random<unsigned int> allocator_type; typedef
H A Dcheck_new.cc27 typedef __gnu_cxx::throw_allocator_random<unsigned int> allocator_type; typedef
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.pt/
H A Dlookup1.C6 typedef int allocator_type; typedef in struct:__vector_alloc_base
12 typedef short allocator_type; typedef in struct:vector
13 explicit vector(const allocator_type& a = allocator_type()) {} argument
/haiku-buildtools/gcc/libstdc++-v3/testsuite/20_util/uses_allocator/
H A Dcons_neg.cc30 typedef MyAlloc allocator_type; // uses_allocator<Type, MyAlloc> is true typedef in struct:Type
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/list/modifiers/insert/
H A D25288.cc26 typedef __gnu_cxx::throw_allocator_random<value_type> allocator_type; typedef
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/list/modifiers/swap/
H A D2.cc26 typedef __gnu_test::uneq_allocator<value_type> allocator_type; typedef
H A D3.cc26 typedef __gnu_test::uneq_allocator<value_type> allocator_type; typedef
/haiku-buildtools/gcc/libstdc++-v3/testsuite/ext/array_allocator/
H A Dcheck_allocate_max_size.cc27 typedef __gnu_cxx::array_allocator<value_type> allocator_type; typedef
H A Dcheck_deallocate_null.cc27 typedef __gnu_cxx::array_allocator<value_type> allocator_type; typedef

Completed in 259 milliseconds

123456789