Searched refs:max_size (Results 1 - 25 of 209) sorted by relevance

123456789

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/lto/
H A D20081119-1_0.C12 return a->max_size () + X.max_size();
H A D20081119-1.h6 unsigned max_size () const throw ();
H A D20081119-1_1.C8 return a.max_size ();
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_stringbuf/setbuf/wchar_t/
H A D4.cc36 const unsigned max_size = MAX_SIZE; local
38 static wchar_t ref[max_size];
39 wmemset(ref, L'\0', max_size);
41 static wchar_t src[max_size * 2];
42 wmemset(src, L'\1', max_size * 2);
44 for (unsigned i = 128; i <= max_size; i *= 2)
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_stringbuf/setbuf/char/
H A D4.cc31 const unsigned max_size = 1 << 18; local
33 char ref[max_size];
34 memset(ref, '\0', max_size);
36 char src[max_size * 2];
37 memset(src, '\1', max_size * 2);
39 for (unsigned i = 128; i <= max_size; i *= 2)
/haiku-buildtools/gcc/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/
H A Dinfo_fn_imps.hpp60 max_size() const function in class:PB_DS_CLASS_C_DEC
62 return (s_node_allocator.max_size());
/haiku-buildtools/gcc/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/
H A Dinfo_fn_imps.hpp56 max_size() const function in class:PB_DS_CLASS_C_DEC
57 { return s_entry_allocator.max_size(); }
/haiku-buildtools/gcc/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/
H A Dsize_fn_imps.hpp57 max_size() const function in class:PB_DS_CLASS_C_DEC
58 { return s_entry_allocator.max_size(); }
/haiku-buildtools/gcc/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/
H A Dinfo_fn_imps.hpp51 max_size() const function in class:PB_DS_CLASS_C_DEC
52 { return s_entry_allocator.max_size(); }
/haiku-buildtools/gcc/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
H A Dinfo_fn_imps.hpp60 max_size() const function in class:PB_DS_CLASS_C_DEC
62 return (s_node_allocator.max_size());
/haiku-buildtools/gcc/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/
H A Dinfo_fn_imps.hpp50 max_size() const function in class:PB_DS_CLASS_C_DEC
51 { return s_entry_allocator.max_size(); }
/haiku-buildtools/gcc/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/
H A Dinfo_fn_imps.hpp53 max_size() const function in class:PB_DS_CLASS_C_DEC
54 { return s_value_alloc.max_size(); }
/haiku-buildtools/gcc/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/
H A Dinfo_fn_imps.hpp56 max_size() const function in class:PB_DS_CLASS_C_DEC
57 { return s_inode_allocator.max_size(); }
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/deque/capacity/
H A D29134.cc30 VERIFY( d.max_size() == d.get_allocator().max_size() );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/multiset/capacity/
H A D29134.cc30 VERIFY( ms.max_size()
31 == std::allocator<std::_Rb_tree_node<int> >().max_size() );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/set/capacity/
H A D29134.cc30 VERIFY( s.max_size() ==
31 std::allocator<std::_Rb_tree_node<int> >().max_size() );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/vector/capacity/
H A D29134.cc30 VERIFY( v.max_size() == v.get_allocator().max_size() );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/ext/vstring/capacity/
H A D29134.cc30 VERIFY( vs.max_size() <= vs.get_allocator().max_size() );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/map/capacity/
H A D29134.cc30 VERIFY( (m.max_size() == std::allocator<std::_Rb_tree_node<
31 std::pair<const int, int> > >().max_size()) );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/multimap/capacity/
H A D29134.cc30 VERIFY( (mm.max_size() == std::allocator<std::_Rb_tree_node<
31 std::pair<const int, int> > >().max_size()) );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/vector/capacity/resize/
H A D1.cc37 v.resize(v.max_size());
38 v[v.max_size() - 1] = 2002;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/list/capacity/
H A D29134.cc37 VERIFY( l.max_size() == std::allocator<_List_node<int> >().max_size() );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/tr1/6_containers/unordered_multiset/capacity/
H A D29134-multiset.cc30 VERIFY( (ums.max_size() == std::allocator<std::tr1::__detail::_Hash_node<
31 int, false> >().max_size()) );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/tr1/6_containers/unordered_map/capacity/
H A D29134-map.cc30 VERIFY( (um.max_size() == std::allocator<std::tr1::__detail::_Hash_node<
31 std::pair<const int, int>, false> >().max_size()));
/haiku-buildtools/gcc/libstdc++-v3/testsuite/tr1/6_containers/unordered_set/capacity/
H A D29134-set.cc30 VERIFY( (us.max_size() == std::allocator<std::tr1::__detail::_Hash_node<
31 int, false> >().max_size()) );

Completed in 412 milliseconds

123456789