Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/libcxx/memory/
H A Dis_allocator.pass.cpp26 void test_allocators() in test_allocators() function
38 test_allocators<char>(); in main()
39 test_allocators<int>(); in main()
40 test_allocators<std::string>(); in main()
/llvm-project/libcxx/test/std/strings/basic.string/string.ops/string_substr/
H A Dsubstr_rvalue.pass.cpp76 constexpr void test_allocators() { in test_allocators() function
84 test_allocators<CharT, std::char_traits<CharT>>(); in test_char_traits()
85 test_allocators<CharT, constexpr_char_traits<CharT>>(); in test_char_traits()
/llvm-project/libcxx/test/std/strings/basic.string/string.cons/
H A Dsubstr_rvalue.pass.cpp212 constexpr void test_allocators() { in test_allocators()
222 test_allocators<CharT, std::char_traits<CharT>>(); in test_char_traits()
223 test_allocators<CharT, constexpr_char_traits<CharT>>(); in test_char_traits()
211 constexpr void test_allocators() { test_allocators() function