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

  /src/external/gpl3/gcc.old/dist/gcc/cp/
constraint.cc 778 /* Cache the ATOMIC_CONSTRs that we return, so that sat_hasher::equal
788 This list will be used by sat_hasher to determine the subset of
2465 struct sat_hasher : ggc_ptr_hash<sat_entry> struct in inherits:ggc_ptr_hash
2507 /* See sat_hasher::hash. */
2535 static GTY((deletable)) hash_table<sat_hasher> *sat_cache;
2563 sat_cache = hash_table<sat_hasher>::create_ggc (31);
  /src/external/gpl3/gcc/dist/gcc/cp/
constraint.cc 836 /* Cache the ATOMIC_CONSTRs that we return, so that sat_hasher::equal
846 This list will be used by sat_hasher to determine the subset of
2574 struct sat_hasher : ggc_ptr_hash<sat_entry> struct in inherits:ggc_ptr_hash
2622 /* See sat_hasher::hash. */
2650 static GTY((deletable)) hash_table<sat_hasher> *sat_cache;
2678 sat_cache = hash_table<sat_hasher>::create_ggc (31);

Completed in 51 milliseconds