Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Dtypeck.c6431 if (comp_ptr_ttypes_const (dst_type, src_type)) in build_const_cast_1()
8169 comp_ptr_ttypes_const (tree to, tree from) in comp_ptr_ttypes_const() function
H A Dcp-tree.h5836 extern bool comp_ptr_ttypes_const (tree, tree);
H A Dcall.c1247 else if (c_cast_p && comp_ptr_ttypes_const (to, from)) in standard_conversion()
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dtypeck.c7651 if (comp_ptr_ttypes_const (dst_type, src_type)) in build_const_cast_1()
9611 comp_ptr_ttypes_const (tree to, tree from) in comp_ptr_ttypes_const() function
H A Dcp-tree.h7281 extern bool comp_ptr_ttypes_const (tree, tree);
H A Dcall.c1304 else if (c_cast_p && comp_ptr_ttypes_const (to, from)) in standard_conversion()