Searched refs:uip (Results 1 – 15 of 15) sorted by relevance
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 …]
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'}}
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);
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);
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;
128 u_int *uip = (u_int *)cp; in pcap_read_snoop() local129 *uip >>= 16; in pcap_read_snoop()
21 atomic_uintptr_t uip;
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()
1225 int uip:16; member
1127 format (file, " %d %d", inst->bits3.break_cont.uip, inst->bits3.break_cont.jip); in brw_disasm()
106 …%tmp.uip = getelementptr %struct.GLDContextRec, %struct.GLDContextRec* %ctx, i32 0, i32 22 ; <i32…107 %tmp = load i32, i32* %tmp.uip ; <i32> [#uses=3]
... minisat/restarts/ org/sat4j/minisat/uip/ org/sat4j/opt/ org/sat4j ...
2620 unsigned int *uip; in snap_vcsa_rawfb() local2664 uip = (unsigned int *) (dst + w*Bpp); in snap_vcsa_rawfb()2665 *uip = (unsigned int) back; in snap_vcsa_rawfb()
1235 unsigned int* uip; in vnc_reflect_got_cursorshape() local1263 uip = (unsigned int *)pixels; in vnc_reflect_got_cursorshape()1264 *(uip + j * width + i) = ui; in vnc_reflect_got_cursorshape()
6569 + unsigned int *uip;6592 + uip = (unsigned int*) buf;6626 + *(uip+h) = (unsigned int) fill;