Home
last modified time | relevance | path

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

12

/external/clang/test/SemaObjC/
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}}
/external/llvm-project/clang/test/SemaObjC/
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}}
Dassign-rvalue-message.m23 … to 'readonly' return result of an Objective-C message not allowed|expression is not assignable}}}}
/external/llvm-project/clang/test/SemaOpenCL/
Dinvalid-assignment-constant-address-space.cl6 c[0] = 1; //expected-error{{read-only variable is not assignable}}
Drecovery-expr.cl6 private int *constant L2 = L1++; // expected-error {{read-only variable is not assignable}}
Dvector_literals_invalid.cl13 ((int4)(0)).x = 8; // expected-error{{expression is not assignable}}
/external/clang/test/SemaObjCXX/
Dsel-address.mm12 @selector(dealloc) = s; // expected-error {{expression is not assignable}}
Dpropert-dot-error.mm38 b.value.data = 17; // expected-error {{not assignable}}
/external/llvm-project/clang/test/SemaObjCXX/
Dsel-address.mm12 @selector(dealloc) = s; // expected-error {{expression is not assignable}}
Dpropert-dot-error.mm38 b.value.data = 17; // expected-error {{not assignable}}
/external/rust/cxx/book/src/binding/
Dslice.md88 Only rust::Slice\<const T\> is copy-assignable, not rust::Slice\<T\>. (Both are
89 move-assignable.) You'll need to write std::move occasionally as a reminder that
/external/testng/src/main/java/org/testng/internal/
DXmlMethodSelector.java142 if(!assignable(methodClass, cls)) { in includeMethodFromIncludeExclude()
172 private boolean assignable(Class sourceClass, Class targetClass) { in assignable() method in XmlMethodSelector
/external/llvm-project/libcxx/include/
Dconcepts47 // [concept.assignable], concept assignable_from
/external/llvm-project/llvm/docs/tutorial/MyFirstLanguageFrontend/
Dindex.rst70 users define arbitrary unary and binary operators - with assignable
/external/llvm-project/llvm/docs/tutorial/
DOCamlLangImpl1.rst67 arbitrary unary and binary operators (with assignable precedence!).
/external/llvm/docs/tutorial/
DOCamlLangImpl1.rst67 arbitrary unary and binary operators (with assignable precedence!).
DLangImpl01.rst67 arbitrary unary and binary operators (with assignable precedence!).
/external/llvm-project/libcxx/docs/
DCxx1yStatusIssuesStatus.csv68 …1.link/lwg2196>`__","Specification of ``is_*[copy/move]_[constructible/assignable]``\ unclear for…
DCxx1zStatusIssuesStatus.csv93 "`2476 <https://wg21.link/LWG2476>`__","``scoped_allocator_adaptor``\ is not assignable","Kona","|…
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
Dgtest-param-test.h.pump226 // * It must be assignable (have operator=() defined).
/external/python/cpython3/Doc/reference/
Dsimple_stmts.rst163 reference is evaluated. It should yield an object with assignable attributes;
/external/clang/include/clang/Basic/
DDiagnosticSemaKinds.td5477 "read-only variable is not assignable}0">;
5643 "expression is not assignable">;
6445 "array type %0 is not assignable">;
6447 "non-object type %0 is not assignable">;
6449 "expression is not assignable">;
6451 "incomplete type %0 is not assignable">;
6456 "vector is not assignable (contains duplicate components)">;
6458 "variable is not assignable (missing __block type specifier)">;
/external/python/cpython2/Doc/reference/
Dsimple_stmts.rst151 reference is evaluated. It should yield an object with assignable attributes;
/external/llvm-project/clang/include/clang/Basic/
DDiagnosticSemaKinds.td6701 "read-only variable is not assignable}0">;
6895 "expression is not assignable">;
7485 // C++20 default constructible / assignable lambdas.
8007 "array type %0 is not assignable">;
8009 "non-object type %0 is not assignable">;
8011 "expression is not assignable">;
8013 "incomplete type %0 is not assignable">;
8018 "vector is not assignable (contains duplicate components)">;
8020 "variable is not assignable (missing __block type specifier)">;
/external/clang/docs/
DAutomaticReferenceCounting.rst1078 assignable, move assignable, or destructible. It is a violation of C++'s One

12