Searched defs:Rebind (Results 1 – 3 of 3) sorted by relevance
36 …typedef std::allocator<char>::rebind<int>::other Rebind; // expected-warning {{'rebind<int>… in f() typedef43 …typedef std::allocator<char const>::rebind<int>::other Rebind; // expected-warning {{'rebin… in f() typedef49 …typedef std::allocator<void>::rebind<int>::other Rebind; // expected-warning {{'rebind<int>… in f() typedef
507 TEST(AllocatorTraits, Rebind) { in TEST() argument