Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/SemaObjC/
H A Dproperty-not-lvalue.m18 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}}
H A Dassign-rvalue-message.m23 … to 'readonly' return result of an Objective-C message not allowed|expression is not assignable}}}}
/llvm-project-15.0.7/clang/test/SemaOpenCL/
H A Dinvalid-assignment-constant-address-space.cl6 c[0] = 1; //expected-error{{read-only variable is not assignable}}
H A Drecovery-expr.cl6 private int *constant L2 = L1++; // expected-error {{read-only variable is not assignable}}
H A Dinvalid-vector-literals.cl12 ((int4)(0)).x = 8; // expected-error{{expression is not assignable}}
/llvm-project-15.0.7/clang/test/SemaObjCXX/
H A Dsel-address.mm12 @selector(dealloc) = s; // expected-error {{expression is not assignable}}
H A Dpropert-dot-error.mm38 b.value.data = 17; // expected-error {{not assignable}}
/llvm-project-15.0.7/libcxx/include/
H A Dconcepts47 // [concept.assignable], concept assignable_from
134 #include <__concepts/assignable.h>
H A DCMakeLists.txt238 __concepts/assignable.h
H A Dmodule.modulemap.in550 module assignable { private header "__concepts/assignable.h" }
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dstatepoint-fastregalloc.mir24 # These regmasks have no real meaning and chosen to allow only single register to be assignable ($r…
/llvm-project-15.0.7/llvm/docs/tutorial/MyFirstLanguageFrontend/
H A Dindex.rst70 users define arbitrary unary and binary operators - with assignable
/llvm-project-15.0.7/polly/lib/External/isl/interface/
H A Dtemplate_cpp.cc2103 static bool assignable(const TupleKindPtr &kind) in assignable() function
2119 if (assignable(kind1) || kind1 == kind2) in assign()
2203 if (assignable(kind1)) in compute_unifier()
/llvm-project-15.0.7/libcxx/docs/Status/
H A DCxx14Issues.csv68 …1.link/lwg2196>`__","Specification of ``is_*[copy/move]_[constructible/assignable]``\ unclear for…
H A DCxx17Issues.csv93 "`2476 <https://wg21.link/LWG2476>`__","``scoped_allocator_adaptor``\ is not assignable","Kona","|…
/llvm-project-15.0.7/llvm/utils/gn/secondary/libcxx/include/
H A DBUILD.gn299 "__concepts/assignable.h",
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DDiagnosticSemaKinds.td7047 "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)">;
/llvm-project-15.0.7/llvm/docs/
H A DProgrammersManual.rst2427 its operator[] does not provide an assignable lvalue.