Searched refs:aip (Results 1 – 6 of 6) sorted by relevance
/external/clang/test/SemaObjCXX/ |
D | arc-overloading.mm | 10 id __autoreleasing *aip; 15 int &ir3 = f0(aip); 28 id __autoreleasing *aip; 34 int &ir3 = f1(aip); 46 id __autoreleasing *aip; 52 float &fr1 = f2(aip); 63 id __autoreleasing aip; 68 int &ir3 = f3(&aip); 79 id __autoreleasing aip; 84 int &ir2 = f4(&aip); [all …]
|
D | arc-type-conversion.mm | 100 __autoreleasing id *aip) { 119 (void)const_autoreleasing_id_pointer(aip); 124 __autoreleasing id *aip, 129 …uip = aip; // expected-error{{assigning to '__unsafe_unretained id *' from incompatible type '__au… 133 cuip = aip; 137 __autoreleasing id *aip, 141 void *vp3 = aip; 145 (void)(void*)aip; 149 (void)static_cast<void*>(aip); 153 (void)reinterpret_cast<void*>(aip); [all …]
|
D | arc-templates.mm | 122 __autoreleasing id *aip; 142 __autoreleasing A * *aip; 227 __autoreleasing id *aip; 232 float &fr1 = qual_vs_unqual_ptr(aip); 237 float &fr3 = qual_vs_unqual_ref(*aip);
|
/external/clang/test/SemaObjC/ |
D | arc-non-pod-memaccess.m | 16 void test(id __strong *sip, id __weak *wip, id __autoreleasing *aip, 21 memset(aip, 0, 17); 28 …memcpy(aip, ptr, 17); // expected-warning{{destination for this 'memcpy' call is a pointer to owne… 36 …memcpy(ptr, aip, 17); // expected-warning{{source of this 'memcpy' call is a pointer to ownership-… 44 …memmove(aip, ptr, 17); // expected-warning{{destination for this 'memmove' call is a pointer to ow… 52 …memmove(ptr, aip, 17); // expected-warning{{source of this 'memmove' call is a pointer to ownershi…
|
D | arc-type-conversion.m | 31 __autoreleasing id *aip, 35 void *vp3 = aip; 39 (void)(void*)aip; 43 (void)(void*)&aip; 50 __autoreleasing id *aip = (__autoreleasing id *)vp; 60 …aip = vp; // expected-error{{implicit conversion of a non-Objective-C pointer type 'void *' to '__… 73 __autoreleasing id *aip = (id*)(__autoreleasing id *)vp;
|
/external/icu/icu4c/source/test/intltest/ |
D | alphaindextst.cpp | 132 AlphabeticIndex &aip = index->addLabels(Locale::getJapanese(), status); in APITest() local 133 TEST_ASSERT(&aip == index); in APITest()
|