| /openbsd-src/gnu/llvm/libcxx/include/__ranges/ |
| H A D | copyable_box.h | 78 __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 D | concepts.h | 93 movable<_Tp> && 139 (movable<remove_reference_t<_Tp>> && !__is_std_initializer_list<remove_cvref_t<_Tp>>))));
|
| H A D | istream_view.h | 39 template <movable _Val, class _CharT, class _Traits = char_traits<_CharT>> 60 template <movable _Val, class _CharT, class _Traits>
|
| H A D | owning_view.h | 36 requires movable<_Rp> && (!__is_std_initializer_list<remove_cvref_t<_Rp>>)
|
| /openbsd-src/gnu/llvm/libcxx/include/__concepts/ |
| H A D | movable.h | 29 concept movable = variable
|
| H A D | copyable.h | 30 movable<_Tp> &&
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | loop.h | 295 struct movable *head; 297 struct movable *last;
|
| H A D | loop.c | 193 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 D | concepts | 96 concept movable = see below; 147 #include <__concepts/movable.h>
|
| H A D | ranges | 280 template<movable Val, class CharT, class Traits = char_traits<CharT>>
|
| H A D | CMakeLists.txt | 267 __concepts/movable.h
|
| H A D | module.modulemap.in | 763 module movable { private header "__concepts/movable.h" }
|
| /openbsd-src/gnu/llvm/libcxx/include/__iterator/ |
| H A D | concepts.h | 92 movable<_Ip> && 273 movable<iter_value_t<_In>> &&
|
| /openbsd-src/gnu/llvm/libcxx/docs/Status/ |
| H A D | Cxx14Issues.csv | 135 "`2315 <https://wg21.link/lwg2315>`__","weak_ptr should be movable","Issaquah","|Complete|"
|
| H A D | Cxx2bIssues.csv | 236 "`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 D | BUILD.gn | 342 "__concepts/movable.h",
|
| /openbsd-src/gnu/lib/libcxx/ |
| H A D | Makefile | 356 __concepts/movable.h \
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/gas/doc/ |
| H A D | internals.texi | 1750 If the symbol is undefined, or in a different section (and therefore movable
|
| /openbsd-src/gnu/usr.bin/binutils/gas/doc/ |
| H A D | internals.texi | 1749 If the symbol is undefined, or in a different section (and therefore movable
|
| /openbsd-src/distrib/sets/lists/comp/ |
| H A D | clang.amd64 | 283 ./usr/include/c++/v1/__concepts/movable.h
|
| H A D | clang.macppc | 282 ./usr/include/c++/v1/__concepts/movable.h
|
| H A D | clang.loongson | 282 ./usr/include/c++/v1/__concepts/movable.h
|
| H A D | clang.octeon | 282 ./usr/include/c++/v1/__concepts/movable.h
|
| H A D | clang.arm64 | 283 ./usr/include/c++/v1/__concepts/movable.h
|
| H A D | clang.powerpc64 | 281 ./usr/include/c++/v1/__concepts/movable.h
|