Home
last modified time | relevance | path

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

/openbsd-src/gnu/lib/libstdc++/libstdc++/testsuite/23_containers/
H A Dvector_modifiers.cc46 vec_nonPOD vec02; in test01() local
49 vec02.insert(vec02.begin(), pnp01, pnp01 + 1); in test01()
H A Dvector_element_access.cc38 std::vector< A<B> > vec02(5); in test01() local
H A Dvector_ctor.cc44 std::vector< A<B> > vec02(5); in test01() local
47 vec01 = vec02; in test01()