Home
last modified time | relevance | path

Searched refs:const_shared_bitmap_info_t (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dtree-ssa-structalias.c5767 typedef const struct shared_bitmap_info *const_shared_bitmap_info_t; typedef
5776 const_shared_bitmap_info_t const bi = (const_shared_bitmap_info_t) p; in shared_bitmap_hash()
5785 const_shared_bitmap_info_t const sbi1 = (const_shared_bitmap_info_t) p1; in shared_bitmap_eq()
5786 const_shared_bitmap_info_t const sbi2 = (const_shared_bitmap_info_t) p2; in shared_bitmap_eq()
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dtree-ssa-structalias.c6293 typedef const struct shared_bitmap_info *const_shared_bitmap_info_t; typedef