Home
last modified time | relevance | path

Searched refs:cpp03_overload_allocator (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/libcxx/test/libcxx/containers/sequences/vector/vector.cons/
H A Dconstruct_iter_iter.pass.cpp37 typedef std::vector<int, cpp03_overload_allocator<int> > C; in test_ctor_under_alloc()
H A Dconstruct_iter_iter_alloc.pass.cpp39 typedef std::vector<int, cpp03_overload_allocator<int> > C; in test_ctor_under_alloc()
/llvm-project-15.0.7/libcxx/test/support/
H A Dmin_allocator.h166 struct cpp03_overload_allocator : bare_allocator<T> struct
193 template <class T> bool cpp03_overload_allocator<T>::construct_called = false; argument