Searched refs:assignable (Results 1 – 25 of 33) sorted by relevance
12
/external/clang/test/SemaObjC/ |
D | property-not-lvalue.m | 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}}
|
/external/llvm-project/clang/test/SemaObjC/ |
D | property-not-lvalue.m | 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}}
|
D | assign-rvalue-message.m | 23 … to 'readonly' return result of an Objective-C message not allowed|expression is not assignable}}}}
|
/external/llvm-project/clang/test/SemaOpenCL/ |
D | invalid-assignment-constant-address-space.cl | 6 c[0] = 1; //expected-error{{read-only variable is not assignable}}
|
D | recovery-expr.cl | 6 private int *constant L2 = L1++; // expected-error {{read-only variable is not assignable}}
|
D | vector_literals_invalid.cl | 13 ((int4)(0)).x = 8; // expected-error{{expression is not assignable}}
|
/external/clang/test/SemaObjCXX/ |
D | sel-address.mm | 12 @selector(dealloc) = s; // expected-error {{expression is not assignable}}
|
D | propert-dot-error.mm | 38 b.value.data = 17; // expected-error {{not assignable}}
|
/external/llvm-project/clang/test/SemaObjCXX/ |
D | sel-address.mm | 12 @selector(dealloc) = s; // expected-error {{expression is not assignable}}
|
D | propert-dot-error.mm | 38 b.value.data = 17; // expected-error {{not assignable}}
|
/external/rust/cxx/book/src/binding/ |
D | slice.md | 88 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/ |
D | XmlMethodSelector.java | 142 if(!assignable(methodClass, cls)) { in includeMethodFromIncludeExclude() 172 private boolean assignable(Class sourceClass, Class targetClass) { in assignable() method in XmlMethodSelector
|
/external/llvm-project/libcxx/include/ |
D | concepts | 47 // [concept.assignable], concept assignable_from
|
/external/llvm-project/llvm/docs/tutorial/MyFirstLanguageFrontend/ |
D | index.rst | 70 users define arbitrary unary and binary operators - with assignable
|
/external/llvm-project/llvm/docs/tutorial/ |
D | OCamlLangImpl1.rst | 67 arbitrary unary and binary operators (with assignable precedence!).
|
/external/llvm/docs/tutorial/ |
D | OCamlLangImpl1.rst | 67 arbitrary unary and binary operators (with assignable precedence!).
|
D | LangImpl01.rst | 67 arbitrary unary and binary operators (with assignable precedence!).
|
/external/llvm-project/libcxx/docs/ |
D | Cxx1yStatusIssuesStatus.csv | 68 …1.link/lwg2196>`__","Specification of ``is_*[copy/move]_[constructible/assignable]``\ unclear for…
|
D | Cxx1zStatusIssuesStatus.csv | 93 "`2476 <https://wg21.link/LWG2476>`__","``scoped_allocator_adaptor``\ is not assignable","Kona","|…
|
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/ |
D | gtest-param-test.h.pump | 226 // * It must be assignable (have operator=() defined).
|
/external/python/cpython3/Doc/reference/ |
D | simple_stmts.rst | 163 reference is evaluated. It should yield an object with assignable attributes;
|
/external/clang/include/clang/Basic/ |
D | DiagnosticSemaKinds.td | 5477 "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/ |
D | simple_stmts.rst | 151 reference is evaluated. It should yield an object with assignable attributes;
|
/external/llvm-project/clang/include/clang/Basic/ |
D | DiagnosticSemaKinds.td | 6701 "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/ |
D | AutomaticReferenceCounting.rst | 1078 assignable, move assignable, or destructible. It is a violation of C++'s One
|
12