Home
last modified time | relevance | path

Searched refs:movable (Results 1 – 25 of 36) sorted by relevance

12

/openbsd-src/gnu/llvm/libcxx/include/__ranges/
H A Dcopyable_box.h78 __copyable_box& operator=(__copyable_box&&) requires movable<_Tp> = default;
116 concept __doesnt_need_empty_state_for_move = movable<_Tp> || is_nothrow_move_constructible_v<_Tp>;
143 … _LIBCPP_HIDE_FROM_ABI __copyable_box& operator=(__copyable_box&&) requires movable<_Tp> = default;
H A Dconcepts.h93 movable<_Tp> &&
139 (movable<remove_reference_t<_Tp>> && !__is_std_initializer_list<remove_cvref_t<_Tp>>))));
H A Distream_view.h39 template <movable _Val, class _CharT, class _Traits = char_traits<_CharT>>
60 template <movable _Val, class _CharT, class _Traits>
H A Downing_view.h36 requires movable<_Rp> && (!__is_std_initializer_list<remove_cvref_t<_Rp>>)
/openbsd-src/gnu/llvm/libcxx/include/__concepts/
H A Dmovable.h29 concept movable = variable
H A Dcopyable.h30 movable<_Tp> &&
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dloop.h295 struct movable *head;
297 struct movable *last;
H A Dloop.c193 struct movable struct
228 struct movable *match; /* First entry for same value */ argument
229 struct movable *forces; /* An insn that must be moved if this is */ argument
230 struct movable *next; argument
268 struct movable *));
880 struct movable *m;
937 m = (struct movable *) xmalloc (sizeof (struct movable));
1023 struct movable *m;
1024 m = (struct movable *) xmalloc (sizeof (struct movable));
1404 struct movable *m, *m1;
[all …]
/openbsd-src/gnu/llvm/libcxx/include/
H A Dconcepts96 concept movable = see below;
147 #include <__concepts/movable.h>
H A Dranges280 template<movable Val, class CharT, class Traits = char_traits<CharT>>
H A DCMakeLists.txt267 __concepts/movable.h
H A Dmodule.modulemap.in763 module movable { private header "__concepts/movable.h" }
/openbsd-src/gnu/llvm/libcxx/include/__iterator/
H A Dconcepts.h92 movable<_Ip> &&
273 movable<iter_value_t<_In>> &&
/openbsd-src/gnu/llvm/libcxx/docs/Status/
H A DCxx14Issues.csv135 "`2315 <https://wg21.link/lwg2315>`__","weak_ptr should be movable","Issaquah","|Complete|"
H A DCxx2bIssues.csv236 "`3796 <https://wg21.link/LWG3796>`__","``movable-box`` as member should use ``default-initializati…
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/libcxx/include/
H A DBUILD.gn342 "__concepts/movable.h",
/openbsd-src/gnu/lib/libcxx/
H A DMakefile356 __concepts/movable.h \
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/doc/
H A Dinternals.texi1750 If the symbol is undefined, or in a different section (and therefore movable
/openbsd-src/gnu/usr.bin/binutils/gas/doc/
H A Dinternals.texi1749 If the symbol is undefined, or in a different section (and therefore movable
/openbsd-src/distrib/sets/lists/comp/
H A Dclang.amd64283 ./usr/include/c++/v1/__concepts/movable.h
H A Dclang.macppc282 ./usr/include/c++/v1/__concepts/movable.h
H A Dclang.loongson282 ./usr/include/c++/v1/__concepts/movable.h
H A Dclang.octeon282 ./usr/include/c++/v1/__concepts/movable.h
H A Dclang.arm64283 ./usr/include/c++/v1/__concepts/movable.h
H A Dclang.powerpc64281 ./usr/include/c++/v1/__concepts/movable.h

12