Home
last modified time | relevance | path

Searched defs:ThrowOn (Results 1 – 6 of 6) sorted by relevance

/llvm-project/libcxx/test/std/containers/sequences/
H A Dinsert_range_sequence_containers.h680 constexpr int ThrowOn = 3; in test_insert_range_exception_safety_throwing_copy() local
711 constexpr int ThrowOn = 3; in test_prepend_range_exception_safety_throwing_copy() local
742 constexpr int ThrowOn = 3; in test_append_range_exception_safety_throwing_copy() local
773 constexpr int ThrowOn = 3; in test_assign_range_exception_safety_throwing_copy() local
H A Dfrom_range_sequence_containers.h129 constexpr int ThrowOn = 3; in test_exception_safety_throwing_copy() local
/llvm-project/libcxx/test/std/containers/sequences/forwardlist/
H A Dexception_safety.pass.cpp63 constexpr int ThrowOn = 1; in main() local
81 constexpr int ThrowOn = 3; in main() local
/llvm-project/libcxx/test/std/containers/sequences/list/
H A Dexception_safety.pass.cpp66 constexpr int ThrowOn = 1; in main() local
90 constexpr int ThrowOn = 3; in main() local
/llvm-project/libcxx/test/std/containers/container.adaptors/
H A Dfrom_range_container_adaptors.h196 test_exception_safety_throwing_copy<ThrowOn, /*Size=*/5>([](T* from, T* to) { in test_exception_safety_throwing_copy() local
H A Dpush_range_container_adaptors.h267 constexpr int ThrowOn = 3; in test_push_range_exception_safety_throwing_copy() local