Searched refs:vtbl_map_hash (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dvtable-verify.c265 /* Hashtable definition and functions for vtbl_map_hash. */
302 static vtbl_map_table_type *vtbl_map_hash; variable
383 if (!vtbl_map_hash)
404 slot = (struct vtbl_map_node **) vtbl_map_hash->find_slot (&key, NO_INSERT);
422 if (!vtbl_map_hash)
423 vtbl_map_hash = new vtbl_map_table_type (10);
438 slot = (struct vtbl_map_node **) vtbl_map_hash->find_slot (&key, INSERT);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dvtable-verify.cc265 /* Hashtable definition and functions for vtbl_map_hash. */
302 static vtbl_map_table_type *vtbl_map_hash; variable
383 if (!vtbl_map_hash)
404 slot = (struct vtbl_map_node **) vtbl_map_hash->find_slot (&key, NO_INSERT);
422 if (!vtbl_map_hash)
423 vtbl_map_hash = new vtbl_map_table_type (10);
438 slot = (struct vtbl_map_node **) vtbl_map_hash->find_slot (&key, INSERT);

Completed in 120 milliseconds