Home
last modified time | relevance | path

Searched refs:for_all_iterators_and_allocators_constexpr (Results 1 – 5 of 5) sorted by relevance

/llvm-project/libcxx/test/std/strings/basic.string/string.modifiers/string_insert/
H A Dinsert_range.pass.cpp26 for_all_iterators_and_allocators_constexpr<char, const char*>([]<class Iter, class Sent, class Alloc>() { in test_constexpr()
/llvm-project/libcxx/test/std/strings/basic.string/string.modifiers/string_assign/
H A Dassign_range.pass.cpp26for_all_iterators_and_allocators_constexpr<char, const char*>([]<class Iter, class Sent, class All… in test_constexpr()
/llvm-project/libcxx/test/std/strings/basic.string/string.modifiers/string_append/
H A Dappend_range.pass.cpp26for_all_iterators_and_allocators_constexpr<char, const char*>([]<class Iter, class Sent, class All… in test_constexpr()
/llvm-project/libcxx/test/std/containers/
H A Dinsert_range_helpers.h102 constexpr void for_all_iterators_and_allocators_constexpr(Func f) { in for_all_iterators_and_allocators_constexpr() function
/llvm-project/libcxx/test/std/strings/basic.string/string.modifiers/string_replace/
H A Dreplace_with_range.pass.cpp913 for_all_iterators_and_allocators_constexpr<char, const char*>([]<class Iter, class Sent, class Alloc>() { in test_constexpr()