Home
last modified time | relevance | path

Searched refs:hash_node (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/gcc/gcc/
H A Dcgraph.c156 static hashval_t hash_node (const void *);
162 hash_node (const void *p) in hash_node() function
206 cgraph_hash = htab_create_ggc (10, hash_node, eq_node, NULL); in cgraph_node()