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

  /src/external/gpl3/gcc/dist/gcc/
emit-rtl.cc 157 struct const_poly_int_hasher : ggc_cache_ptr_hash<rtx_def> struct in inherits:ggc_cache_ptr_hash
165 static GTY ((cache)) hash_table<const_poly_int_hasher> *const_poly_int_htab;
270 const_poly_int_hasher::hash (rtx x)
282 const_poly_int_hasher::equal (rtx x, const compare_type &y)
764 const_poly_int_hasher::compare_type typed_value (mode, newc);
6370 const_poly_int_htab = hash_table<const_poly_int_hasher>::create_ggc (37);
  /src/external/gpl3/gcc.old/dist/gcc/
emit-rtl.cc 153 struct const_poly_int_hasher : ggc_cache_ptr_hash<rtx_def> struct in inherits:ggc_cache_ptr_hash
161 static GTY ((cache)) hash_table<const_poly_int_hasher> *const_poly_int_htab;
266 const_poly_int_hasher::hash (rtx x)
278 const_poly_int_hasher::equal (rtx x, const compare_type &y)
760 const_poly_int_hasher::compare_type typed_value (mode, newc);
6200 const_poly_int_htab = hash_table<const_poly_int_hasher>::create_ggc (37);

Completed in 26 milliseconds