Searched refs:uip (Results 1 – 11 of 11) sorted by relevance
/external/clang/test/SemaObjCXX/ |
D | arc-type-conversion.mm | 125 __unsafe_unretained id *uip, 127 …uip = sip; // expected-error{{assigning to '__unsafe_unretained id *' from incompatible type '__st… 128 …uip = wip; // expected-error{{assigning to '__unsafe_unretained id *' from incompatible type '__we… 129 …uip = aip; // expected-error{{assigning to '__unsafe_unretained id *' from incompatible type '__au… 138 __unsafe_unretained id *uip) { 142 void *vp4 = uip; 146 (void)(void*)uip; 150 (void)static_cast<void*>(uip); 154 (void)reinterpret_cast<void*>(uip); 159 (void)(void*)&uip; [all …]
|
D | arc-overloading.mm | 11 id __unsafe_unretained *uip; 16 int &ir4 = f0(uip); 29 id __unsafe_unretained *uip; 35 int &ir4 = f1(uip); 47 id __unsafe_unretained *uip; 54 f2(uip); // expected-error{{call to 'f2' is ambiguous}} 64 id __unsafe_unretained uip; 69 f3(&uip); // expected-error{{no matching function for call to 'f3'}}
|
D | arc-templates.mm | 123 __unsafe_unretained id *uip; 143 __unsafe_unretained A * *uip; 228 __unsafe_unretained id *uip; 233 float &fr2 = qual_vs_unqual_ptr(uip); 238 float &fr4 = qual_vs_unqual_ref(*uip);
|
/external/clang/test/SemaObjC/ |
D | arc-non-pod-memaccess.m | 17 id __unsafe_unretained *uip, void *ptr) { 22 memset(uip, 0, 17); 30 memcpy(uip, ptr, 17); 38 memcpy(ptr, uip, 17); 46 memmove(uip, ptr, 17); 54 memmove(ptr, uip, 17);
|
D | arc-type-conversion.m | 32 __unsafe_unretained id *uip) { 36 void *vp4 = uip; 40 (void)(void*)uip; 44 (void)(void*)&uip; 51 __unsafe_unretained id *uip = (__unsafe_unretained id *)vp; 61 …uip = vp; // expected-error{{implicit conversion of a non-Objective-C pointer type 'void *' to '__… 74 __unsafe_unretained id *uip = (id*)(__unsafe_unretained id *)vp;
|
/external/libpcap/ |
D | pcap-snoop.c | 124 u_int *uip = (u_int *)cp; in pcap_read_snoop() local 125 *uip >>= 16; in pcap_read_snoop()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_eu_emit.c | 1102 insn->bits3.break_cont.uip = 0; in brw_IF() 1245 if_inst->bits3.break_cont.uip = br * (endif_inst - if_inst); in patch_IF_ELSE() 1275 if_inst->bits3.break_cont.uip = br * (endif_inst - if_inst); in patch_IF_ELSE() 1303 insn->bits3.break_cont.uip = 0; in brw_ELSE() 2541 insn->bits3.break_cont.uip = in brw_set_uip_jip() 2546 insn->bits3.break_cont.uip = br * (brw_find_loop_end(p, ip) - ip); in brw_set_uip_jip() 2548 assert(insn->bits3.break_cont.uip != 0); in brw_set_uip_jip()
|
D | brw_structs.h | 1225 int uip:16; member
|
D | brw_disasm.c | 1127 format (file, " %d %d", inst->bits3.break_cont.uip, inst->bits3.break_cont.jip); in brw_disasm()
|
/external/clang/test/Parser/ |
D | opencl-atomics-cl20.cl | 21 atomic_uintptr_t uip;
|
/external/llvm/test/Transforms/SCCP/ |
D | 2006-12-04-PackedType.ll | 106 …%tmp.uip = getelementptr %struct.GLDContextRec, %struct.GLDContextRec* %ctx, i32 0, i32 22 ; <i32… 107 %tmp = load i32, i32* %tmp.uip ; <i32> [#uses=3]
|