Searched defs:xip (Results 1 - 3 of 3) sorted by relevance

/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/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/valgrind/main/coregrind/
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

Completed in 114 milliseconds