Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.modifying.operations/alg.reverse/
H A Dranges.reverse.pass.cpp47 static_assert(!HasReverseR<PermutableRangeNotSwappable>);
/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.modifying.operations/alg.rotate/
H A Dranges_rotate.pass.cpp70 static_assert(!HasRotateRange<PermutableRangeNotSwappable>);
/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.modifying.operations/alg.remove/
H A Dranges.remove.pass.cpp47 static_assert(!HasRemoveR<PermutableRangeNotSwappable>);
H A Dranges.remove_if.pass.cpp51 static_assert(!HasRemoveIfR<PermutableRangeNotSwappable>);
/llvm-project-15.0.7/libcxx/test/support/
H A Dalmost_satisfies_types.h267 using PermutableRangeNotSwappable = UncheckedRange<PermutableNotSwappable>; variable