Home
last modified time | relevance | path

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

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