Home
last modified time | relevance | path

Searched defs:some_alloc (Results 1 – 25 of 30) sorted by relevance

12

/external/libcxx/test/strings/basic.string/string.nonmembers/string.special/
Dswap_noexcept.pass.cpp24 struct some_alloc struct
28 some_alloc() {} in some_alloc() argument
49 typedef std::basic_string<char, std::char_traits<char>, some_alloc<char>> C; in main() argument
/external/libcxx/test/containers/sequences/list/list.special/
Dswap_noexcept.pass.cpp25 struct some_alloc struct
29 some_alloc() {} in some_alloc() argument
31 void deallocate(void*, unsigned) {} in deallocate()
55 typedef std::list<MoveOnly, some_alloc<MoveOnly>> C; in main() argument
/external/libcxx/test/containers/sequences/deque/deque.special/
Dswap_noexcept.pass.cpp25 struct some_alloc struct
29 some_alloc() {} in some_alloc() argument
31 void deallocate(void*, unsigned) {} in deallocate()
55 typedef std::deque<MoveOnly, some_alloc<MoveOnly>> C; in main() argument
/external/libcxx/test/containers/sequences/forwardlist/forwardlist.spec/
Dswap_noexcept.pass.cpp25 struct some_alloc struct
29 some_alloc() {} in some_alloc() argument
31 void deallocate(void*, unsigned) {} in deallocate()
55 typedef std::forward_list<MoveOnly, some_alloc<MoveOnly>> C; in main() argument
/external/libcxx/test/containers/sequences/vector.bool/
Dswap_noexcept.pass.cpp24 struct some_alloc struct
28 some_alloc() {} in some_alloc() argument
30 void deallocate(void*, unsigned) {} in deallocate()
54 typedef std::vector<bool, some_alloc<bool>> C; in main() argument
Ddefault_noexcept.pass.cpp23 struct some_alloc struct
26 some_alloc(const some_alloc&); argument
Dmove_noexcept.pass.cpp23 struct some_alloc struct
26 some_alloc(const some_alloc&); argument
Ddtor_noexcept.pass.cpp22 struct some_alloc struct
25 some_alloc(const some_alloc&); argument
/external/libcxx/test/containers/sequences/vector/vector.special/
Dswap_noexcept.pass.cpp25 struct some_alloc struct
29 some_alloc() {} in some_alloc() function
31 void deallocate(void*, unsigned) {} in deallocate()
55 typedef std::vector<MoveOnly, some_alloc<MoveOnly>> C; in main() argument
/external/libcxx/test/strings/basic.string/string.cons/
Ddefault_noexcept.pass.cpp23 struct some_alloc struct
26 some_alloc(const some_alloc&); argument
Ddtor_noexcept.pass.cpp22 struct some_alloc struct
25 some_alloc(const some_alloc&); argument
Dmove_noexcept.pass.cpp23 struct some_alloc struct
26 some_alloc(const some_alloc&); argument
Dmove_assign_noexcept.pass.cpp25 struct some_alloc struct
28 some_alloc(const some_alloc&); argument
/external/libcxx/test/containers/sequences/deque/deque.cons/
Ddefault_noexcept.pass.cpp24 struct some_alloc struct
27 some_alloc(const some_alloc&); argument
Dmove_assign_noexcept.pass.cpp26 struct some_alloc struct
29 some_alloc(const some_alloc&); argument
Ddtor_noexcept.pass.cpp23 struct some_alloc struct
26 some_alloc(const some_alloc&); argument
/external/libcxx/test/containers/sequences/vector/vector.cons/
Ddefault_noexcept.pass.cpp24 struct some_alloc struct
27 some_alloc(const some_alloc&); argument
Dmove_assign_noexcept.pass.cpp26 struct some_alloc struct
29 some_alloc(const some_alloc&); argument
Ddtor_noexcept.pass.cpp23 struct some_alloc struct
26 some_alloc(const some_alloc&); argument
/external/libcxx/test/containers/sequences/list/list.cons/
Ddtor_noexcept.pass.cpp23 struct some_alloc struct
26 some_alloc(const some_alloc&); argument
Dmove_assign_noexcept.pass.cpp26 struct some_alloc struct
29 some_alloc(const some_alloc&); argument
Dmove_noexcept.pass.cpp24 struct some_alloc struct
27 some_alloc(const some_alloc&); argument
/external/libcxx/test/containers/sequences/forwardlist/forwardlist.cons/
Ddtor_noexcept.pass.cpp23 struct some_alloc struct
26 some_alloc(const some_alloc&); argument
Dmove_noexcept.pass.cpp24 struct some_alloc struct
27 some_alloc(const some_alloc&); argument
Dmove_assign_noexcept.pass.cpp26 struct some_alloc struct
29 some_alloc(const some_alloc&); argument

12