Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dcgraph.cc111 struct function_version_hasher : ggc_ptr_hash<cgraph_function_version_info> struct
122 static GTY(()) hash_table<function_version_hasher> *cgraph_fnver_htab = NULL;
126 function_version_hasher::hash (cgraph_function_version_info *ptr) in hash()
134 function_version_hasher::equal (cgraph_function_version_info *n1, in equal()
190 cgraph_fnver_htab = hash_table<function_version_hasher>::create_ggc (2); in insert_new_function_version()
H A DChangeLog-201820246 * cgraph.c (function_version_hasher::hash): Use
20248 (function_version_hasher::equal):
H A DChangeLog-201526659 * cgraph.c (function_version_hasher): Likewise.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dcgraph.c108 struct function_version_hasher : ggc_ptr_hash<cgraph_function_version_info> struct
119 static GTY(()) hash_table<function_version_hasher> *cgraph_fnver_htab = NULL;
123 function_version_hasher::hash (cgraph_function_version_info *ptr) in hash()
131 function_version_hasher::equal (cgraph_function_version_info *n1, in equal()
187 cgraph_fnver_htab = hash_table<function_version_hasher>::create_ggc (2); in insert_new_function_version()