Searched refs:comp_ptr_ttypes_real (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dtypeck.c54 static bool comp_ptr_ttypes_real (tree, tree, int);
1673 if (comp_ptr_ttypes_real (type2, type1, -1))
1675 else if (comp_ptr_ttypes_real (type1, type2, -1))
10218 comp_ptr_ttypes_real (tree to, tree from, int constp)
10279 return comp_ptr_ttypes_real (to, from, 1);
10202 comp_ptr_ttypes_real (tree to, tree from, int constp) function
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dtypeck.cc54 static bool comp_ptr_ttypes_real (tree, tree, int);
1840 if (comp_ptr_ttypes_real (type2, type1, -1))
1842 else if (comp_ptr_ttypes_real (type1, type2, -1))
10825 comp_ptr_ttypes_real (tree to, tree from, int constp)
10886 return comp_ptr_ttypes_real (to, from, 1);
10809 comp_ptr_ttypes_real (tree to, tree from, int constp) function

Completed in 285 milliseconds