Searched refs:comp_ptr_ttypes_const (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dtypeck.c1624 return comp_ptr_ttypes_const (type1, type2, bounds_either);
8155 if (comp_ptr_ttypes_const (dst_type, src_type, bounds_none))
8164 /* ??? comp_ptr_ttypes_const ignores TYPE_ALIGN. */
10371 comp_ptr_ttypes_const (tree to, tree from, compare_bounds_t cb)
10355 comp_ptr_ttypes_const (tree to, tree from, compare_bounds_t cb) function
H A Dcp-tree.h7658 extern bool comp_ptr_ttypes_const (tree, tree, compare_bounds_t);
H A Dcall.c1403 else if (c_cast_p && comp_ptr_ttypes_const (to, from, bounds_either))
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dtypeck.cc1621 return comp_ptr_ttypes_const (type1, type2, bounds_either);
8692 if (comp_ptr_ttypes_const (dst_type, src_type, bounds_none))
8701 /* ??? comp_ptr_ttypes_const ignores TYPE_ALIGN. */
10978 comp_ptr_ttypes_const (tree to, tree from, compare_bounds_t cb)
10962 comp_ptr_ttypes_const (tree to, tree from, compare_bounds_t cb) function
H A Dcp-tree.h8070 extern bool comp_ptr_ttypes_const (tree, tree, compare_bounds_t);
H A Dcall.cc1415 else if (c_cast_p && comp_ptr_ttypes_const (to, from, bounds_either))

Completed in 337 milliseconds