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

  /src/external/gpl3/gcc/dist/gcc/
vtable-verify.cc 298 typedef hash_table<vtbl_map_hasher> vtbl_map_table_type; typedef
299 typedef vtbl_map_table_type::iterator vtbl_map_iterator_type;
302 static vtbl_map_table_type *vtbl_map_hash;
423 vtbl_map_hash = new vtbl_map_table_type (10);
  /src/external/gpl3/gcc.old/dist/gcc/
vtable-verify.cc 298 typedef hash_table<vtbl_map_hasher> vtbl_map_table_type; typedef
299 typedef vtbl_map_table_type::iterator vtbl_map_iterator_type;
302 static vtbl_map_table_type *vtbl_map_hash;
423 vtbl_map_hash = new vtbl_map_table_type (10);

Completed in 27 milliseconds