HomeSort by: relevance | last modified time | path
    Searched defs:POINTER_HASH (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
ggc-common.cc 238 #define POINTER_HASH(x) (hashval_t)((intptr_t)x >> 3)
252 return POINTER_HASH (p->obj);
278 saving_htab->find_slot_with_hash (obj, POINTER_HASH (obj), INSERT);
309 saving_htab->find_with_hash (base, POINTER_HASH (base));
328 saving_htab->find_with_hash (obj, POINTER_HASH (obj));
395 saving_htab->find_with_hash (*ptr, POINTER_HASH (*ptr));
437 saving_htab->find_with_hash (ptr, POINTER_HASH (ptr));
  /src/external/gpl3/gcc.old/dist/gcc/
ggc-common.cc 226 #define POINTER_HASH(x) (hashval_t)((intptr_t)x >> 3)
240 return POINTER_HASH (p->obj);
265 saving_htab->find_slot_with_hash (obj, POINTER_HASH (obj), INSERT);
294 saving_htab->find_with_hash (base, POINTER_HASH (base));
313 saving_htab->find_with_hash (obj, POINTER_HASH (obj));
379 saving_htab->find_with_hash (*ptr, POINTER_HASH (*ptr));
421 saving_htab->find_with_hash (ptr, POINTER_HASH (ptr));

Completed in 49 milliseconds