Searched refs:xip (Results 1 - 5 of 5) sorted by relevance

/external/clang/test/SemaTemplate/
H A Dimplicit-instantiation-1.cpp9 void test(X<int, int> *xii, X<int*, int> *xpi, X<int, int*> *xip) { argument
12 (void)sizeof(xip->f(2, 0)); // okay: does not instantiate
13 (void)xip->g(2, 0); // okay: does not instantiate
/external/chromium_org/ui/events/x/
H A Ddevice_list_cache_x.cc36 std::map<Display*, XIDeviceList>::iterator xip; local
37 for (xip = xi_dev_list_map_.begin(); xip != xi_dev_list_map_.end(); xip++) {
38 if (xip->second.devices)
39 XIFreeDeviceInfo(xip->second.devices);
/external/valgrind/main/coregrind/
H A Dm_stacktrace.c151 UInt Cf; // unwind at end of stack+store CFUNWIND (xip not end of stack).
186 Addr xip_verified = 0; // xip for which we have calculated fpverif_uregs
192 uregs.xip = (Addr)startRegs->r_pc;
212 uregs.xip, uregs.xbp);
225 ips[0] = uregs.xip;
253 ips[0] = uregs.xip;
262 UWord hash = uregs.xip % N_FP_CF_VERIF;
263 Addr xip_verif = uregs.xip ^ fp_CF_verif_cache [hash];
265 VG_(printf)(" uregs.xip 0x%08lx xip_verif[0x%08lx]\n",
266 uregs.xip, xip_veri
[all...]
H A Dpub_core_debuginfo.h106 and so the regs are named 'xip' etc rather than 'eip' and 'rip'. */
109 struct { Addr xip; Addr xsp; Addr xbp; } member in struct:__anon32704
/external/valgrind/main/coregrind/m_debuginfo/
H A Ddebuginfo.c2098 case Creg_IA_IP: return eec->uregs->xip;
2415 uregs.xip = ip;
2468 ipHere = uregsHere->xip;
2539 COMPUTE(uregsPrev.xip, uregsHere->xip, cfsi->ra_how, cfsi->ra_off);

Completed in 130 milliseconds