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

  /src/external/gpl3/gcc/dist/gcc/
emit-rtl.cc 149 struct const_wide_int_hasher : ggc_cache_ptr_hash<rtx_def> struct in inherits:ggc_cache_ptr_hash
155 static GTY ((cache)) hash_table<const_wide_int_hasher> *const_wide_int_htab;
234 const_wide_int_hasher::hash (rtx x)
251 const_wide_int_hasher::equal (rtx x, rtx y)
6365 const_wide_int_htab = hash_table<const_wide_int_hasher>::create_ggc (37);
  /src/external/gpl3/gcc.old/dist/gcc/
emit-rtl.cc 145 struct const_wide_int_hasher : ggc_cache_ptr_hash<rtx_def> struct in inherits:ggc_cache_ptr_hash
151 static GTY ((cache)) hash_table<const_wide_int_hasher> *const_wide_int_htab;
230 const_wide_int_hasher::hash (rtx x)
247 const_wide_int_hasher::equal (rtx x, rtx y)
6195 const_wide_int_htab = hash_table<const_wide_int_hasher>::create_ggc (37);

Completed in 25 milliseconds