Home
last modified time | relevance | path

Searched defs:POINTER_HASH (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dggc-common.c228 #define POINTER_HASH(x) (hashval_t)((intptr_t)x >> 3) macro
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dggc-common.cc225 #define POINTER_HASH(x) (hashval_t)((intptr_t)x >> 3) macro