Home
last modified time | relevance | path

Searched refs:CT_ForwardList (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/libcxx/test/support/
H A Dcontainer_debug_tests.h45 CT_ForwardList, enumerator
57 return CT >= CT_Vector && CT <= CT_ForwardList; in isSequential()
153 if constexpr (CT != CT_ForwardList) {
161 if constexpr (CT != CT_ForwardList ) {
169 if constexpr (CT == CT_ForwardList) {
256 if constexpr (CT == CT_ForwardList) {
277 if constexpr (CT == CT_ForwardList) {
/llvm-project-15.0.7/libcxx/test/libcxx/debug/containers/
H A Dsequence_container_iterators.pass.cpp40 if constexpr(CT != CT_ForwardList) { in run()
58 if constexpr (CT == CT_List || CT == CT_ForwardList) { in run()
327 std::forward_list<int, Alloc>, CT_ForwardList>::run(); in main()