Searched refs:assignable (Results 1 – 18 of 18) sorted by relevance
18 f.size.width = 2.2; // expected-error {{expression is not assignable}}19 f.size.inner.dim = 200; // expected-error {{expression is not assignable}}31 self.size.width = 2.2; // expected-error {{expression is not assignable}}
23 … to 'readonly' return result of an Objective-C message not allowed|expression is not assignable}}}}
6 c[0] = 1; //expected-error{{read-only variable is not assignable}}
6 private int *constant L2 = L1++; // expected-error {{read-only variable is not assignable}}
12 ((int4)(0)).x = 8; // expected-error{{expression is not assignable}}
12 @selector(dealloc) = s; // expected-error {{expression is not assignable}}
38 b.value.data = 17; // expected-error {{not assignable}}
47 // [concept.assignable], concept assignable_from134 #include <__concepts/assignable.h>
238 __concepts/assignable.h
550 module assignable { private header "__concepts/assignable.h" }
24 # These regmasks have no real meaning and chosen to allow only single register to be assignable ($r…
70 users define arbitrary unary and binary operators - with assignable
2103 static bool assignable(const TupleKindPtr &kind) in assignable() function2119 if (assignable(kind1) || kind1 == kind2) in assign()2203 if (assignable(kind1)) in compute_unifier()
68 …1.link/lwg2196>`__","Specification of ``is_*[copy/move]_[constructible/assignable]``\ unclear for…
93 "`2476 <https://wg21.link/LWG2476>`__","``scoped_allocator_adaptor``\ is not assignable","Kona","|…
299 "__concepts/assignable.h",
7047 "read-only variable is not assignable}0">;7245 "expression is not assignable">;7859 // C++20 default constructible / assignable lambdas.8345 "array type %0 is not assignable">;8347 "non-object type %0 is not assignable">;8349 "expression is not assignable">;8351 "incomplete type %0 is not assignable">;8356 "vector is not assignable (contains duplicate components)">;8358 "variable is not assignable (missing __block type specifier)">;
2427 its operator[] does not provide an assignable lvalue.