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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dconstraint.cc2288 struct sat_hasher : ggc_ptr_hash<sat_entry> struct in inherits:ggc_ptr_hash
2305 static GTY((deletable)) hash_table<sat_hasher> *sat_cache;
2327 sat_cache = hash_table<sat_hasher>::create_ggc (31);
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dconstraint.cc778 /* 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
2464 struct sat_hasher : ggc_ptr_hash<sat_entry> struct in inherits:ggc_ptr_hash
2506 /* See sat_hasher::hash. */
2534 static GTY((deletable)) hash_table<sat_hasher> *sat_cache;
2562 sat_cache = hash_table<sat_hasher>::create_ggc (31);

Completed in 118 milliseconds