Home
last modified time | relevance | path

Searched refs:assignable (Results 1 – 25 of 34) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Dconcepts47 // [concept.assignable], concept assignable_from
208 // [concept.assignable]
/netbsd-src/external/apache2/llvm/dist/llvm/docs/tutorial/MyFirstLanguageFrontend/
H A Dindex.rst70 users define arbitrary unary and binary operators - with assignable
/netbsd-src/external/mit/isl/dist/interface/
H A Dtemplate_cpp.cc2194 static bool assignable(const TupleKindPtr &kind) in assignable() function
2210 if (assignable(kind1) || kind1 == kind2) in assign()
2294 if (assignable(kind1)) in compute_unifier()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/
H A Dconcepts121 /// [concept.assignable], concept assignable_from
H A Dstreambuf108 * In this case, @e *xnext shall be assignable as the next element
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
H A Dconcepts121 /// [concept.assignable], concept assignable_from
H A Dstreambuf108 * In this case, @e *xnext shall be assignable as the next element
/netbsd-src/external/apache2/llvm/dist/libcxx/docs/
H A DCxx1yStatusIssuesStatus.csv68 …1.link/lwg2196>`__","Specification of ``is_*[copy/move]_[constructible/assignable]``\ unclear for…
H A DCxx1zStatusIssuesStatus.csv93 "`2476 <https://wg21.link/LWG2476>`__","``scoped_allocator_adaptor``\ is not assignable","Kona","|…
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dmtype.d5730 bool assignable = true; in isAssignable() local
5751 if (assignable) in isAssignable()
5756 if (!assignable) in isAssignable()
5759 assignable = v.type.isMutable() && v.type.isAssignable(); in isAssignable()
5764 return assignable; in isAssignable()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dmtype.c8199 bool assignable = true; in isAssignable() local
8217 if (assignable) in isAssignable()
8222 if (!assignable) in isAssignable()
8225 assignable = v->type->isMutable() && v->type->isAssignable(); in isAssignable()
8230 return assignable; in isAssignable()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dtraits.d4734 bool assignable = true;
4744 if (assignable)
4749 if (!assignable)
4753 assignable = isBlitAssignable!(typeof(T.tupleof[i]));
4756 return assignable;
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dtraits.d5337 bool assignable = true;
5347 if (assignable)
5352 if (!assignable)
5356 assignable = isBlitAssignable!(typeof(T.tupleof[i]));
5359 return assignable;
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/range/
H A Dpackage.d4996 range has assignable elements.
5063 each constituent range has assignable elements.
5180 constituent ranges offer random access and have assignable elements.
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DDiagnosticSemaKinds.td6842 "read-only variable is not assignable}0">;
7040 "expression is not assignable">;
7640 // C++20 default constructible / assignable lambdas.
8151 "array type %0 is not assignable">;
8153 "non-object type %0 is not assignable">;
8155 "expression is not assignable">;
8157 "incomplete type %0 is not assignable">;
8162 "vector is not assignable (contains duplicate components)">;
8164 "variable is not assignable (missing __block type specifier)">;
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-2013607 to prevent using memmove() on non-assignable types.
612 assignable as well as trivial.
4297 is copy assignable.
H A DChangeLog-20082586 * testsuite/util/testsuite_common_types.h (struct assignable,
3787 (assignable, default_constructible, copy_constructible,
H A DChangeLog-20191439 * testsuite/std/concepts/concepts.lang/concept.assignable/1.cc: New
5016 types can be emplaced into non-assignable variants.
5018 don't get copied when emplaced into non-assignable variants.
H A DChangeLog3209 noexcept constructibnle/assignable.
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/
H A Dsorting.d1863 requiring assignable elements. +/
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/algorithm/
H A Dsorting.d1937 requiring assignable elements. +/
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A DChangeLog-20212448 assignable. Change 'own_scope' accordingly.
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-20182505 P0624R2 - Default constructible and assignable stateless lambdas
H A DChangeLog-2020855 Add support for __is_nothrow_{assignable,constructible}.
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DProgrammersManual.rst2399 its operator[] does not provide an assignable lvalue.

12