Searched refs:swappable (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/gnu/llvm/libcxx/include/__concepts/
H A Dmovable.h14 #include <__concepts/swappable.h>
33 swappable<_Tp>;
H A Dswappable.h35 // [concept.swappable]
105 concept swappable = requires(_Tp& __a, _Tp& __b) { ranges::swap(__a, __b); };
/openbsd-current/gnu/llvm/libcxx/include/__iterator/
H A Diter_swap.h14 #include <__concepts/swappable.h>
/openbsd-current/sys/dev/fdt/
H A Dqcpas.c1090 uint32_t swappable; member in struct:battmgr_bat_info
/openbsd-current/gnu/lib/libcxx/
H A DMakefile362 __concepts/swappable.h \

Completed in 79 milliseconds