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

  /src/external/gpl3/gcc/dist/gcc/cp/
logic.cc 735 struct subsumption_hasher : ggc_ptr_hash<subsumption_entry> struct in inherits:ggc_ptr_hash
757 static GTY ((deletable)) hash_table<subsumption_hasher> *subsumption_cache;
780 subsumption_cache = hash_table<subsumption_hasher>::create_ggc(31);
  /src/external/gpl3/gcc.old/dist/gcc/cp/
logic.cc 729 struct subsumption_hasher : ggc_ptr_hash<subsumption_entry> struct in inherits:ggc_ptr_hash
751 static GTY ((deletable)) hash_table<subsumption_hasher> *subsumption_cache;
774 subsumption_cache = hash_table<subsumption_hasher>::create_ggc(31);

Completed in 16 milliseconds